9ca4f27338515cf97714541e57e3da2f8b087f93
[platform/upstream/glibc.git] / ChangeLog
1 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
2
3 .       [BZ #17273]
4         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
5         and tabs from buffer before parsing fstab entry.
6         * misc/tst-mntent.c (main): Add test for mount entry with
7         trailing spaces and tabs.
8
9 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
10
11         [BZ #17748]
12         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
13         * math/fesetround.c (fesetround): Rename to __fesetround and
14         define as weak alias of __fesetround.  Use libm_hidden_weak.
15         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
16         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
17         * sysdeps/arm/fesetround.c (fesetround): Likewise.
18         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
19         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
20         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
21         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
22         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
23         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
24         __fesetround_inline.
25         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
26         __fesetround_inline instead of __fesetround.
27         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
28         __fesetround and define as weak alias of __fesetround.  Use
29         libm_hidden_weak.  Call __fesetround_inline instead of
30         __fesetround.
31         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
32         __fesetround and define as weak alias of __fesetround.  Use
33         libm_hidden_weak.
34         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
35         Likewise.
36         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
37         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
39         * sysdeps/tile/math_private.h (__fesetround): New inline function.
40         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
41         __fesetround and define as weak alias of __fesetround.  Use
42         libm_hidden_weak.
43         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
44         __fesetround instead of fesetround.
45         (default_libc_feholdexcept_setround): Likewise.
46         (libc_feholdsetround_ctx): Likewise.
47         (libc_feholdsetround_noex_ctx): Likewise.
48
49         [BZ #17748]
50         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
51         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
52         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
53         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
54         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
55         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
56         define as weak alias of __fesetenv.  Use libm_hidden_weak.
57         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
58         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
59         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
60         define as weak alias of __fesetenv.  Use libm_hidden_weak.
61         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
62         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
63         define as weak alias of __fesetenv.  Use libm_hidden_weak.
64         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
65         libm_hidden_def.
66         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
67         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
68         Likewise.
69         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
70         define as weak alias of __fesetenv.  Use libm_hidden_weak.
71         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
72         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
73         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
74         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
75         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
76         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
77         __fesetenv instead of fesetenv.
78         (libc_feresetround_noex_ctx): Likewise.
79         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
80         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
81         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
82         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
83         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
84         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
85         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
86         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
87         (__feupdateenv): Likewise.
88         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
89         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
90         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
91         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
92
93 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
94
95         [BZ #17806]
96         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
97         addresses have been freed.
98
99 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
100
101         * resolv/res_init.c (__res_vinit): Improve comments about nserv
102         and nservall.
103
104 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
105
106         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
107         Clean up check_pf allocation pattern. addresses
108
109 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
110
111         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
112         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
113         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
114         * nptl/pthread_exit.c (__pthread_exit): Likewise.
115         * nptl/pthread_join.c (pthread_join): Likewise.
116         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
117         * sysdeps/posix/waitid.c (__waitid): Likewise.
118         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
119         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
120         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
121         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
122         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
123         Likewise.
124         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
125         (__libc_pread64): Likewise.
126         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
127         (__libc_pwrite): Likewise.
128         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
129         (__libc_pwrite64): Likewsie.
130         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
131         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
132         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
133         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
134         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
135         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
136         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
138         Likewise.
139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
140         (__libc_pread64): Likewise.
141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
142         Likewise.
143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
144         (__libc_pwrite64): Likewise.
145         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
146         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
147         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
148         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
149         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
150         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
151         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
152         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
153         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
154         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
155         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
156         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
157         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
158         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
159         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
160         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
161         Likewise.
162
163 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
164
165         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
166         (CFLAGS-test-double.c): Likewise.
167         (CFLAGS-test-ldouble.c): Likewise.
168         (CPPFLAGS-test-ifloat.c): Likewise.
169         (CPPFLAGS-test-idouble.c): Likewise.
170         (CPPFLAGS-test-ildoubl.c): Likewise.
171         (CFLAGS-test-test-fenv.c): Remove variable.
172         (CFLAGS-test-misc.c): Likewise.
173
174 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
175
176         [BZ #17797]
177         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
178         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
179         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
180         CLOCKS_PER_SEC == 1000000.
181         * time/clocktest.c (main): Replace %ld with %jd and cast to
182         intmax_t.
183
184 2015-01-05  Roland McGrath  <roland@hack.frob.com>
185
186         * sysdeps/generic/unwind-resume.h: New file.
187         * sysdeps/gnu/unwind-resume.c: Include it.
188         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
189         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
190         argument list.
191         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
192         global rather than static.
193         (_Unwind_Resume): Update user.
194         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
195         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
196         rather than static.  Add __attribute__ ((cold)).
197         (_Unwind_Resume, __gcc_personality_v0): Update callers.
198         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
199         * sysdeps/arm/arm-unwind-resume.S: New file.
200         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
201         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
202         * sysdeps/arm/Makefile [$(subdir) = csu]
203         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
204         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
205         Add rt-arm-unwind-resume.
206         [$(subdir) = nptl]
207         (libpthread-sysdep_routines, libpthread-shared-only-routines):
208         Add pt-arm-unwind-resume.
209         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
210         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
211
212 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
213
214         [BZ #17748]
215         * include/fenv.h (__feholdexcept): Declare.  Use
216         libm_hidden_proto.
217         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
218         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
219         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
220         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
221         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
222         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
223         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
224         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
225         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
226         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
227         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
228         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
229         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
230         (feholdexcept): Likewise.
231         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
232         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
233         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
234         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
235         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
236         __feholdexcept instead of feholdexcept.
237         (default_libc_feholdexcept_setround): Likewise.
238
239 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
240
241         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
242         to avoid using stl/str to align destination.
243
244 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
245
246         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
247
248 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
249
250         [BZ #17796]
251         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
252         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
253         Define as weak alias not strong alias.
254
255 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
256
257         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
258         bltzal with addiupc.
259         (RTLD_START): Ditto.
260
261 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
262
263         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
264         for __vdso_* functions in declarations.
265         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
266         definitions.
267         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
268         INTERNAL_VSYSCALL): Use struct return types to check for error.
269
270         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
271         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
272         function with cast from llround().
273         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
274         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
275         Define.
276
277 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
278
279         [BZ #17793]
280         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
281         Define as weak alias not strong alias.
282
283         [BZ #17635]
284         * ctype/ctype-c99.c: New file.  isblank implementation moved from
285         ...
286         * ctype/ctype-extn.c: ... here.
287         (__isblank_l): Move to ...
288         * ctype/ctype-c99_l.c: ... here.  New file.
289         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
290         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
291         Remove variable.
292         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
293         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
294         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
295         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
296         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
297
298         [BZ #17777]
299         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
300         (posix_fadvise64): Define as weak alias not strong alias.
301         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
302         (posix_fallocate64): Likewise.
303         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
304         Remove variable.
305         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
306         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
307         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
308         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
309         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
310
311 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
312
313         [BZ #16191]
314         * NEWS: Mention bug fix.
315         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
316         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
317         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
318         (HOST_STACK_END_ADDR): Likewise.
319
320 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
321
322         [BZ #17748]
323         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
324         * math/fegetround.c (fegetround): Rename to __fegetround and
325         define as weak alias of __fegetround.  Use libm_hidden_weak.
326         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
327         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
328         * sysdeps/arm/fegetround.c (fegetround): Likewise.
329         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
330         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
331         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
332         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
333         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
334         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
335         Undefine after rather than before function definition; use
336         parentheses around function name in definition.
337         (__fegetround): Also undefine macro after function definition.
338         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
339         __fegetround and define as weak alias of __fegetround.  Use
340         libm_hidden_weak.  Do not undefine as macro.
341         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
342         Likewise.
343         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
344         __fegetround and define as weak alias of __fegetround.  Use
345         libm_hidden_weak.
346         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
347         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
348         * sysdeps/tile/math_private.h (__fegetround): New inline function.
349         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
350         __fegetround and define as weak alias of __fegetround.  Use
351         libm_hidden_weak.
352         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
353         __fegetround instead of fegetround.
354
355         [BZ #17782]
356         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
357         Condition macro definition on [__USE_MISC].
358
359         [BZ #17781]
360         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
361         (struct sigaction): Change type of sa_flags field to int.
362
363         [BZ #17780]
364         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
365         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
366         __glibc_reserved0.
367
368         * nptl/version.c (banner): Use single year in copyright notice.
369
370         * NEWS: Update copyright dates.
371         * catgets/gencat.c (print_version): Likewise.
372         * csu/version.c (banner): Likewise.
373         * debug/catchsegv.sh: Likewise.
374         * debug/pcprofiledump.c (print_version): Likewise.
375         * debug/xtrace.sh (do_version): Likewise.
376         * elf/ldconfig.c (print_version): Likewise.
377         * elf/ldd.bash.in: Likewise.
378         * elf/pldd.c (print_version): Likewise.
379         * elf/sotruss.sh: Likewise.
380         * elf/sprof.c (print_version): Likewise.
381         * iconv/iconv_prog.c (print_version): Likewise.
382         * iconv/iconvconfig.c (print_version): Likewise.
383         * locale/programs/locale.c (print_version): Likewise.
384         * locale/programs/localedef.c (print_version): Likewise.
385         * login/programs/pt_chown.c (print_version): Likewise.
386         * malloc/memusage.sh (do_version): Likewise.
387         * malloc/memusagestat.c (print_version): Likewise.
388         * malloc/mtrace.pl: Likewise.
389         * manual/libc.texinfo: Likewise.
390         * nptl/version.c (banner): Likewise.
391         * nscd/nscd.c (print_version): Likewise.
392         * nss/getent.c (print_version): Likewise.
393         * nss/makedb.c (print_version): Likewise.
394         * posix/getconf.c (main): Likewise.
395         * scripts/test-installation.pl: Likewise.
396         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
397
398 2015-01-02  Will Newton  <will.newton@linaro.org>
399
400         * sysdeps/arm/armv7/configure: Removed.
401         * sysdeps/arm/armv7/configure.ac: Likewise.
402
403 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
404
405         * All files with FSF copyright notices: Update copyright dates
406         using scripts/update-copyrights.
407         * intl/plural.c: Regenerated.
408         * locale/programs/charmap-kw.h: Likewise.
409         * locale/programs/locfile-kw.h: Likewise.
410
411 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
412
413         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
414
415 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
416
417         [BZ #17748]
418         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
419         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
420         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
421         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
422         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
423         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
424         define as weak alias of __fegetenv.  Use libm_hidden_weak.
425         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
426         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
427         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
428         define as weak alias of __fegetenv.  Use libm_hidden_weak.
429         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
430         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
431         define as weak alias of __fegetenv.  Use libm_hidden_weak.
432         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
433         libm_hidden_def.
434         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
435         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
436         Likewise.
437         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
438         define as weak alias of __fegetenv.  Use libm_hidden_weak.
439         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
440         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
441         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
442         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
443         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
444         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
445         __fegetenv instead of fegetenv.
446         (libc_feholdsetround_noex_ctx): Likewise.
447
448 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
449
450         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
451         (Elf_MIPS_ABIFlags_v0): New structure.
452         (EF_MIPS_FP64): Define.
453         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
454         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
455         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
456         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
457         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
458         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
459         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
460         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
461         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
462         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
463         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
464         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
465         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
466         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
467         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
468         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
469         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
470         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
471         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
472         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
473         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
474         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
475         field.
476         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
477         EF_MIPS_FP64.
478         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
479         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
480         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
481         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
482         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
483         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
484         * sysdeps/mips/tst-abi-interlink.c: Likewise.
485         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
486         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
487         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
488         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
489         record the current FP ABI extension.
490         (mips-mode-switch): Define to show if kernel headers support mode
491         switching.
492         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
493         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
494         supported SYSV ABI version to 3.
495         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
496         feature.
497
498 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
499             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
500
501         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
502         path.
503         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
504
505 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
506
507         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
508         __fegetround and redefine to call __fegetround.  Remove condition
509         on [!__NO_MATH_INLINES].
510         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
511         function.
512         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
513         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
514         Remove macro.
515         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
516         instead of <fenv_libc.h>.
517         (__llrintl): Call fegetround instead of __fegetround.
518         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
519         instead of <fenv_libc.h>.
520         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
521         (__lrintl): Call fegetround instead of __fegetround.
522         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
523         instead of <fenv_libc.h>.
524         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
525         (__rintl): Call fegetround instead of __fegetround.
526
527 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
528
529         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
530         arrays.
531
532 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
533
534         [BZ #17775]
535         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
536         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
537         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
538
539 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
540
541         * sysdeps/i386/tls-macros.h: Include <features.h>.
542         (TLS_LE): Use non-PIC version for GCC >= 5.0.
543         (TLS_IE): Likewise.
544         (TLS_LD): Likewise.
545         (TLS_GD): Likewise.
546         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
547         define for GCC >= 5.0.
548
549 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
550
551         * math/test-fenv.c (test_single_exception, set_single_exc,
552         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
553         feexcp_mask_test, feenable_test, fe_single_test): Add
554         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
555         case where they are not used.
556         * math/libm-test.inc: Likewise.
557         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
558         unused in the absence of FP rounding/exception support.
559         * stdio-common/tst-printf-round.c: Likewise.
560         * stdlib/tst-strtod-round.c: Likewise.
561         * stdlib/tst-strtod-underflow.c: Likewise.
562
563 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
564
565         [BZ #17723]
566         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
567         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
568         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
569         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
570         libm_hidden_weak.
571         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
572         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
573         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
574         libm_hidden_def.
575         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
576         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
577         libm_hidden_weak.
578         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
579         Likewise.
580         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
581         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
582         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
583         libm_hidden_weak.
584         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
585         libm_hidden_def.
586         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
587         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
588         (__feraiseexcept): Likewise.
589         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
590         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
591         libm_hidden_weak.
592         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
593         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
594         libm_hidden_def.
595         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
596         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
597         Use libm_hidden_def.
598         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
599         libm_hidden_def.
600         (feraiseexcept): Define as weak not strong alias.  Use
601         libm_hidden_weak.
602         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
603         New inline function.  Factored out of ...
604         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
605         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
606         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
607         feraiseexcept.
608         * math/w_acos.c (__acos): Likewise.
609         * math/w_asin.c (__asin): Likewise.
610         * math/w_ilogb.c (__ilogb): Likewise.
611         * math/w_j0.c (y0): Likewise.
612         * math/w_j1.c (y1): Likewise.
613         * math/w_jn.c (yn): Likewise.
614         * math/w_log.c (__log): Likewise.
615         * math/w_log10.c (__log10): Likewise.
616         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
617         * sysdeps/aarch64/fpu/math_private.h
618         (libc_feupdateenv_test_aarch64): Likewise.
619         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
620         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
621         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
622         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
623         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
624         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
625         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
626         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
627         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
628         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
629
630 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
631
632         [BZ #17732]
633         * io/test-utime.c (main): Replace %ld with %jd and cast to
634         intmax_t.
635         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
636         * nptl/tst-mutex5.c: Include <stdint.h>.
637         (do_test): Replace %ld with %jd and cast to intmax_t.
638         * posix/tst-regex.c (run_test): Likewise.
639         (run_test_backwards): Likewise.
640         * rt/tst-clock.c: Include <stdint.h>.
641         (clock_test): Replace %ld with %jd and cast to intmax_t.
642         * rt/tst-cpuclock1.c: Include <stdint.h>.
643         (do_test): Replace %lu with %ju and cast to uintmax_t.
644         * rt/tst-cpuclock2.c: Include <stdint.h>.
645         (do_test): Replace %lu with %ju and cast to uintmax_t.
646         * rt/tst-mqueue1.c: Include <stdint.h>.
647         (check_attrs): Replace %ld with %jd and cast to intmax_t.
648         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
649         intmax_t.
650         * rt/tst-mqueue4.c (do_test): Likewise.
651         * rt/tst-timer4.c: Include <stdint.h>.
652         (check_ts): Replace %ld with %jd and cast to intmax_t.
653         (do_test): Likewise.
654         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
655         and cast to intmax_t.
656         * sysdeps/pthread/tst-timer.c (main): Likewise.
657         * time/clocktest.c (main): Likewise.
658         * time/tst-posixtz.c (do_test): Likewise.
659         * timezone/tst-timezone.c (main): Likewise.
660
661 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
662             H.J. Lu  <hongjiu.lu@intel.com>
663
664         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
665         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
666         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
667         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
668         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
669         version if bit_Fast_Unaligned_Load is set.
670         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
671         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
672         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
673         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
674         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
675         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
676         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
677         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
678         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
679         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
680         to 4.
681         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
682         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
683         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
684         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
685
686 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
687
688         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
689         instead of #if to avoid a Wundef warning.
690         * stdlib/tst-limits.c (do_test): Likewise.
691
692         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
693         parallel other exception macros.
694         (fegetenv): Convert from macro to extern inline so that it applies
695         retroactively to inline functions already seen by the compiler.
696         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
697
698         * posix/Makefile (before-compile): Use $(objpfx) for
699         posix-conf-vars-def.h.
700
701 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
702
703         * posix/getconf.c (main): Use size_t for type of I.
704         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
705         NSPEC.
706
707         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
708         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
709         * posix/posix-envs.def: Likewise.
710         * sysdeps/posix/sysconf.c: Likewise.
711         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
712         (specs): Remove array.
713         * scripts/gen-posix-conf-vars.awk: Support generation of specs
714         array.
715
716         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
717         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
718         (__sysconf): Use CONF_IS_* macros.
719
720         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
721         ($(objpfx)posix-conf-vars-def.h): New target.
722         * posix/posix-conf-vars.list: New file.
723         * posix/posix-conf-vars.h: New file.
724         * posix/confstr.c: Include posix-conf-vars.h.
725         (confstr): Use CONF_IS_* macros.
726         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
727         CONF_IS_* macros.
728         * scripts/gen-posix-conf-vars.awk: New file.
729
730 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
731
732         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
733         fegetround): Add no-op macros to avoid linknamespace issues.
734
735         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
736         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
737
738         * sysdeps/unix/sysv/linux/tile/sysdep.h
739         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
740         assembly-specific section to avoid a redefinition warning.
741
742         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
743         long before casting to pointer to avoid a cast warning.
744
745 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
746
747         * sysdeps/tile/tilegx/Implies: New file.
748
749 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
750
751         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
752
753 2014-12-23  Florian Weimer  <fweimer@redhat.com>
754
755         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
756
757 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
758
759         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
760         not define.
761         * sysdeps/unix/sysv/linux/utimes.c: Do not include
762         <kernel-features.h>.
763         (__utimes) [__NR_utimes]: Make code unconditional.
764         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
765         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
766         (__ASSUME_UTIMES): Do not undefine.
767         * sysdeps/unix/sysv/linux/tile/kernel-features.h
768         (__ASSUME_UTIMES): Likewise.
769         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
770         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
771         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
772         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
773
774 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
775
776         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
777
778 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
779
780         [BZ #17747]
781         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
782         alias to weak alias for j0l, y0l.
783         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
784         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
785
786         [BZ #17746]
787         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
788         conversion.
789
790 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
791
792         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
793         to zero if not already defined.
794
795 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
796
797         [BZ #17724]
798         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
799         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
800         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
801         (char *) casts added.
802         * sysdeps/ieee754/k_standardf.c: New file.
803         * sysdeps/ieee754/k_standardl.c: Likewise.
804         * math/Makefile (libm-support): Remove k_standard.
805         (libm-calls): Add k_standard.
806
807 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
808
809         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
810         Optimize to avoid an unnecessary FPCR read.
811
812 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
813
814         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
815         Optimize to reduce FPCR/FPSR accesses.
816
817 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
818
819         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
820         Call libc_fetestexcept_aarch64.
821
822 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
823
824         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
825         Call libc_fesetround_aarch64.
826
827 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
828
829         [BZ #17733]
830         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
831         (__bind): Do not define as weak alias.
832         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
833         define.
834         (__getsockname): Do not define as weak alias.
835
836 2014-12-22  Will Newton  <will.newton@linaro.org>
837
838         * manual/install.texi: Document that we require bison 2.7
839         or above.
840         * INSTALL: Regenerate.
841         * configure.ac: Use AC_CHECK_PROG_VER instead of
842         AC_PATH_PROG when checking for bison and check for
843         version 2.7 or above.
844         * configure: Regenerate.
845
846 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
847
848         [BZ #17745]
849         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
850         * sysdeps/tile/ffsll.c (ffsll): To here.
851
852         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
853
854 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
855
856         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
857         if not defined.
858         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
859         definition.
860         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
861         hidden ___tls_get_addr.
862         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
863         hidden __tls_get_addr.
864         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
865         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
866         Likewise.
867
868 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
869
870         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
871         _dl_init call.
872
873 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
874
875         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
876         from "call _dl_init@PLT".
877         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
878
879 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
880
881         * manual/search.texi: (Array Sort Function): Clarify stable sorting
882         guarantees.
883
884 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
885
886         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
887
888 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
889
890         [BZ #17744]
891         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
892         strnlen.
893
894 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
895
896         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
897         of multu on MIPSr6.
898         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
899         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
900         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
901         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
902         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
903
904 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
905
906         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
907         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
908         (PTR_SUBU): Use subu for mips32r6/mips64r6.
909         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
910         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
911         mips32r6/mips64r6.
912         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
913
914 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
915
916         * string/strncat.c (STRNCAT): Simplify implementation.
917
918 2014-12-19  David S. Miller  <davem@davemloft.net>
919
920         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
921         access the quad as both a long double and as a series of 4 words.
922
923         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
924         link_map->l_info array access.
925
926 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
927
928         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
929
930         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
931         * math/atest-exp2.c (TIMEOUT): Likewise.
932         * math/atest-sincos.c (TIMEOUT): Likewise.
933
934 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
935
936         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
937         -Wno-error with -fno-builtin-lround.
938
939 2014-12-19  Torvald Riegel  <triegel@redhat.com>
940
941         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
942         Contains futex constants and functions moved over from ...
943         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
944         <lowlevellock-futex.h>.
945         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
946         (lll_timedwait_tid): Add comments and parentheses around macro
947         arguments.
948
949 2014-12-19  Torvald Riegel  <triegel@redhat.com>
950
951         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
952         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
953         (__lll_private_flag): Remove.
954         (lll_futex_wait): Likewise.
955         (lll_futex_timed_wait): Likewise.
956         (lll_futex_wake): Likewise.
957         (lll_futex_requeue): Likewise.
958         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
959         (__lll_timedwait_tid): Spell out argument names.
960         (lll_timedwait_tid): Add comments and parentheses around macro
961         arguments.
962         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
963         LLL_SHARED and LLL_PRIVATE usable from assembly code.
964
965 2014-12-19  Torvald Riegel  <triegel@redhat.com>
966
967         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
968         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
969         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
970         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
971         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
972         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
973         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
974         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
975         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
976         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
977         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
978         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
979         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
980         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
981         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
982         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
983         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
984         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
985         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
986
987 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
988
989         * sysdeps/x86_64/x32/Makefile: New file.
990
991 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
992
993         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
994         1L with (mp_limb_t) 1.
995
996 2014-12-17  Roland McGrath  <roland@hack.frob.com>
997
998         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
999         * nptl/libc_pthread_init.c: ... here.
1000         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
1001         * nptl/register-atfork.c: ... here.
1002
1003         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
1004         Use pthread_sigmask rather than INTERNAL_SYSCALL.
1005         Use assert_perror to check its return value.
1006         (__gai_create_helper_thread): Likewise.
1007
1008         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
1009
1010         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
1011
1012 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
1013
1014         [BZ #17725]
1015         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
1016         __profil_counter.
1017         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
1018         Likewise.
1019         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
1020         Likewise.
1021         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
1022         Likewise.
1023         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
1024         (profil_counter): Likewise.
1025         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
1026         (profil_counter): Likewise.
1027         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
1028         Likewise.
1029         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
1030         Likewise.
1031         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
1032         (profil_counter): Likewise.
1033         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
1034         Likewise.
1035         [!__profil_counter] (profil_counter): Define as weak alias of
1036         __profil_counter.
1037         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
1038         (profil_counter): Rename to __profil_counter.
1039         [!__profil_counter] (profil_counter): Define as weak alias of
1040         __profil_counter.
1041         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
1042         (profil_counter): Rename to __profil_counter.
1043         [!__profil_counter] (profil_counter): Define as weak alias of
1044         __profil_counter.
1045         * sysdeps/posix/profil.c: Update comment referring to
1046         profil_counter.
1047         (__profil): Use __profil_counter instead of profil_counter.
1048         * sysdeps/posix/sprofil.c (profil_counter): Rename to
1049         __profil_counter.  Use __profil_counter_ushort and
1050         __profil_counter_uint in definitions.
1051         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
1052         instead of profil_counter_uint and profil_counter_ushort.
1053
1054         [BZ #17722]
1055         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
1056         define as weak alias of __inet_makeaddr.
1057         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
1058         as weak alias of __inet_addr.
1059         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
1060         as weak alias of __inet_pton.  Use libc_hidden_weak.
1061         * include/arpa/inet.h (__inet_pton): Declare.  Use
1062         libc_hidden_proto.
1063         (inet_makeaddr): Don't use libc_hidden_proto.
1064         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
1065         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
1066         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
1067         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
1068         Remove variable.
1069         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1070         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1071
1072 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
1073
1074         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
1075
1076 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1077
1078         * stdio-common/bug-vfprintf-nargs.c (do_test):
1079         Cast value to intptr_t to avoid format warning
1080         for usage with PRIdPTR printing macro.
1081
1082 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1083
1084         * libio/tst-widetext.c (do_test):
1085         Use format type %td instead of %Zd for ptrdiff_t
1086         in order to avoid format warning.
1087
1088 2014-12-17  Andreas Schwab  <schwab@suse.de>
1089
1090         * nscd/mem.c (gc): Add size_t cast to match printf format.
1091
1092 2014-12-16  Roland McGrath  <roland@hack.frob.com>
1093
1094         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
1095         (init): Apply PTR_MANGLE to pointers before storing them.
1096         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
1097         before using them.
1098
1099 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
1100
1101         [BZ #17719]
1102         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
1103         define as weak alias of __memrchr.
1104         (__memrchr): Do not define as strong alias of memrchr.
1105         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
1106         Remove variable.
1107         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1108         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1109         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1110
1111         [BZ #17717]
1112         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
1113         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
1114         (if_indextoname): Rename to __if_indextoname and define as weak
1115         alias of __if_indextoname.  Use libc_hidden_weak.
1116         (if_freenameindex): Rename to __if_freenameindex and define as
1117         weak alias of __if_freenameindex.
1118         (if_nameindex): Rename to __if_nameindex and define as weak alias
1119         of __if_nameindex.
1120         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
1121         __if_nametoindex and define as weak alias of __if_nametoindex.
1122         Use libc_hidden_weak.
1123         (if_freenameindex): Rename to __if_freenameindex and define as
1124         weak alias of __if_freenameindex.
1125         (if_nameindex): Rename to __if_nameindex and define as weak alias
1126         of __if_nameindex.
1127         (if_indextoname): Rename to __if_indextoname and define as weak
1128         alias of __if_indextoname.  Use libc_hidden_weak.
1129         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
1130         __if_nametoindex and define as weak alias of __if_nametoindex.
1131         Use libc_hidden_weak.
1132         (if_freenameindex): Rename to __if_freenameindex and define as
1133         weak alias of __if_freenameindex.  Use libc_hidden_weak.
1134         (if_nameindex_netlink): Use __if_freenameindex instead of
1135         if_freenameindex.
1136         (if_nameindex): Rename to __if_nameindex and define as weak alias
1137         of __if_nameindex.  Use libc_hidden_weak.
1138         (if_indextoname): Rename to __if_indextoname and define as weak
1139         alias of __if_indextoname.  Use libc_hidden_weak.
1140         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
1141         libc_hidden_proto.
1142         [!_ISOMAC] (__if_freenameindex): Likewise.
1143         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
1144         if_nametoindex.
1145         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
1146         variable.
1147         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1148         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1149         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1150         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1151         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1152         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1153         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1154
1155         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
1156         Remove variable.
1157         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1158         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1159
1160 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1161
1162         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
1163         subscript above bounds'
1164
1165         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
1166         bounds.
1167
1168 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
1169
1170         * libio/tst-fopenloc.c: Use test-skeleton.c.
1171
1172         * stdlib/tst-bsearch.c: Use test-skeleton.c.
1173         (entry): Rename to ITEM.
1174         (do_test, comp): Adjust.
1175
1176         * stdio-common/tst-fseek.c: Use test-skeleton.c.
1177
1178 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1179
1180         * string/tester.c: Include <libc-internal.h>.
1181         (test_memset): Ignore -Wmemset-transposed-args.
1182
1183 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1184
1185         * misc/tst-mntent2.c (do_test): Fix warning.
1186
1187 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1188
1189         * elf/tst-unique4lib.cc(a): Mark as used.
1190
1191 2014-12-16  Florian Weimer  <fweimer@redhat.com>
1192
1193         [BZ #17630]
1194         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
1195         names.
1196
1197 2014-12-16  Allan McRae  <allan@archlinux.org>
1198
1199         * stdio-common/Makefile (tests): Re-add bug26.
1200
1201 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
1202
1203         [BZ #17657]
1204         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
1205         static array.
1206
1207 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
1208
1209         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
1210         (__lll_lock_wait): Likewise.
1211         (__lll_timedlock_wait): Likewise.
1212         (__lll_timedwait_tid): Likewise.
1213         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
1214         (__lll_robust_timedlock_wait): Likewise.
1215         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
1216         (lll_cond_trylock): Likewise.
1217         (__lll_lock): Likewise.
1218         (__lll_robust_lock): Likewise.
1219         (__lll_cond_lock): Likewise.
1220         (lll_robust_cond_lock): Likewise.
1221         (__lll_timedlock): Likewise.
1222         (__lll_robust_timedlock): Likewise.
1223         (__lll_unlock): Likewise.
1224         (__lll_robust_unlock): Likewise.
1225         (lll_wait_tid): Likewise.
1226         (lll_timedwait_tid): Likewise.
1227
1228 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1229
1230         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
1231
1232 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1233
1234         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
1235
1236 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
1237
1238         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
1239         * stdio-common/tst-sprintf.c: Likewise.
1240
1241 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1242
1243         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
1244
1245 2014-12-15  Jeff Law  <law@redhat.com>
1246
1247         [BZ #16617]
1248         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
1249         on the heap.  (CVE-2012-3406)
1250         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
1251         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
1252         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
1253
1254 2014-12-15  Will Newton  <will.newton@linaro.org>
1255
1256         * manual/install.texi: Bump required version of texinfo
1257         to 4.7 from 4.5.
1258         * INSTALL: Regenerated.
1259         * configure.ac: Check for makeinfo version 4.7 and above.
1260         * configure: Regenerated.
1261
1262 2014-12-12  Roland McGrath  <roland@hack.frob.com>
1263
1264         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
1265         PREFIX, string constant to insert between directory and name.
1266         * sysdeps/posix/shm_open.c: Update caller.
1267         * sysdeps/posix/shm_unlink.c: Likewise.
1268         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
1269         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
1270         (SEM_SHM_PREFIX): New macro.
1271         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
1272         [$(have-thread-library) = no].
1273         * nptl/Makefile (libpthread-routines): Add shm-directory.
1274         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
1275         * sysdeps/nptl/shm-directory.h: New file.
1276         * sysdeps/posix/shm-directory.c
1277         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
1278         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
1279         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
1280         INTERNAL_SYSCALL.
1281         (__where_is_shmfs): Function removed.
1282         (mountpoint, defaultmount, defaultdir, __namedsem_once):
1283         Variables removed.
1284         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
1285         Use SHM_GET_NAME.
1286         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
1287
1288         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
1289         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
1290         unconditional for use inside libpthread.
1291         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
1292
1293 2014-12-12  Roland McGrath  <roland@hack.frob.com>
1294
1295         * nptl/pthread_getaffinity.c: New file.
1296         * nptl/pthread_setaffinity.c: New file.
1297         * nptl/pthread_getname.c: New file.
1298         * nptl/pthread_setname.c: New file.
1299
1300         * nptl/pthread_create.c (START_THREAD_DEFN)
1301         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
1302
1303 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1304             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1305
1306         * resolv/res_send.c (send_vc): Disable warning resplen may
1307         be used uninitialized.
1308
1309 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1310
1311         * nptl/tst-mutex6.c
1312         (ATTR_NULL): New define checks ATTR against NULL.
1313         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
1314         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
1315
1316 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
1317
1318         [BZ #17581]
1319         * malloc/hooks.c
1320         (mem2mem_check): Revert my previous change.
1321         (malloc_check_get_size): Revert my previous change.
1322         (mem2chunk_check): Revert my previous change.
1323
1324 2014-12-11  Roland McGrath  <roland@hack.frob.com>
1325
1326         * sysdeps/posix/shm-directory.c: New file.
1327         * sysdeps/posix/shm-directory.h: New file.
1328         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
1329         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
1330         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
1331         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
1332         Transmute EPERM to EACCES.
1333         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
1334         from ...
1335         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
1336         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
1337
1338 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1339
1340         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
1341         pointer and cast to uintptr_t.
1342         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
1343         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
1344         Add cast to avoid warning.
1345         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
1346
1347 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
1348
1349         * nptl/semaphore.h: Move to ...
1350         * sysdeps/pthread/semaphore.h: ... here.
1351         * Makefile (installed-headers): Change nptl/semaphore.h to
1352         sysdeps/pthread/semaphore.h.
1353
1354 2014-12-11  Roland McGrath  <roland@hack.frob.com>
1355
1356         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
1357         generated error format strings.
1358
1359         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
1360         -Wformat-extra-args warnings for scanf formats.
1361         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
1362         test of zero-length format (duh).
1363         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
1364         corner-case scanf format test.
1365         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
1366         generated fprintf format string.
1367         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
1368         corner-case sprintf format tests.
1369         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
1370         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
1371         -Wformat-extra-args warnings throughout.
1372         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
1373         (CFLAGS-scanf4.c): Likewise.
1374         (CFLAGS-scanf7.c): Likewise.
1375         (CFLAGS-tst-sprintf.c): Likewise.
1376         (CFLAGS-tst-printf.c): Likewise.
1377         (CFLAGS-tst-printfsz.c): Likewise.
1378
1379 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
1380
1381         * include/cpio.h: New file.
1382         * include/fmtmsg.h: Likewise.
1383
1384         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
1385         corresponding format argument to size_t.
1386         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
1387         arguments.
1388         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
1389         corresponding format argument to size_t.
1390         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
1391         arguments.
1392         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
1393         corresponding format argument to size_t.
1394         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
1395         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
1396         (CFLAGS-tst-mbswcs2.c): Likewise.
1397         (CFLAGS-tst-mbswcs3.c): Likewise.
1398         (CFLAGS-tst-mbswcs4.c): Likewise.
1399         (CFLAGS-tst-mbswcs5.c): Likewise.
1400         (CFLAGS-tst-trans.c): Likewise
1401
1402 2014-12-11  Roland McGrath  <roland@hack.frob.com>
1403
1404         * posix/regexbug1.c (main): Use "%s" format with regerror results,
1405         rather than assuming they won't contain any '%'s.
1406
1407 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
1408
1409         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
1410         inhibit_loop_to_libcall to avoid recursive calls.
1411         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
1412         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
1413
1414 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
1415
1416         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
1417         prototype.
1418
1419 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
1420
1421         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
1422         integer value instead of boolean.
1423
1424 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
1425
1426         * malloc/malloc.c: Fix powerof2 check.
1427
1428 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
1429
1430         * locale/programs/locfile.h (maybe_swap_uint32):
1431         Remove inline and add unused attribute.
1432
1433 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
1434
1435         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1436         Truncating assembler expression to a .long expression.
1437
1438 2014-12-11  Andreas Schwab  <schwab@suse.de>
1439
1440         * elf/rtld.c (struct map_args): Constify str member.
1441         (do_preload): Constify fname argument.
1442
1443 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1444
1445         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
1446         constants definition.
1447
1448 2014-12-11  Andreas Schwab  <schwab@suse.de>
1449
1450         [BZ #16657]
1451         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
1452         FORCE_ELISION instead of DO_ELISION.
1453         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
1454         Remove.
1455         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
1456         Likewise.
1457
1458         * iconvdata/gconv-modules: Remove duplicate entry.
1459
1460 2014-12-11  Will Newton  <will.newton@linaro.org>
1461
1462         Merge gettext 0.19.3 into intl/.
1463
1464         This involves a number of cosmetic changes to comments
1465         and ANSI function definitions and prototypes throughout
1466         all the files. The gettext copyright header is used but
1467         with the date ranges taken from the glibc copy.
1468
1469         * NEWS: Add gettext merge to 2.21.
1470         * intl/bindtextdom.c: Switch to gettext copyright.
1471         Use ANSI definitions and prototypes.
1472         Use gl_* locking primitives rather than __libc_* ones.
1473         Use __builtin_expect rather than __glibc_likely/unlikely.
1474         * intl/dcgettext.c: Switch to gettext copyright.
1475         Use ANSI definitions and prototypes.
1476         * intl/dcigettext.c: Switch to gettext copyright.
1477         Use ANSI definitions and prototypes.
1478         (INTDIV0_RAISES_SIGFPE): New define.
1479         Use gl_* locking primitives rather than __libc_* ones.
1480         Include eval-plural.h instead of plural-eval.c.
1481         Use __builtin_expect rather than __glibc_likely/unlikely.
1482         * intl/dcngettext.c: Switch to gettext copyright.
1483         Use ANSI definitions and prototypes.
1484         * intl/dgettext.c: Likewise.
1485         * intl/dngettext.c: Likewise.
1486         * intl/plural-eval.c: Renamed to...
1487         * intl/eval-plural.h: ...this.
1488         * intl/explodename.c: Switch to gettext copyright.
1489         Use ANSI definitions and prototypes.
1490         (_nl_explode_name): Use strchr instead of __rawmemchr.
1491         * intl/finddomain.c: Switch to gettext copyright.
1492         Use ANSI definitions and prototypes.
1493         Use gl_* locking primitives rather than __libc_* ones.
1494         (_nl_find_domain): Use malloc rather than alloca for
1495         allocation of temporary locale name.
1496         * intl/gettext.c: Switch to gettext copyright.
1497         Use ANSI definitions and prototypes.
1498         * intl/gettextP.h: Switch to gettext copyright.
1499         Use ANSI definitions and prototypes.
1500         Use gl_* locking primitives rather than __libc_* ones.
1501         * intl/gmo.h: Switch to gettext copyright.
1502         (struct sysdep_string): Move struct segment_pair outside of
1503         struct definition.
1504         * intl/hash-string.c: Use ANSI definitions and prototypes.
1505         * intl/hash-string.h: Switch to gettext copyright.
1506         Use ANSI definitions and prototypes.
1507         * intl/l10nflist.c: Switch to gettext copyright.
1508         Use ANSI definitions and prototypes.
1509         (_nl_normalize_codeset): Avoid integer overflow.
1510         * intl/loadinfo.h: Switch to gettext copyright.
1511         Use ANSI definitions and prototypes.
1512         (LIBINTL_DLL_EXPORTED): New define.
1513         (PATH_SEPARATOR): New define.
1514         * intl/loadmsgcat.c: Switch to gettext copyright.
1515         * intl/localealias.c: Switch to gettext copyright.
1516         Use ANSI definitions and prototypes.
1517         (_nl_expand_alias): Use PATH_SEPARATOR.
1518         * intl/ngettext.c: Switch to gettext copyright.
1519         Use ANSI definitions and prototypes.
1520         * intl/plural-exp.c: Likewise.
1521         * intl/plural-exp.h: Switch to gettext copyright.
1522         Use ANSI definitions and prototypes.
1523         (struct expression): Move definition of enum operator outside
1524         of struct definition.
1525         * intl/plural.c: Regenerate.
1526         * intl/plural.y: Switch to gettext copyright.
1527         Use ANSI definitions and prototypes.
1528         Port to bison 3.0.
1529         * intl/textdomain.c: Switch to gettext copyright.
1530         Use ANSI definitions and prototypes.
1531         Use gl_* locking primitives rather than __libc_* ones.
1532
1533 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
1534
1535         * debug/warning-nop.c: Add used atrribute.
1536
1537 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1538
1539         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
1540
1541         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
1542         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
1543         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
1544
1545 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1546             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1547
1548         [BZ #17634]
1549         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
1550         Undefine after defining function.  Define as weak alias of
1551         __wcschr.  Use libc_hidden_weak.
1552         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
1553         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
1554         (libc_hidden_def): Also define __GI___wcschr alias.
1555         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
1556         __wcschr and define as weak alias of __wcschr.
1557         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
1558         __wcschr.
1559         [!WCSCHR] (DEFAULT_WCSCHR): Define.
1560         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
1561         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
1562         libc_hidden_weak.  Do not use libc_hidden_def.
1563         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
1564         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
1565         __GI___wcschr alias.
1566         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
1567         [IS_IN (libc)] (wcschr): Define as macro expanding to
1568         __redirect_wcschr.
1569         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
1570         [IS_IN (libc)] (__wcschr_power6): Likewise.
1571         [IS_IN (libc)] (__wcschr_power7): Likewise.
1572         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
1573         instead of wcschr.
1574         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
1575         __libc_wcschr.
1576         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
1577         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
1578         __wcschr and define as weak alias of __wcschr.  Use
1579         libc_hidden_builtin_def.
1580         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
1581         as weak alias of __wcschr.  Use libc_hidden_weak.
1582         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
1583         wcschr.
1584         * time/era.c (_nl_init_era_entries): Likewise.
1585         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
1586         variable.
1587         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1588         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1589
1590 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1591
1592         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
1593         format for long int variable.
1594
1595 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
1596
1597         [BZ #10672]
1598         * manual/search.texi: (Array Sort Function): Remove claim how to make
1599         qsort stable.
1600
1601 2014-12-10  Andreas Schwab  <schwab@suse.de>
1602
1603         [BZ #12847]
1604         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
1605         user-controlled locks.
1606
1607 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
1608
1609         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
1610         register.
1611
1612 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1613
1614         * configure.ac (--disable-werror): New configure option.
1615         (enable_werror): New AC_SUBST.
1616         * configure: Regenerated.
1617         * config.make.in (enable-werror): New variable.
1618         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
1619         -Wno-error=undef.
1620         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
1621         * manual/install.texi (Configuring and compiling): Document
1622         --disable-werror.
1623         * INSTALL: Regenerated.
1624         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
1625         (CFLAGS-tst-chk2.c): Likewise.
1626         (CFLAGS-tst-chk3.c): Likewise.
1627         (CFLAGS-tst-chk4.cc): Likewise.
1628         (CFLAGS-tst-chk5.cc): Likewise.
1629         (CFLAGS-tst-chk6.cc): Likewise.
1630         (CFLAGS-tst-lfschk1.c): Likewise.
1631         (CFLAGS-tst-lfschk2.c): Likewise.
1632         (CFLAGS-tst-lfschk3.c): Likewise.
1633         (CFLAGS-tst-lfschk4.cc): Likewise.
1634         (CFLAGS-tst-lfschk5.cc): Likewise.
1635         (CFLAGS-tst-lfschk6.cc): Likewise.
1636
1637         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
1638         (main): Disable -Wdeprecated-declarations around calls to
1639         register_printf_function.
1640
1641         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
1642         (do_test): Disable -Wdiv-by-zero around some calls to
1643         fwrite_unlocked and fread_unlocked.
1644
1645         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
1646         (DIAG_POP_NEEDS_COMMENT): Likewise.
1647         (_DIAG_STR1): Likewise.
1648         (_DIAG_STR): Likewise.
1649         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
1650         * stdio-common/bug21.c: Include <libc-internal.h>.
1651         (do_test): Disable -Wformat around call to sscanf.
1652         * stdio-common/scanf14.c: Include <libc-internal.h>.
1653         (main): Disable -Wformat around some calls to scanf functions.
1654
1655 2014-12-09  Torvald Riegel  <triegel@redhat.com>
1656
1657         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
1658
1659 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1660
1661         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
1662         stack variable alignment.
1663
1664 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
1665
1666         [BZ #17682]
1667         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
1668         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
1669         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
1670         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
1671         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
1672         __getrlimit instead of getrlimit.
1673         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
1674         __gettimeofday instead of gettimeofday.
1675         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
1676         Likewise.
1677         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
1678         Likewise.
1679         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
1680         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
1681         Remove variable.
1682         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1683         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1684
1685 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1686
1687         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
1688         for wide-character tests.
1689
1690 2014-12-04  Roland McGrath  <roland@hack.frob.com>
1691
1692         * io/openat64.c: #include <libc-internal.h>
1693         (__openat64): Prototypify.  Use ignore_value on MODE.
1694         * io/openat.c: Likewise.
1695         * misc/reboot.c: #include <libc-internal.h>
1696         (reboot): Prototypify.  Use ignore_value on HOWTO.
1697         * misc/ptrace.c: #include <libc-internal.h>
1698         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
1699
1700 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
1701
1702         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
1703         XPG4, UNIX98 and XOPEN2K.
1704         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
1705         Remove variable.
1706         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1707
1708 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1709
1710         * libio/fileops.c: Use ISO C style for function definitions.
1711         * libio/iofopen.c: Likewise.
1712         * libio/wfileops.c: Likewise.
1713
1714         [BZ #17653]
1715         * libio/fileops.c (_IO_new_file_underflow): Unset cached
1716         offset on EOF.
1717         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
1718         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
1719         (fgets_func): Function pointer to fgets and fgetws.
1720         (do_ftell_test): Add test to verify ftell value after read
1721         EOF.
1722         (do_test): Set fgets_func.
1723
1724         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
1725         O_TRUNC flag for w and w+ modes.
1726         (do_rewind_test): Likewise.
1727         (do_ftell_test): Likewise.
1728         (do_write_test): Likewise.
1729
1730         [BZ #17647]
1731         * libio/fileops.c (do_ftell): Seek only when there are
1732         unflushed writes.
1733         * libio/wfileops.c (do_ftell_wide): Likewise.
1734         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
1735         test case.
1736         (do_one_test): Call it.
1737
1738 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
1739
1740         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
1741         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
1742         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
1743         Remove variable.
1744         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1745         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1746         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1747
1748 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1749
1750         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
1751         Remove variable.
1752         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1753
1754         [BZ #17668]
1755         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
1756         as weak alias of __getifaddrs.  Use libc_hidden_weak.
1757         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1758         __freeifaddrs.  Use libc_hidden_weak.
1759         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
1760         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
1761         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1762         __freeifaddrs.  Use libc_hidden_weak.
1763         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
1764         __getifaddrs and define as weak alias of __getifaddrs.  Use
1765         libc_hidden_weak.
1766         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1767         __freeifaddrs.  Use libc_hidden_weak.
1768         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
1769         Remove variable.
1770         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1771         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1772
1773 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
1774
1775         [BZ #17601]
1776         * sysdeps/mips/start.S (__start): Use indirect jump to call
1777         __libc_start_main.
1778
1779 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1780
1781         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
1782
1783         * nptl/tst-mutex1.c: Include <stdbool.h>.
1784         [!ATTR] (ATTR_NULL): New macro.
1785         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
1786         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
1787         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
1788
1789         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
1790         to char *.
1791
1792         [BZ #17665]
1793         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
1794         Change conditional to [__USE_MISC].
1795
1796         [BZ #17664]
1797         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1798         fgets_unlocked.
1799         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1800         __fgets_unlocked.
1801         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1802         fgets_unlocked.
1803         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1804         Remove variable.
1805         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1806         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1807         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1808         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1809         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1810         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1811         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1812         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1813         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1814
1815         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1816
1817 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1818
1819         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1820         Remove strpbrk objects.
1821         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1822         (__libc_ifunc_impl_list): Remove strpbrk implementation.
1823         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1824         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1825         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1826         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1827
1828         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1829         Remove strcspn objects.
1830         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1831         (__libc_ifunc_impl_list): Remove strcspn implementation.
1832         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1833         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1834         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1835         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
1836
1837         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1838         Remove strspn objetcs.
1839         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1840         (__libc_ifunc_impl_list): Remove strspn implementation.
1841         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1842         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1843         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1844         * sysdeps/powerpc/powerpc64/strspn.S: New file.
1845
1846 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
1847
1848         [BZ #17581]
1849         * malloc/hooks.c
1850         (mem2mem_check): Add a terminator to the chain of checking blocks.
1851         (malloc_check_get_size): Use it here.
1852         (mem2chunk_check): Ditto.
1853
1854 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1855
1856         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1857         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1858
1859 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1860
1861         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1862
1863         * nptl/nptl-init.c: Include libc-internal.h.
1864         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1865
1866         * elf/ldconfig.c (search_dir): Expand comment.
1867
1868 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1869
1870         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1871         variable.
1872         (linknamespace-symlist-stdlibs-tests): Likewise.
1873         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1874         instead of $(objpfx)symlist-stdlibs.
1875         (linknamespace-libs-isoc): New variable.
1876         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1877         (linknamespace-libs-ISO): New variable.
1878         (linknamespace-libs-ISO99): Likewise.
1879         (linknamespace-libs-ISO11): Likewise.
1880         (linknamespace-libs-XPG3): Likewise.
1881         (linknamespace-libs-XPG4): Likewise.
1882         (linknamespace-libs-POSIX): Likewise.
1883         (linknamespace-libs-UNIX98): Likewise.
1884         (linknamespace-libs-XOPEN2K): Likewise.
1885         (linknamespace-libs-POSIX2008): Likewise.
1886         (linknamespace-libs-XOPEN2K8): Likewise.
1887         ($(objpfx)symlist-stdlibs): Replace by
1888         $(linknamespace-symlist-stdlibs-tests).  Use
1889         $(linknamespace-libs-$*) as set of libraries.
1890         ($(linknamespace-header-tests)): Update dependencies.  Use
1891         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1892         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1893         * conform/linknamespace.pl: Remove comment about considering
1894         definitions of symbols from irrelevant libraries.
1895
1896 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1897
1898         [BZ #13862]
1899         * elf/dl-tls.c: Include <atomic.h>.
1900         (oom): Remove #ifdef SHARED/#endif.
1901         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1902         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1903         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1904         big enough.
1905         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1906         * nptl/Makefile (tests): Add tst-stack4.
1907         (modules-names): Add tst-stack4mod.
1908         ($(objpfx)tst-stack4): New.
1909         (tst-stack4mod.sos): Likewise.
1910         ($(objpfx)tst-stack4.out): Likewise.
1911         ($(tst-stack4mod.sos)): Likewise.
1912         (clean): Likewise.
1913         * nptl/tst-stack4.c: New file.
1914         * nptl/tst-stack4mod.c: Likewise.
1915
1916 2014-11-27  J. Brown  <jb999@gmx.de>
1917
1918         * sysdeps/x86/bits/string.h: Add recent CPUs.
1919
1920 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1921
1922         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1923         sigblock.
1924
1925         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1926         feof.
1927
1928         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1929         variable.
1930
1931 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1932
1933         * nscd/connections.c: Include libc-internal.h because of macro
1934         usage ignore_value.
1935
1936 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1937
1938         * string/bits/string3.h (__warn_memset_zero_len): Don't
1939         declare for gcc newer than 5.0.
1940         (memset): Don't test for zero-length __LEN for gcc newer than
1941         5.0.
1942
1943 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1944
1945         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1946         size_t for %zu format.
1947
1948         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1949         difference, not %ju.
1950
1951 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1952
1953         * include/libc-internal.h (ignore_value): New macro.
1954         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1955         with ignore_value.
1956
1957         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1958         definition.
1959
1960         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1961         pthread_cleanup_push to void *.
1962
1963         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1964         Undefine.
1965
1966         [BZ #16619]
1967         [BZ #16740]
1968         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1969         instead of 1L << 52.
1970
1971         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1972         * libio/bug-rewind2.c (do_test): Likewise.
1973
1974         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1975         * debug/test-strcpy_chk-ifunc.c: Likewise.
1976         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1977         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1978         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1979         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1980         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1981         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1982         * Rules [$(multi-arch) = no] (tests): Do not filter out
1983         $(tests-ifunc).
1984         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1985         * debug/Makefile (tests-ifunc): Remove variable.
1986         (tests): Do not add $(tests-ifunc).
1987         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1988         (tests): Do not add $(tests-ifunc).
1989         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1990         [TEST_IFUNC]: Remove conditionals.
1991         * string/test-string.h (TEST_IFUNC): Remove macro.
1992         [TEST_IFUNC]: Remove conditionals.
1993
1994         * string/test-strchr.c [!WIDE] (L): New macro.
1995         [WIDE] (L): Likewise.
1996         (check1): Use CHAR instead of char.  Use L on string and character
1997         constants.
1998
1999 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
2000
2001         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
2002         tests.
2003         * sysdeps/powerpc/bits/atomic.h
2004         (__arch_atomic_exchange_and_add_32_acq): Add definition.
2005         (__arch_atomic_exchange_and_add_32_rel): Likewise.
2006         (atomic_exchange_and_add_acq): Likewise.
2007         (atomic_exchange_and_add_rel): Likewise.
2008         * sysdeps/powerpc/powerpc32/bits/atomic.h
2009         (__arch_atomic_exchange_and_add_64_acq): Add definition.
2010         (__arch_atomic_exchange_and_add_64_rel): Likewise.
2011         * sysdeps/powerpc/powerpc64/bits/atomic.h
2012         (__arch_atomic_exchange_and_add_64_acq): Add definition.
2013         (__arch_atomic_exchange_and_add_64_rel): Likewise.
2014
2015 2014-11-26  Torvald Riegel  <triegel@redhat.com>
2016
2017         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
2018         Change synchronization of __sched_fifo_min_prio and
2019         __sched_fifo_max_prio.
2020         * nptl/pthread_mutexattr_getprioceiling.c
2021         (pthread_mutexattr_getprioceiling): Likewise.
2022         * nptl/pthread_mutexattr_setprioceiling.c
2023         (pthread_mutexattr_setprioceiling): Likewise.
2024         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
2025         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
2026         Likewise.
2027
2028 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
2029
2030         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
2031         void.
2032
2033 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
2034
2035         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
2036         third argument const.
2037
2038 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2039
2040         fnmatch: work around GCC compiler warning bug with uninit var
2041         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
2042         This works around a bug with x86-64 GCC 4.9.2 and earlier
2043         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
2044         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
2045         used uninitialized in this function [-Wmaybe-uninitialized]".
2046
2047 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
2048
2049         * posix/bug-regex31.c (main): Return RES not 0.
2050
2051 2014-11-25  Anton Blanchard <anton@samba.org>
2052
2053         * sysdeps/powerpc/bits/atomic.h
2054         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
2055
2056 2014-11-24  Sterling Augustine  <saugustine@google.com>
2057
2058         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
2059
2060 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
2061
2062         [BZ #17608]
2063         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
2064
2065 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
2066
2067         [BZ #17633]
2068         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
2069         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
2070         variable.
2071         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2072         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2073
2074 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
2075
2076         * string/strncpy.c (strncpy): Improve performance by using memset.
2077
2078 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
2079
2080         * string/strcpy.c (strcpy):
2081         Improve performance by using strlen and memcpy.
2082
2083 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
2084
2085         * string/strcoll_l.c (get_next_seq): __always_inline.
2086         * string/strcoll_l.c (do_compare): __always_inline.
2087
2088 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2089
2090         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
2091         defined.
2092         * include/mqueue.h: Likewise.
2093         * include/stdlib.h: Likewise.
2094
2095         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
2096         (get_null_defines): Adjust.
2097         * sunrpc/Makefile: Adjust comment.
2098         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
2099         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
2100         (CFLAGS-interp.c): Likewise.
2101         (CFLAGS-ldconfig.c): Likewise.
2102         (CPPFLAGS-.os): Likewise.
2103         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
2104         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
2105         * extra-modules.mk (extra-modules.mk): Likewise.
2106         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
2107         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
2108         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
2109         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
2110         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
2111         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
2112         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
2113         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
2114         * iconvdata/Makefile (CPPFLAGS): Likewise.
2115         (cpp-srcs-left): Add libof for all iconvdata routines.
2116         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
2117         * include/assert.h: Likewise.
2118         * include/ctype.h: Likewise.
2119         * include/errno.h: Likewise.
2120         * include/libc-symbols.h: Likewise.
2121         * include/math.h: Likewise.
2122         * include/netdb.h: Likewise.
2123         * include/resolv.h: Likewise.
2124         * include/stdio.h: Likewise.
2125         * include/stdlib.h: Likewise.
2126         * include/string.h: Likewise.
2127         * include/sys/stat.h: Likewise.
2128         * include/wctype.h: Likewise.
2129         * intl/l10nflist.c: Likewise.
2130         * libidn/idn-stub.c: Likewise.
2131         * libio/libioP.h: Likewise.
2132         * nptl/libc_multiple_threads.c: Likewise.
2133         * nptl/pthreadP.h: Likewise.
2134         * posix/regex_internal.h: Likewise.
2135         * resolv/res_hconf.c: Likewise.
2136         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
2137         * sysdeps/arm/memmove.S: Likewise.
2138         * sysdeps/arm/sysdep.h: Likewise.
2139         * sysdeps/generic/_itoa.h: Likewise.
2140         * sysdeps/generic/symbol-hacks.h: Likewise.
2141         * sysdeps/gnu/errlist.awk: Likewise.
2142         * sysdeps/gnu/errlist.c: Likewise.
2143         * sysdeps/i386/i586/memcpy.S: Likewise.
2144         * sysdeps/i386/i586/memset.S: Likewise.
2145         * sysdeps/i386/i686/memcpy.S: Likewise.
2146         * sysdeps/i386/i686/memmove.S: Likewise.
2147         * sysdeps/i386/i686/mempcpy.S: Likewise.
2148         * sysdeps/i386/i686/memset.S: Likewise.
2149         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
2150         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
2151         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
2152         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
2153         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
2154         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
2155         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
2156         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
2157         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
2158         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
2159         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2160         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2161         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2162         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2163         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2164         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2165         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
2166         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
2167         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
2168         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
2169         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
2170         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
2171         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
2172         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
2173         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
2174         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
2175         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
2176         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
2177         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
2178         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
2179         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
2180         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
2181         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
2182         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
2183         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
2184         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
2185         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
2186         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
2187         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
2188         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
2189         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
2190         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
2191         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
2192         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
2193         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
2194         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
2195         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
2196         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
2197         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
2198         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
2199         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
2200         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
2201         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
2202         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
2203         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
2204         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
2205         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
2206         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
2207         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
2208         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
2209         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
2210         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
2211         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
2212         * sysdeps/nptl/bits/libc-lock.h: Likewise.
2213         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
2214         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
2215         * sysdeps/posix/closedir.c: Likewise.
2216         * sysdeps/posix/opendir.c: Likewise.
2217         * sysdeps/posix/readdir.c: Likewise.
2218         * sysdeps/posix/rewinddir.c: Likewise.
2219         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
2220         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
2221         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
2222         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
2223         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
2224         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
2225         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
2226         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
2227         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
2228         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
2229         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
2230         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
2231         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
2232         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
2233         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
2234         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
2235         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
2236         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
2237         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
2238         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
2239         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
2240         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
2241         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
2242         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
2243         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
2244         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
2245         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
2246         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
2247         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
2248         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
2249         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
2250         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
2251         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
2252         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
2253         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
2254         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
2255         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
2256         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
2257         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
2258         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
2259         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
2260         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
2261         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
2262         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
2263         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
2264         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
2265         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
2266         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
2267         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
2268         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
2269         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
2270         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
2271         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
2272         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
2273         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
2274         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
2275         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
2276         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
2277         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
2278         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
2279         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
2280         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
2281         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
2282         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
2283         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
2284         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
2285         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
2286         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
2287         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
2288         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
2289         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
2290         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
2291         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
2292         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
2293         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
2294         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
2295         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
2296         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
2297         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2298         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
2299         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
2300         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
2301         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
2302         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
2303         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
2304         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
2305         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
2306         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
2307         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
2308         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
2309         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
2310         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
2311         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
2312         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
2313         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
2314         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
2315         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
2316         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
2317         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
2318         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
2319         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
2320         * sysdeps/unix/alpha/sysdep.S: Likewise.
2321         * sysdeps/unix/alpha/sysdep.h: Likewise.
2322         * sysdeps/unix/make-syscalls.sh: Likewise.
2323         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
2324         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
2325         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
2326         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
2327         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
2328         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
2329         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
2330         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2331         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
2332         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
2333         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2334         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
2335         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2336         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
2337         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
2338         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
2339         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
2340         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
2341         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
2342         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
2343         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
2344         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2345         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
2346         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
2347         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
2348         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
2349         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
2351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
2352         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
2353         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2354         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
2355         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2356         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
2357         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
2358         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
2359         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2360         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
2361         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
2362         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2363         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2364         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
2365         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
2366         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
2367         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2368         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
2369         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
2370         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
2371         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
2372         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2373         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2374         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
2375         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
2376         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
2377         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
2378         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2379         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
2380         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2381         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
2382         * sysdeps/x86_64/memcpy.S: Likewise.
2383         * sysdeps/x86_64/memmove.c: Likewise.
2384         * sysdeps/x86_64/memset.S: Likewise.
2385         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
2386         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
2387         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
2388         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
2389         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
2390         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
2391         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
2392         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
2393         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
2394         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
2395         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
2396         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
2397         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
2398         * sysdeps/x86_64/multiarch/memset.S: Likewise.
2399         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
2400         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
2401         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
2402         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
2403         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
2404         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
2405         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
2406         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
2407         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
2408         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
2409         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
2410         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
2411         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
2412         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
2413         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
2414         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
2415         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
2416         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
2417         * sysdeps/x86_64/strcmp.S: Likewise.
2418
2419         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
2420
2421         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
2422         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
2423         * elf/rtld-Rules: Likewise.
2424         * elf/setup-vdso.h: Likewise.
2425         * include/assert.h: Likewise.
2426         * include/bits/stdlib-float.h: Likewise.
2427         * include/errno.h: Likewise.
2428         * include/sys/stat.h: Likewise.
2429         * include/unistd.h: Likewise.
2430         * sysdeps/aarch64/setjmp.S: Likewise.
2431         * sysdeps/alpha/setjmp.S: Likewise.
2432         * sysdeps/arm/__longjmp.S: Likewise.
2433         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
2434         * sysdeps/arm/setjmp.S: Likewise.
2435         * sysdeps/arm/sysdep.h: Likewise.
2436         * sysdeps/generic/_itoa.h: Likewise.
2437         * sysdeps/generic/dl-sysdep.h: Likewise.
2438         * sysdeps/generic/ldsodefs.h: Likewise.
2439         * sysdeps/i386/dl-tls.h: Likewise.
2440         * sysdeps/i386/setjmp.S: Likewise.
2441         * sysdeps/m68k/setjmp.c: Likewise.
2442         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
2443         * sysdeps/mach/hurd/opendir.c: Likewise.
2444         * sysdeps/posix/getcwd.c: Likewise.
2445         * sysdeps/posix/opendir.c: Likewise.
2446         * sysdeps/posix/profil.c: Likewise.
2447         * sysdeps/powerpc/dl-procinfo.h: Likewise.
2448         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
2449         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
2450         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
2451         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
2452         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
2453         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
2454         * sysdeps/s390/dl-tls.h: Likewise.
2455         * sysdeps/s390/s390-32/setjmp.S: Likewise.
2456         * sysdeps/s390/s390-64/setjmp.S: Likewise.
2457         * sysdeps/sh/sh3/setjmp.S: Likewise.
2458         * sysdeps/sh/sh4/setjmp.S: Likewise.
2459         * sysdeps/unix/alpha/sysdep.h: Likewise.
2460         * sysdeps/unix/arm/sysdep.S: Likewise.
2461         * sysdeps/unix/i386/sysdep.S: Likewise.
2462         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
2463         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2464         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2465         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2466         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2467         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
2468         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
2469         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
2470         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
2471         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
2472         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
2473         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2474         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
2476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
2477         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2478         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
2479         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
2480         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2481         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
2482         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2483         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
2484         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2485         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2486         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
2487         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2488         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2489         * sysdeps/unix/x86_64/sysdep.S: Likewise.
2490         * sysdeps/x86_64/setjmp.S: Likewise.
2491
2492         * include/math.h: Use IS_IN instead of IS_IN_libm.
2493         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
2494         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
2495         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
2496         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
2497         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
2498         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
2499         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
2500         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
2501         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
2502         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
2503         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
2504         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
2505         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
2506         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
2507         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
2508         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
2509         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
2510         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
2511         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
2512         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
2513         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
2514         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
2515         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
2516         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
2517         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
2518         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
2519         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
2520         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
2521         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
2522         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
2523         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
2524         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
2525         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
2526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
2527         Likewise.
2528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
2529         Likewise.
2530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
2531         Likewise.
2532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
2533         Likewise.
2534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
2535         Likewise.
2536         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
2537         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
2538         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
2539         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
2540         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
2541         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
2542         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
2543         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
2544         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
2545         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
2546         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
2547         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
2548         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
2549         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
2550         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
2551         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
2552         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
2553         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
2554         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
2555         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
2556         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
2557         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
2558         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
2559         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
2560         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
2561         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
2562         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
2563
2564         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
2565         * nptl/pthreadP.h: Likewise.
2566         * nptl_db/structs.def: Likewise.
2567         * sysdeps/arm/sysdep.h: Likewise.
2568         * sysdeps/nptl/bits/libc-lock.h: Likewise.
2569         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
2570         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
2571         * sysdeps/unix/alpha/sysdep.h: Likewise.
2572         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
2573         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
2574         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
2575         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
2576         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
2577         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
2578         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2579         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
2580         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
2581         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
2582         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
2583         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
2584         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
2585         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
2586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
2587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
2588         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
2589         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
2590         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
2591         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
2592         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
2593         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
2594         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
2595         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
2596         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
2597         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
2598
2599         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
2600         * nptl/pthreadP.h: Likewise.
2601         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
2602         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
2603         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
2604         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
2605         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
2606         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
2607         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
2608         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
2609         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
2610         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
2611         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
2612         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
2613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
2614         Likewise.
2615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
2616         Likewise.
2617         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
2618         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
2619         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
2620         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
2621         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
2622         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
2623         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
2624         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
2625
2626         * dlfcn/dladdr.c: Use IS_IN.
2627         * dlfcn/dladdr1.c: Likewise.
2628         * dlfcn/dlclose.c: Likewise.
2629         * dlfcn/dlerror.c: Likewise.
2630         * dlfcn/dlinfo.c: Likewise.
2631         * dlfcn/dlmopen.c: Likewise.
2632         * dlfcn/dlopen.c: Likewise.
2633         * dlfcn/dlsym.c: Likewise.
2634         * dlfcn/dlvsym.c: Likewise.
2635
2636         * include/ifaddrs.h: Use IS_IN.
2637         * inet/check_pf.c: Likewise.
2638         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2639         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
2640
2641         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
2642         IS_IN_ldconfig.
2643         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
2644         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
2645
2646         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
2647         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
2648         IS_IN (libc).
2649
2650         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
2651
2652         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
2653         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
2654         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
2655         * include/libc-symbols.h (IS_IN_LIB): New macro.
2656         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
2657         * include/netdb.h: Likewise.
2658         * include/stap-probe.h: Remove all uses of IN_LIB.
2659
2660         * Makeconfig (module-cppflags-real): Define MODULE_NAME
2661         instead of IN_MODULE.
2662         * include/libc-symbols.h (IN_MODULE): Define using
2663         MODULE_NAME.
2664         (PASTE_NAME, PASTE_NAME1): New macros.
2665         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
2666         of IN_LIB.
2667         (STAP_PROBE_ASM): Likewise.
2668
2669 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2670
2671         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
2672         __mach_init in dlopened libc.
2673
2674 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
2675
2676         * sysdeps/arm/preconfigure.ac: Delete EABI check.
2677         * sysdeps/arm/preconfigure: Regenerate.
2678
2679 2014-11-21  Roland McGrath  <roland@hack.frob.com>
2680
2681         * nptl/pthread_create.c (__pthread_create_2_1): Set
2682         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
2683         when copying values from IATTR into PD.
2684
2685 2014-11-21  Will Newton  <will.newton@linaro.org>
2686             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
2687
2688         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
2689         Refactor inline-asm.  Also add comment.
2690
2691         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
2692         ElfW macro instead of hardcoded Elf64 types.
2693         (la_aarch64_gnu_pltenter): Likewise.
2694         * sysdeps/aarch64/dl-machine.h
2695         (elf_machine_runtime_setup): Use ElfW(Addr).
2696
2697         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
2698         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
2699         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
2700         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
2701         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
2702         (R_AARCH64_TLS_DTPMOD64): Rename to ..
2703         (R_AARCH64_TLS_DTPMOD): This.
2704         (R_AARCH64_TLS_DTPREL64): Rename to ...
2705         (R_AARCH64_TLS_DTPREL): This.
2706         (R_AARCH64_TLS_TPREL64): Rename to ...
2707         (R_AARCH64_TLS_TPREL): This.
2708         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
2709         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
2710         R_AARCH64_TLS_TPREL64.
2711         (elf_machine_rela): Likewise.
2712
2713 2014-11-21  Torvald Riegel  <triegel@redhat.com>
2714
2715         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
2716         by setting it to 0.  64b atomics are not supported currently.
2717
2718 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2719
2720         [BZ #16469]
2721         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
2722         search domain names.
2723
2724 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2725
2726         [BZ #16469]
2727         * NEWS: Update.
2728         * resolv/res_query.c (__libc_res_nquerydomain): Retain
2729         trailing dot.
2730         * posix/tst-getaddrinfo5.c: New.
2731         * posix/Makefile (tests): Add it.
2732
2733 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2734
2735         [BZ #14498]
2736         * NEWS: Fixed.
2737         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
2738         after parsing line but before break_if_match.
2739         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
2740         if there is a protocol mismatch.
2741
2742 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
2743
2744         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
2745         because the potential race is on the user-supplied stream.
2746
2747 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2748
2749         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
2750         string literal if not passed a buffer.
2751         * manual/job.texi (ctermid): Update reasoning, note deviation
2752         from posix, suggest mtasurace when not passed a buffer, for
2753         future non-preliminary safety notes.
2754
2755 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2756
2757         * manual/users.texi (cuserid): Fix MT-Safety note for the case
2758         of not passing it a buffer.
2759         Reported by Peng Haitao.
2760
2761 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2762
2763         * manual/Makefile ($(objpfx)stamp-summary): Require
2764         check-safety.sh to pass.
2765         * manual/check-safety.sh: Wish for verification that every
2766         @deftypefn and @deftypefun is followed by a @safety remark.
2767
2768 2014-11-20  Roland McGrath  <roland@hack.frob.com>
2769
2770         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
2771
2772         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
2773         PTHREAD_CANCEL_ASYNCHRONOUS.
2774         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
2775         send SIGCANCEL.
2776
2777         * nptl/default-sched.h: New file.
2778         * sysdeps/unix/sysv/linux/default-sched.h: New file.
2779         * nptl/pthread_create.c: Include it.
2780         (__pthread_create_2_1): Use collect_default_sched instead of making
2781         Linux syscalls here directly.
2782
2783 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2784
2785         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
2786         __pthread_once): Use C11 atomics.
2787
2788 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2789
2790         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
2791
2792 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2793
2794         * include/atomic.h (__atomic_link_error, __atomic_check_size,
2795         atomic_thread_fence_acquire, atomic_thread_fence_release,
2796         atomic_thread_fence_seq_cst, atomic_load_relaxed,
2797         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2798         atomic_compare_exchange_weak_relaxed,
2799         atomic_compare_exchange_weak_acquire,
2800         atomic_compare_exchange_weak_release,
2801         atomic_exchange_acquire, atomic_exchange_release,
2802         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2803         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2804         atomic_fetch_and_acquire,
2805         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2806
2807 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2808
2809         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2810         USE_ATOMIC_COMPILER_BUILTINS): Define.
2811         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2812         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2813         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2814         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2815         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2816         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2817         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2818         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2819         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2820         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2821         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2822         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2823         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2824         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2825         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2826         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2827         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2828         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2829         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2830         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2831         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2832         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2833         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2834         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2835         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2836         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2837         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2838         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2839         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2840         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2841         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2842         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2843         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2844         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2845         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2846         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2847         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2848         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2849         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2850         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2851
2852 2014-11-19  Roland McGrath  <roland@hack.frob.com>
2853
2854         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2855         the sched_priority value here.  It was already checked when the user
2856         called pthread_attr_setschedparam.
2857
2858         * nptl/tst-bad-schedattr.c: New file.
2859         * nptl/Makefile (tests): Add it.
2860
2861 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2862             Florian Weimer  <fweimer@redhat.com>
2863             Joseph Myers  <joseph@codesourcery.com>
2864             Adam Conrad  <adconrad@0c3.net>
2865             Andreas Schwab  <schwab@suse.de>
2866             Brooks  <bmoses@google.com>
2867
2868         [BZ #17625]
2869         * wordexp-test.c (__dso_handle): Add prototype.
2870         (__register_atfork): Likewise.
2871         (__app_register_atfork): New function.
2872         (registered_forks): New global.
2873         (register_fork): New function.
2874         (test_case): Add 3 new tests for WRDE_CMDSUB.
2875         (main): Call __app_register_atfork.
2876         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2877         fork count is non-zero fail the test.
2878         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2879         is set.
2880         (parse_dollars): Remove check for WRDE_NOCMD.
2881         (parse_dquote): Likewise.
2882
2883 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2884
2885         * Makeconfig (built-modules): List non-library modules to be
2886         built.
2887         (module-cppflags): Include libc-modules.h for
2888         everything except shlib-versions.v.i.
2889         (CPPFLAGS): Use it.
2890         (before-compile): Add libc-modules.h.
2891         ($(common-objpfx)libc-modules.h,
2892         $(common-objpfx)libc-modules.stmp): New targets.
2893         (common-generated): Add libc-modules.h and libc-modules.stmp.
2894         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2895         * include/libc-symbols.h: Don't include libc-modules.h.
2896         * include/libc-modules.h: Remove file.
2897         * scripts/gen-libc-modules.awk: New script to generate
2898         libc-modules.h.
2899         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2900         Depend on libc-modules.stmp.
2901
2902         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2903
2904         * Makeconfig (in-module): Get value of libof set for the
2905         translation unit.
2906         (CPPFLAGS): Use $(in-module).
2907         * Makerules: Don't suffix routine names for nonlib.
2908         * include/libc-modules.h: New file.
2909         * include/libc-symbols.h: Include libc-modules.h
2910         (IS_IN): New macro to replace IS_IN_* macros.
2911         * elf/Makefile: Set libof-* for each routine.
2912         * elf/rtld-Rules: Likewise.
2913         * extra-modules.mk: Likewise.
2914         * iconv/Makefile: Likewise.
2915         * iconvdata/Makefile: Likewise.
2916         * locale/Makefile: Likewise.
2917         * malloc/Makefile: Likewise.
2918         * nss/Makefile: Likewise.
2919         * sysdeps/gnu/Makefile: Likewise.
2920         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2921         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2922         * sysdeps/s390/s390-64/Makefile: Likewise.
2923         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2924         CPPFLAGS for nscd instead of nonlib.
2925
2926 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2927
2928         * nptl/createthread.c: New file.
2929
2930         * nptl/createthread.c: Moved ...
2931         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2932
2933         * nptl/createthread.c: Add proper top-line comment.
2934         (do_clone): Folded into ...
2935         (create_thread): ... here.  Take new arguments STOPPED_START and
2936         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2937         increment __nptl_threads, do event-reporting logic, do
2938         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2939         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2940         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2941         just send SIGCANCEL.
2942         * nptl/pthread_create.c: Forward-declare create_thread before
2943         including createthread.c.
2944         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2945         declaration, and new macro START_THREAD_SELF to replace argument.
2946         Remove return statement.
2947         (report_thread_creation): New function.
2948         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2949         synchronization logic, and __nptl_nthreads increment here, around
2950         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2951         PD->parent_cancelhandling here, before create_thread.  When
2952         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2953         __deallocate_stack, and ENOMEM translation here.
2954
2955 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2956
2957         [BZ #17616]
2958         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2959         (mptwo): Rename to __mptwo.
2960         (__inv): Use __mptwo instead of mptwo.
2961         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2962         (mptwo): Rename to __mptwo.
2963         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2964         of mpone and __mptwo instead of mptwo.
2965         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2966         instead of mpone.
2967         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2968         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2969         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2970         of mpone and __mptwo instead of mptwo.
2971         (__mpranred): Use __mpone instead of mpone.
2972         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2973         variable.
2974         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2975         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2976         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2977         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2978         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2979         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2980         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2981         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2982         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2983         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2984         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2985         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2986         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2987         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2988         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2989         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2990         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2991         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2992         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2993
2994 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2995
2996         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2997         replace BSD Handler xref with BSD Signal Handling.
2998
2999 2014-11-17  Richard Henderson  <rth@redhat.com>
3000
3001         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
3002         (_FP_PACK_RAW_2): Remove.
3003         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
3004         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
3005         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
3006         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
3007         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
3008         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
3009         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
3010         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
3011         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
3012         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
3013         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
3014         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
3015         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
3016         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
3017         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
3018         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
3019
3020 2014-11-14  Roland McGrath  <roland@hack.frob.com>
3021
3022         * signal/signal.h [__USE_MISC]
3023         (struct sigvec): Remove type.
3024         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
3025         (sigvec): Remove declaration.
3026         * sysdeps/posix/sigvec.c: Moved ...
3027         * signal/sigvec.c: ... here, replacing old file.
3028         (struct sigvec): New type, copied from old signal.h definition.
3029         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
3030         (__sigvec): Convert definition to prototype.
3031         (sigvec): Replace weak_alias with compat_symbol.
3032         * signal/Versions (libc: GLIBC_2.21): New version set.
3033         * include/signal.h: Remove __sigvec declaration.
3034         * sysdeps/unix/bsd/sigvec.c: Remove file.
3035         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
3036         * manual/signal.texi (BSD Handler): Remove subsection.
3037         Move siginterrupt up to ...
3038         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
3039         (Blocking in BSD): Fold subsection into its parent.
3040         * NEWS: Mention sigvec removal.
3041
3042 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
3043
3044         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
3045         (DLA_FMS): Make definition conditional only on [__FMA4__].
3046         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
3047         definition.
3048
3049         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
3050         Make definition conditional only on [PROF].
3051         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
3052         definition.
3053         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
3054         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
3055
3056         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
3057         !__GNUC__].
3058         * include/signal.h (__sigpause): Move declaration above call to
3059         libc_hidden_proto.
3060         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
3061         variable.
3062         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
3063         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
3064
3065 2014-11-14  David S. Miller  <davem@davemloft.net>
3066
3067         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
3068         Define before including <string/memcpy.c> and <string/mempcpy.c>.
3069
3070 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
3071
3072         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
3073         * configure: Regenerated.
3074         * manual/install.texi (Tools for Compilation): Document a
3075         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
3076         compiler verified to work.
3077         * INSTALL: Regenerated.
3078
3079         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
3080         redeclare with asm name.
3081         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
3082         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
3083         including <string.h>.
3084         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3085         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
3086         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3087         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
3088         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3089         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
3090         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3091
3092 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
3093
3094         * stdlib/strtol.c (__strtol): Use prototype definition.
3095
3096         [BZ #17594]
3097         * stdlib/strtol.c (SYM__): New macro.
3098         (SYM__1): Likewise.
3099         (__strtol): Likewise.
3100         (strtol): Rename to __strtol and define as weak alias of
3101         __strtol.  Use libc_hidden_weak.
3102
3103 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3104
3105         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
3106         Use numbered labels in inline assembly.
3107
3108 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3109
3110         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
3111         Add setjmp LIBC_PROBE.
3112         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
3113         Likewise.
3114         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
3115         Add longjmp, longjmp_target LIBC_PROBE.
3116         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
3117         Likewise.
3118
3119 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3120
3121         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
3122         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
3123         to get rid of unused variable warning.
3124
3125 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3126
3127         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
3128         Check for unwind_backtrace ==  NULL only in SHARED case.
3129         (__backchain_backtrace): Compile only in SHARED case.
3130         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
3131         Likewise.
3132         (__backchain_backtrace): Declare as static.
3133
3134 2014-11-12  Roland McGrath  <roland@hack.frob.com>
3135
3136         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
3137         (__libc_multiple_threads_ptr): Variable moved ...
3138         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
3139
3140 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
3141
3142         * conform/GlibcConform.pm: New file.
3143         * conform/conformtest.pl: Use GlibcConform module.
3144         * conform/linknamespace.pl: New file.
3145         * conform/list-header-symbols.pl: Likewise.
3146         * conform/Makefile (linknamespace-symlists-base): New variable.
3147         (linknamespace-symlists-tests): Likewise.
3148         (linknamespace-header-base): Likewise.
3149         (linknamespace-header-tests): Likewise.
3150         (tests-special): Add new tests.
3151         ($(linknamespace-symlists-tests)): New rule.
3152         (linknamespace-libs): New variable.
3153         ($(objpfx)symlist-stdlibs): New rule.
3154         ($(linknamespace-header-tests)): Likewise.
3155         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
3156         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
3157         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
3158         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
3159         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
3160         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
3161         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
3162         (test-xfail-ISO/math.h/linknamespace): Likewise.
3163         (test-xfail-ISO/signal.h/linknamespace): Likewise.
3164         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
3165         (test-xfail-ISO/time.h/linknamespace): Likewise.
3166         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
3167         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
3168         (test-xfail-ISO99/math.h/linknamespace): Likewise.
3169         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
3170         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3171         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
3172         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
3173         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3174         (test-xfail-ISO11/math.h/linknamespace): Likewise.
3175         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
3176         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3177         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
3178         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3179         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
3180         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
3181         (test-xfail-XPG3/math.h/linknamespace): Likewise.
3182         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
3183         (test-xfail-XPG3/search.h/linknamespace): Likewise.
3184         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
3185         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3186         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
3187         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
3188         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3189         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
3190         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
3191         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
3192         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
3193         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
3194         (test-xfail-XPG4/math.h/linknamespace): Likewise.
3195         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
3196         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3197         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
3198         (test-xfail-XPG4/search.h/linknamespace): Likewise.
3199         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
3200         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
3201         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
3202         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
3203         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
3204         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3205         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
3206         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
3207         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
3208         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
3209         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
3210         (test-xfail-POSIX/math.h/linknamespace): Likewise.
3211         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
3212         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
3213         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
3214         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3215         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
3216         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3217         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3218         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
3219         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
3220         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3221         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3222         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
3223         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
3224         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
3225         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3226         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3227         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
3228         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
3229         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
3230         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3231         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3232         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
3233         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3234         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
3235         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
3236         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
3237         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
3238         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3239         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3240         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
3241         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3242         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
3243         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
3244         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
3245         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
3246         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
3247         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
3248         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
3249         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
3250         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
3251         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
3252         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3253         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
3254         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3255         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
3256         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
3257         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
3258         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3259         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
3260         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
3261         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3262         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
3263         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
3264         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
3265         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3266         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3267         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
3268         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
3269         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
3270         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3271         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
3272         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
3273         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
3274         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
3275         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
3276         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3277         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
3278         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3279         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
3280         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
3281         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3282         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3283         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
3284         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3285         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
3286         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
3287         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
3288         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3289         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3290         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
3291         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3292         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
3293         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3294         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
3295         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
3296         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3297         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
3298         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
3299         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3300         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
3301         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3302         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3303         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
3304         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3305         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
3306         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
3307         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
3308         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3309         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
3310         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3311         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3312         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
3313         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
3314         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3315         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
3316
3317         [BZ #17589]
3318         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
3319         of fgets_unlocked.
3320
3321         [BZ #17585]
3322         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
3323         (memmem): Rename to __memmem and define as weak alias of
3324         __memmem.  Use libc_hidden_weak.
3325         (__memmem): Use libc_hidden_def.
3326         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
3327         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
3328         memmem.
3329
3330         [BZ #17582]
3331         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
3332         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
3333         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
3334         and define as weak alias of __fgets_unlocked.  Use
3335         libc_hidden_weak.
3336         (__fgets_unlocked): Use libc_hidden_def.
3337         * include/stdio.h (__fgets_unlocked): Declare.  Use
3338         libc_hidden_proto.
3339         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
3340         __fgets_unlocked instead of fgets_unlocked.
3341         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
3342         (GET_NPROCS_CONF_PARSER): Likewise.
3343         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
3344         (GET_NPROCS_CONF_PARSER): Likewise.
3345
3346         [BZ #17574]
3347         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
3348         weak alias of __wmemset.  Use libc_hidden_weak.
3349         (__wmemset): Use libc_hidden_def.
3350         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
3351         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
3352         of wmemset.
3353
3354         [BZ #17573]
3355         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
3356         with asm name __mempcpy.
3357         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
3358
3359         [BZ #17572]
3360         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
3361         and define as weak alias of __rawmemchr.
3362         (__rawmemchr): Do not define as strong alias of rawmemchr.
3363
3364         [BZ #17571]
3365         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
3366         alias of __qsort_r.
3367         (qsort): Call __qsort_r instead of qsort_r.
3368         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
3369         (__qsort_r): Declare.  Call libc_hidden_proto.
3370         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
3371         instead of qsort_r.
3372         * nscd/gai.c (__qsort_r): Define to qsort_r.
3373         * posix/tst-rfc3484.c (__qsort_r): Likewise.
3374         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
3375         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
3376
3377         [BZ #17570]
3378         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
3379         define as weak alias of __malloc_info.
3380
3381         [BZ #17584]
3382         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
3383         as weak alias of __rewinddir.  Don't use libc_hidden_def.
3384         (__rewinddir): Use libc_hidden_def.
3385         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
3386         as weak alias of __rewinddir.  Don't use libc_hidden_def.
3387         (__rewinddir): Use libc_hidden_def.
3388         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
3389         weak alias of __rewinddir.  Don't use libc_hidden_def.
3390         (__rewinddir): Use libc_hidden_def.
3391         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
3392         (__rewinddir): Use libc_hidden_proto.
3393         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
3394         rewinddir.
3395         (__getcwd): Use __rewinddir instead of rewinddir.
3396
3397         [BZ #17583]
3398         * libio/fileno.c (fileno): Rename to __fileno and define as weak
3399         alias of __fileno.  Use libc_hidden_weak.
3400         (__fileno): Use libc_hidden_def.
3401         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
3402         * libio/ftello.c (ftello): Rename to __ftello and define as weak
3403         alias of __ftello.
3404         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
3405         __ftello.
3406         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
3407         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
3408         libc_hidden_def.
3409         (fread_unlocked): Don't use libc_hidden_ver.
3410         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
3411         and define as weak alias of __fread_unlocked.  Don't use
3412         libc_hidden_def.
3413         (__fread_unlocked): Use libc_hidden_def.
3414         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
3415         (ftello): Don't use libc_hidden_proto.
3416         (__ftello): Declare.  Use libc_hidden_proto.
3417         (fread_unlocked): Don't use libc_hidden_proto.
3418         (__fread_unlocked): Declare.  Use libc_hidden_proto.
3419         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
3420         and __ftello instead of fileno, fread_unlocked and ftello.
3421
3422 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3423
3424         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
3425         GOT12.
3426         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3427         Likewise.
3428         (_dl_start_user): Likewise.
3429         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
3430
3431 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
3432             Siddhesh Poyarekar  <siddhesh@redhat.com>
3433
3434         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
3435         Move argv and envp down instead of moving argc up.
3436         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
3437
3438 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
3439
3440         [BZ #17506]
3441         * test-skeleton.c (main): Return successful if one of
3442         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
3443         * string/tst-strcoll-overflow.c: Define expected status.
3444
3445 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
3446
3447         [BZ #17475]
3448         * locale/iso-639.def: Define Bhili and Tulu language codes.
3449
3450 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
3451
3452         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
3453
3454 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
3455
3456         [BZ #17555]
3457         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
3458
3459 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3460
3461         * configure.ac: Updated check of minimal required version to
3462         2.22.
3463         * manual/install.texi (Tools for Compilation): Updated version
3464         number.
3465         * configure: Regenerated.
3466         * INSTALL: Likewise.
3467
3468 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
3469
3470         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
3471         __tls_get_addr.
3472
3473 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
3474
3475         * include/sys/wait.h (__libc_waitpid): Remove declaration.
3476         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
3477         (__waitpid): Don't define as alias.  Use libc_hidden_def not
3478         libc_hidden_weak.
3479         (waitpid): Define as alias of __waitpid.
3480         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
3481         __waitpid.
3482         (__waitpid): Don't define as alias.  Use libc_hidden_def not
3483         libc_hidden_weak.
3484         (waitpid): Define as alias of __waitpid.
3485         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
3486         __libc_waitpid alias.
3487         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
3488         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
3489         Likewise.
3490         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
3491         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
3492         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
3493         alias.
3494         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
3495         __waitpid.
3496         (__waitpid): Don't define as alias.  Use libc_hidden_def not
3497         libc_hidden_weak.
3498         (waitpid): Define as alias of __waitpid.
3499
3500 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
3501
3502         * manual/llio.texi: Add comment that write safety has been
3503         fixed in Linux.
3504
3505         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
3506         (localplt-build-dso): Add elf/ld.so.
3507         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
3508         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
3509         and free for ld.so.
3510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
3511         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
3512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
3513         Likewise.
3514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
3515         Likewise.
3516         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
3517         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
3518         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
3519         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
3520         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
3521         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
3522         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
3523         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
3524         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
3525         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
3526         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
3527
3528 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
3529
3530         [BZ #14132]
3531         * include/libc-symbols.h (INTUSE): Remove macro.
3532         (INTDEF): Likewise.
3533         (INTVARDEF): Likewise.
3534         (_INTVARDEF): Likewise.
3535         (INTDEF2): Likewise.
3536         (INTVARDEF2): Likewise.
3537         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
3538         rtld_hidden_def instead of INTVARDEF.
3539         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
3540         (_dl_starting_up_internal): Remove declaration.
3541         (_dl_starting_up): Use rtld_hidden_proto.
3542         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
3543         declaration.
3544         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
3545         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
3546         _dl_starting_up.
3547         * elf/dl-writev.h (_dl_writev): Likewise.
3548         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
3549         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
3550         _dl_starting_up_internal.
3551
3552 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3553
3554         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
3555         test-skeleton.c.
3556
3557 2014-11-05  Will Newton  <will.newton@linaro.org>
3558
3559         * benchtests/Makefile: (bench-malloc): Add malloc thread
3560         scalability benchmark.
3561         * benchtests/bench-malloc-threads.c: New file.
3562
3563 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
3564
3565         * sysdeps/aarch64/strchrnul.S: New file.
3566
3567 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3568
3569         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
3570         definition.
3571         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
3572         Likwise.
3573         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
3574         Likewise.
3575         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
3576         Likewise.
3577         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
3578         Likewise.
3579         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
3580         Likewise.
3581
3582 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
3583
3584         * catgets/test-gencat.c: Use test-skeleton.c.
3585         * catgets/tst-catgets.c: Likewise.
3586         * csu/tst-empty.c: Likewise.
3587         * elf/tst-audit2.c: Likewise.
3588         * elf/tst-global1.c: Likewise.
3589         * elf/tst-pathopt.c: Likewise.
3590         * elf/tst-piemod1.c: Likewise.
3591         * elf/tst-tls10.c: Likewise.
3592         * elf/tst-tls11.c: Likewise.
3593         * elf/tst-tls12.c: Likewise.
3594         * gnulib/tst-gcc.c: Likewise.
3595         * iconvdata/tst-e2big.c: Likewise.
3596         * iconvdata/tst-loading.c: Likewise.
3597         * iconv/tst-iconv1.c: Likewise.
3598         * iconv/tst-iconv2.c: Likewise.
3599         * inet/test-inet6_opt.c: Likewise.
3600         * inet/tst-gethnm.c: Likewise.
3601         * inet/tst-network.c: Likewise.
3602         * inet/tst-ntoa.c: Likewise.
3603         * intl/tst-codeset.c: Likewise.
3604         * intl/tst-gettext2.c: Likewise.
3605         * intl/tst-gettext3.c: Likewise.
3606         * intl/tst-ngettext.c: Likewise.
3607         * intl/tst-translit.c: Likewise.
3608         * io/test-stat.c: Likewise.
3609         * libio/test-fmemopen.c: Likewise.
3610         * libio/tst-freopen.c: Likewise.
3611         * libio/tst-sscanf.c: Likewise.
3612         * libio/tst-ungetwc1.c: Likewise.
3613         * libio/tst-ungetwc2.c: Likewise.
3614         * libio/tst-widetext.c: Likewise.
3615         * localedata/tst-ctype.c: Likewise.
3616         * localedata/tst-digits.c: Likewise.
3617         * localedata/tst-leaks.c: Likewise.
3618         * localedata/tst-mbswcs1.c: Likewise.
3619         * localedata/tst-mbswcs2.c: Likewise.
3620         * localedata/tst-mbswcs3.c: Likewise.
3621         * localedata/tst-mbswcs4.c: Likewise.
3622         * localedata/tst-mbswcs5.c: Likewise.
3623         * localedata/tst-setlocale.c: Likewise.
3624         * localedata/tst-trans.c: Likewise.
3625         * localedata/tst-wctype.c: Likewise.
3626         * localedata/tst-xlocale1.c: Likewise.
3627         * login/tst-grantpt.c: Likewise.
3628         * malloc/tst-calloc.c: Likewise.
3629         * malloc/tst-malloc.c: Likewise.
3630         * malloc/tst-mallocstate.c: Likewise.
3631         * malloc/tst-mcheck.c: Likewise.
3632         * malloc/tst-mtrace.c: Likewise.
3633         * malloc/tst-obstack.c: Likewise.
3634         * math/atest-exp2.c: Likewise.
3635         * math/atest-exp.c: Likewise.
3636         * math/atest-sincos.c: Likewise.
3637         * math/test-matherr.c: Likewise.
3638         * math/test-misc.c: Likewise.
3639         * math/test-powl.c: Likewise.
3640         * math/tst-definitions.c: Likewise.
3641         * misc/tst-dirname.c: Likewise.
3642         * misc/tst-efgcvt.c: Likewise.
3643         * misc/tst-fdset.c: Likewise.
3644         * misc/tst-hsearch.c: Likewise.
3645         * misc/tst-mntent2.c: Likewise.
3646         * nptl/tst-sem7.c: Likewise.
3647         * nptl/tst-sem8.c: Likewise.
3648         * nptl/tst-sem9.c: Likewise.
3649         * nss/test-netdb.c: Likewise.
3650         * posix/tst-fnmatch.c: Likewise.
3651         * posix/tst-getlogin.c: Likewise.
3652         * posix/tst-gnuglob.c: Likewise.
3653         * posix/tst-mmap.c: Likewise.
3654         * pwd/tst-getpw.c: Likewise.
3655         * resolv/tst-inet_ntop.c: Likewise.
3656         * rt/tst-timer.c: Likewise.
3657         * stdio-common/test-fseek.c: Likewise.
3658         * stdio-common/test-popen.c: Likewise.
3659         * stdio-common/test-vfprintf.c: Likewise.
3660         * stdio-common/tst-cookie.c: Likewise.
3661         * stdio-common/tst-fileno.c: Likewise.
3662         * stdio-common/tst-gets.c: Likewise.
3663         * stdio-common/tst-obprintf.c: Likewise.
3664         * stdio-common/tst-perror.c: Likewise.
3665         * stdio-common/tst-sprintf2.c: Likewise.
3666         * stdio-common/tst-sprintf3.c: Likewise.
3667         * stdio-common/tst-sprintf.c: Likewise.
3668         * stdio-common/tst-swprintf.c: Likewise.
3669         * stdio-common/tst-tmpnam.c: Likewise.
3670         * stdio-common/tst-unbputc.c: Likewise.
3671         * stdio-common/tst-wc-printf.c: Likewise.
3672         * stdlib/tst-environ.c: Likewise.
3673         * stdlib/tst-fmtmsg.c: Likewise.
3674         * stdlib/tst-limits.c: Likewise.
3675         * stdlib/tst-rand48-2.c: Likewise.
3676         * stdlib/tst-rand48.c: Likewise.
3677         * stdlib/tst-random2.c: Likewise.
3678         * stdlib/tst-random.c: Likewise.
3679         * stdlib/tst-strtol.c: Likewise.
3680         * stdlib/tst-strtoll.c: Likewise.
3681         * stdlib/tst-tls-atexit.c: Likewise.
3682         * stdlib/tst-xpg-basename.c: Likewise.
3683         * string/test-ffs.c: Likewise.
3684         * string/tst-bswap.c: Likewise.
3685         * string/tst-inlcall.c: Likewise.
3686         * string/tst-strtok.c: Likewise.
3687         * string/tst-strxfrm.c: Likewise.
3688         * sysdeps/x86_64/tst-audit10.c: Likewise.
3689         * sysdeps/x86_64/tst-audit3.c: Likewise.
3690         * sysdeps/x86_64/tst-audit4.c: Likewise.
3691         * sysdeps/x86_64/tst-audit5.c: Likewise.
3692         * time/tst-ftime_l.c: Likewise.
3693         * time/tst-getdate.c: Likewise.
3694         * time/tst-mktime3.c: Likewise.
3695         * time/tst-mktime.c: Likewise.
3696         * time/tst-posixtz.c: Likewise.
3697         * time/tst-strptime2.c: Likewise.
3698         * time/tst-strptime3.c: Likewise.
3699         * wcsmbs/tst-btowc.c: Likewise.
3700         * wcsmbs/tst-mbrtowc.c: Likewise.
3701         * wcsmbs/tst-mbsrtowcs.c: Likewise.
3702         * wcsmbs/tst-wchar-h.c: Likewise.
3703         * wcsmbs/tst-wcpncpy.c: Likewise.
3704         * wcsmbs/tst-wcrtomb.c: Likewise.
3705         * wcsmbs/tst-wcsnlen.c: Likewise.
3706         * wcsmbs/tst-wcstof.c: Likewise.
3707
3708 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
3709
3710         [BZ #14132]
3711         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
3712         INTDEF.
3713         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
3714         declaration.
3715         (_dl_mcount): Use rtld_hidden_proto.
3716         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
3717         _dl_mcount.
3718         * elf/rtld.c (_rtld_global_ro): Likewise.
3719
3720         [BZ #14132]
3721         * elf/dl-init.c (_dl_init): Don't use INTDEF.
3722         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
3723         of _dl_init_internal.
3724         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
3725         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
3726         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
3727         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
3728         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
3729         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
3730         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
3731         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
3732         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
3733         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
3734         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
3735         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
3736         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
3737         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
3738         * sysdeps/tile/dl-start.S (_start): Likewise.
3739         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
3740         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
3741
3742         [BZ #14132]
3743         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
3744         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
3745         (rtld_progname): Make macro definition unconditional.
3746         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
3747         INTDEF.
3748         (dlmopen_doit): Do not use INTUSE with _dl_argv.
3749         (dl_main): Likewise.
3750         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
3751         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
3752         instead of _dl_argv_internal.
3753         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
3754         __GI__dl_argv instead of INTUSE(_dl_argv).
3755         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
3756         __GI__dl_argv instead of _dl_argv_internal.
3757
3758         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
3759         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
3760         macro.
3761         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
3762         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
3763         New macro.
3764         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
3765         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
3766         macro.
3767         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
3768         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
3769
3770 2014-11-04  Andreas Schwab  <schwab@suse.de>
3771
3772         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
3773
3774 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3775
3776         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
3777         mtvsrd instruction in binary form.
3778
3779 2014-11-03  Andreas Schwab  <schwab@suse.de>
3780
3781         [BZ #17522]
3782         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
3783         for less than MB_LEN_MAX use a local buffer of that size.
3784         * libio/tst-fputws.c: New file.
3785         * libio/Makefile (tests): Add tst-fputws.
3786
3787 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
3788
3789         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
3790         the size of the fpu_fr.fpu_dregs[] array.
3791
3792 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
3793
3794         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
3795         (__nanosleep): Do not define as alias.
3796         (nanosleep): Define as alias of __nanosleep.
3797         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3798         __libc_nanosleep name.
3799
3800 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3801
3802         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3803         install.texi in comment.
3804
3805 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3806
3807         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3808         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3809         ... add here and use lwsync or sync ...
3810         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3811         ... and add here using lwsync.
3812
3813 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3814
3815         * elf/dl-machine-reject-phdr.h: New file.
3816         * elf/dl-load.c: #include that.
3817         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3818         if that returned true.
3819
3820 2014-10-31  Roland McGrath  <roland@hack.frob.com>
3821
3822         [BZ #17496]
3823         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3824         gen-as-const-headers chunk.  Add a big scare comment after the last
3825         safe place to touch before-compile.
3826
3827 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3828
3829         * manual/install.texi (Tools for Compilation): Update autoconf
3830         version requirements.
3831         * INSTALL: Regenerated.
3832
3833         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3834         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3835         (__libc_pselect): Likewise.
3836
3837         [BZ #14138]
3838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3842
3843 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3844
3845         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3846         correct barrier instruction.
3847         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3848         Likewise.
3849         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3850         Likewise.
3851
3852 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3853
3854         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3855         after defining inlines.  Instead, just use parens to defeat macro
3856         expansion of __isctype in its declaration.
3857
3858 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3859
3860         * include/sys/uio.h (__libc_readv): Remove declaration.
3861         (__libc_writev): Likewise.
3862         * misc/readv.c (__libc_readv): Rename to __readv.
3863         (__readv): Do not define as alias.
3864         (readv): Define as alias of __readv.
3865         * misc/writev.c (__libc_writev): Rename to __writev.
3866         (__writev): Do not define as alias.
3867         (writev): Define as alias of __writev.
3868         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3869         (__readv): Do not define as alias.
3870         (readv): Define unconditionally as alias of __readv.
3871         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3872         (__writev): Do not define as alias.
3873         (writev): Define unconditionally as alias of __writev.
3874         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3875         name.
3876         (writev): Do not define __libc_writev name.
3877
3878 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3879
3880         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3881         (convert_charseq): New function, broken out of ...
3882         (use_from_charmap): ... here.  Call it.
3883         (use_to_charmap): Use convert_charseq and free instead of duplicating
3884         its code with a variable-length stack struct.
3885
3886 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3887
3888         * include/fcntl.h (__libc_creat): Remove declaration.
3889         * io/creat.c (__libc_creat): Rename to creat.
3890         (creat): Do not define as alias.
3891         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3892         of creat instead of __libc_creat.
3893         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3894         to creat.
3895         (creat): Do not define as alias.
3896         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3897         __libc_creat.
3898         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3899         __libc_creat name.
3900         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3901         Likewise.
3902
3903 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3904
3905         * manual/llio.texi: Add comments discussing why write() may be
3906         considered MT-unsafe on Linux.
3907
3908 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3909
3910         * dl-load.c (local_strdup): Remove.
3911         (expand_dynamic_string_token): Use __strdup.
3912         (decompose_rpath): Likewise.
3913         (_dl_map_object): Likewise.
3914
3915 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3916
3917         [BZ #14132]
3918         * sysdeps/generic/unwind-dw2-fde.c
3919         (__register_frame_info_bases_internal): Do not declare.
3920         (__register_frame_info_table_bases_internal): Likewise.
3921         (__deregister_frame_info_bases_internal): Likewise.
3922         (__register_frame_info_bases): Declare and use hidden_proto before
3923         definition.  Use hidden_def instead of INTDEF.
3924         (__register_frame_info_table_bases): Likewise.
3925         (__deregister_frame_info_bases): Likewise.
3926         (__register_frame_info): Do not use INTUSE.
3927         (__register_frame): Likewise.
3928         (__register_frame_info_table): Likewise.
3929         (__register_frame_table): Likewise.
3930         (__deregister_frame_info): Likewise.
3931         (__deregister_frame): Likewise.
3932
3933 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3934
3935         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3936         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3937         not undefine.
3938         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3939         Likewise.
3940         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3941         Likewise.
3942
3943 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3944
3945         [BZ #14138]
3946         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3947         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3948         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3949         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3950         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3951         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3952         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3953         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3954         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3955         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3956         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3957         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3958         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3959         syscall.
3960         (setfsuid): Likewise.
3961         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3962         (setfsuid): Likewise.
3963         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3964         (setfsuid): Likewise.
3965         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3966         Likewise.
3967         (setfsuid): Likewise.
3968         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3969         (setfsuid): Likewise.
3970         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3971         Likewise.
3972         (setfsuid): Likewise.
3973
3974 2014-10-27  Andreas Schwab  <schwab@suse.de>
3975
3976         [BZ #17501]
3977         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3978         check for Slow_SSE4_2 feature bit.
3979         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3980         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3981         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3982         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3983
3984 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3985
3986         * configure.ac: Validate compiler version with a empirical test of
3987         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3988         $CC -v output.
3989         * configure: Regenerated.
3990
3991         * inet/htons.c (htons): Prototypify.
3992         * inet/htonl.c (htonl): Likewise.
3993
3994 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3995
3996         * string/strncat.c (strncat): Improve performance by using strlen.
3997
3998 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3999
4000         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
4001
4002 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4003
4004         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
4005         Call libc_fetestexcept_aarch64.
4006
4007 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4008
4009         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
4010         Call libc_feholdexcept_aarch64.
4011
4012 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4013
4014         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
4015         Call get_rounding_mode.
4016
4017 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4018
4019         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4020         Simplify logic.
4021
4022 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4023
4024         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
4025         Simplify logic.
4026
4027 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
4028
4029         [BZ #14138]
4030         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
4031         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
4032         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
4033         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
4034         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
4035         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
4036         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
4037         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
4038         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
4039         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
4040         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
4041         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
4042         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
4043         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
4044         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
4045         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
4046         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
4047         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
4048         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
4049         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
4050         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
4051         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
4052         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
4053         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
4054         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
4055         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
4056         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
4057         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
4058         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
4059         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
4060         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
4061         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
4062         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
4063         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
4064         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
4065         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
4066         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
4067         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
4068         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
4069         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
4070         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
4071         syscall.
4072         (geteuid): Likewise.
4073         (getgid): Likewise.
4074         (getuid): Likewise.
4075         (getresgid): Likewise.
4076         (getresuid): Likewise.
4077         (getgroups): Likewise.
4078         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
4079         (geteuid): Likewise.
4080         (getgid): Likewise.
4081         (getuid): Likewise.
4082         (getresgid): Likewise.
4083         (getresuid): Likewise.
4084         (getgroups): Likewise.
4085         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
4086         (geteuid): Likewise.
4087         (getgid): Likewise.
4088         (getuid): Likewise.
4089         (getresgid): Likewise.
4090         (getresuid): Likewise.
4091         (getgroups): Likewise.
4092         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
4093         Likewise.
4094         (geteuid): Likewise.
4095         (getgid): Likewise.
4096         (getuid): Likewise.
4097         (getresgid): Likewise.
4098         (getresuid): Likewise.
4099         (getgroups): Likewise.
4100         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
4101         (geteuid): Likewise.
4102         (getgid): Likewise.
4103         (getuid): Likewise.
4104         (getresgid): Likewise.
4105         (getresuid): Likewise.
4106         (getgroups): Likewise.
4107         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
4108         Likewise.
4109         (geteuid): Likewise.
4110         (getgid): Likewise.
4111         (getuid): Likewise.
4112         (getgroups): Likewise.
4113
4114         [BZ #14138]
4115         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
4116         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
4117         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
4118         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
4119         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
4120         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
4121         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
4122         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
4123         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
4124         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
4125         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
4126         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
4127         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
4128         __chown.
4129         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
4130         (lchown): Likewise.
4131         (fchown): Likewise.
4132         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
4133         Likewise.
4134         (lchown): Likewise.
4135         (fchown): Likewise.
4136         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
4137         (lchown): Likewise.
4138         (fchown): Likewise.
4139         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
4140         Likewise.
4141         (lchown): Likewise.
4142         (fchown): Likewise.
4143
4144 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4145
4146         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
4147         Simplify logic.
4148
4149 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4150
4151         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
4152         Cleanup logic.
4153
4154 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4155
4156         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
4157         Remove unused include.
4158
4159 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4160
4161         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
4162         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
4163         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
4164         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
4165
4166 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
4167             Helge Deller <deller@gmx.de>
4168
4169         [BZ #17508]
4170         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
4171         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
4172         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
4173
4174 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
4175
4176         [BZ #14132]
4177         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
4178         Remove macro definition.
4179         (__ashrdi3_v_glibc20): Likewise.
4180         (__lshrdi3_v_glibc20): Likewise.
4181         (__cmpdi2_v_glibc20): Likewise.
4182         (__ucmpdi2_v_glibc20): Likewise.
4183         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
4184         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
4185         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
4186         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
4187         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
4188         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
4189
4190 2014-10-22  Roland McGrath  <roland@hack.frob.com>
4191
4192         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
4193         old GNU extension [0] syntax.
4194         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
4195         alloca rather than an array member with variable length.
4196         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
4197         * nscd/nscd.c (invalidate_db): New function, broken out of ...
4198         (parse_opt): ... here.  Likewise use alloca there.
4199         Validate the -i argument before checking for rootness.
4200         (send_shutdown): New function, broken out of ...
4201         (parse_opt): ... here.
4202
4203 2014-10-22  Roland McGrath  <roland@hack.frob.com>
4204
4205         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
4206         macro to get at the _rt_local_ro field.
4207         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
4208         ([PIC] case) or _dl_hwcap ([!PIC] case).
4209         * sysdeps/arm/setjmp.S: Likewise.
4210
4211         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
4212         * sysdeps/arm/configure.ac: New check to define it.
4213         * sysdeps/arm/configure: Regenerated.
4214         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
4215         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
4216         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
4217         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
4218         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
4219         Use move/movt pair instead of a load.
4220         (LDST_GLOBAL): Macro removed.
4221         (LDR_GLOBAL): New macro replaces it.
4222         (LDR_HIDDEN): New macro.
4223         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
4224         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
4225
4226         * setjmp/tst-setjmp-static.c: New file.
4227         * setjmp/Makefile (tests): Add it.
4228         (tests-static): New variable.
4229
4230 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
4231
4232         [BZ #17485]
4233         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
4234
4235 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
4236
4237         [BZ #14132]
4238         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
4239
4240 2014-10-21  Roland McGrath  <roland@hack.frob.com>
4241
4242         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
4243
4244 2014-10-20  Roland McGrath  <roland@hack.frob.com>
4245
4246         * io/fts.c (dirent_not_directory): New function.
4247         (fts_build): Call it.
4248
4249 2014-10-20  Roland McGrath  <roland@hack.frob.com>
4250
4251         * nptl/version.c (__nptl_main): Use normal __write rather than
4252         INTERNAL_SYSCALL.
4253         (banner): Update copyright years.
4254
4255         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
4256         gettimeofday.
4257         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4258         * nptl/pthread_cond_timedwait.c: Likewise.
4259         * nptl/pthread_mutex_timedlock.c: Likewise.
4260         * nptl/sem_timedwait.c: Likewise.
4261
4262         * sysdeps/nptl/bits/libc-lock.h
4263         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
4264         (__libc_lock_init_recursive): Return void, not 0.
4265         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
4266         (__libc_rwlock_init): Likewise.
4267         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
4268
4269 2014-10-20  Torvald Riegel  <triegel@redhat.com>
4270
4271         [BZ #15215]
4272         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
4273         (__pthread_once_slow): ... here.
4274         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
4275         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
4276
4277 2014-10-20  Torvald Riegel  <triegel@redhat.com>
4278
4279         [BZ #15215]
4280         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
4281         __PTHREAD_ONCE_FORK_GEN_INCR): New.
4282         * sysdeps/nptl/fork.c (__libc_fork): Use them.
4283         * nptl/pthread_once.c (__pthread_once): Likewise.
4284         Update comments.
4285
4286 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
4287
4288         [BZ #14138]
4289         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
4290         name.
4291         (writev): Use __libc_writev as strong name.
4292         * sysdeps/unix/sysv/linux/readv.c: Remove file.
4293         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4294
4295 2014-10-17  Roland McGrath  <roland@hack.frob.com>
4296
4297         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
4298
4299         * sysdeps/i386/nptl/tls.h
4300         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
4301         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
4302         New macros.
4303         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
4304         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
4305         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
4306         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
4307         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
4308         Call CHECK_THREAD_SYSINFO instead of doing an assert.
4309
4310         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
4311         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
4312         on [__NR_futex].
4313         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
4314         broken out of ...
4315         (__pthread_mutex_init): ... here.  Call it.
4316         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
4317         Conditionalize PI cases on [__NR_futex].
4318         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
4319         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
4320         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
4321
4322         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
4323         conditional on [SIGSETXID].
4324         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
4325         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
4326         is defined.  Likewise for SIGSETXID.
4327         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
4328         Conditionalize definitions on [SIGSETXID].
4329         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
4330         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
4331         unblocking on [SIGCANCEL].
4332
4333         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
4334         [__NR_set_robust_list].
4335
4336 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
4337
4338         * string/strcoll_l.c (get_next_seq): Fix up formatting.
4339         (do_compare): Likewise.
4340
4341 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
4342
4343         [BZ #15884]
4344         * string/strcoll_l.c: Don't include stdio.h.
4345         (coll_seq): Remove members idxarr and rulearr.
4346         (get_next_seq_cached): Remove function.
4347         (get_next_seq): Likewise.
4348         (get_next_seq_nocache): Rename to get_next_seq.
4349         (do_compare): Remove function.
4350         (do_compare_nocache): Rename to do_compare.
4351         (STRCOLL): Remove weight and rules cache.
4352
4353 2014-10-16  Roland McGrath  <roland@hack.frob.com>
4354
4355         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
4356         * sysdeps/arm/sfp-machine.h: ... to here.
4357         * sysdeps/arm/Implies: Remove arm/soft-fp.
4358
4359 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
4360
4361         * conform/data/sys/utsname.h-data (*_t): Allow.
4362         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
4363         [POSIX] (WEXITED): Do not expect constant.
4364         [POSIX] (WSTOPPED): Likewise.
4365         [POSIX] (WNOHANG): Likewise.
4366         [POSIX] (WNOWAIT): Likewise.
4367         [POSIX] (siginfo_t): Do not expect type or elements.
4368         [POSIX] (pid_t): Do not expect type.
4369         [POSIX] (signal.h): Do not allow header.
4370         [POSIX] (sys/resource.h): Likewise.
4371         [POSIX] (si_*): Do not allow pattern.
4372         [POSIX] (W*): Likewise.
4373         [POSIX] (P_*): Likewise.
4374         [POSIX] (BUS_*): Likewise.
4375         [POSIX] (CLD_*): Likewise.
4376         [POSIX] (FPE_*): Likewise.
4377         [POSIX] (ILL_*): Likewise.
4378         [POSIX] (POLL_*): Likewise.
4379         [POSIX] (SEGV_*): Likewise.
4380         [POSIX] (SI_*): Likewise.
4381         [POSIX] (TRAP_*): Likewise.
4382         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
4383         variable.
4384
4385 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
4386
4387         [BZ #12926]
4388         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
4389         infinite loop when __recvmsg returns 0.
4390
4391 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
4392
4393         * CANCEL-FCT-WAIVE: Remove file.
4394         * CANCEL-FILE-WAIVE: Likewise.
4395
4396         [BZ #14132]
4397         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
4398         instead of INTVARDEF.
4399         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
4400         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
4401         rtld_hidden_data_def instead of INTVARDEF.
4402         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
4403         * elf/dl-deps.c (expand_dst): Likewise.
4404         * elf/dl-load.c (_dl_dst_count): Likewise.
4405         (_dl_dst_substitute): Likewise.
4406         (decompose_rpath): Likewise.
4407         (_dl_init_paths): Likewise.
4408         (open_path): Likewise.
4409         (_dl_map_object): Likewise.
4410         * elf/rtld.c (dl_main): Likewise.
4411         (process_dl_audit): Likewise.
4412         (process_envvars): Likewise.
4413         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
4414         Remove declaration.
4415         (__libc_enable_secure): Use rtld_hidden_proto.
4416
4417 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4418
4419         * elf/dl-load.c
4420         (add_path): New function broken out of _dl_rtld_di_serinfo.
4421         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
4422
4423 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
4424
4425         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
4426         parentheses around macro arguments.
4427         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
4428         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
4429         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
4430         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
4431         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
4432         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
4433         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
4434         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
4435         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
4436         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
4437         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
4438         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
4439         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
4440         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
4441         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
4442         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
4443         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
4444         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
4445         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
4446         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
4447         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
4448         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
4449         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
4450         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
4451         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
4452         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
4453         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
4454         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
4455         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
4456         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
4457         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
4458         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
4459         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
4460         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
4461         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
4462         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
4463         Likewise.
4464         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
4465         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
4466         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
4467         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
4468         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
4469         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
4470         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
4471         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
4472         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
4473         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
4474         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
4475         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
4476         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
4477         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
4478         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
4479         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
4480         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
4481         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
4482         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
4483         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
4484         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
4485         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
4486         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
4487         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
4488         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
4489         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
4490         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
4491         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
4492         (_FP_FRAC_SRS_1): Likewise.
4493         (_FP_FRAC_CLZ_1): Likewise.
4494         (_FP_MUL_MEAT_1_imm): Likewise.
4495         (_FP_MUL_MEAT_1_wide): Likewise.
4496         (_FP_MUL_MEAT_1_hard): Likewise.
4497         (_FP_SQRT_MEAT_1): Likewise.
4498         (_FP_FRAC_ASSEMBLE_1): Likewise.
4499         (_FP_FRAC_DISASSEMBLE_1): Likewise.
4500         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
4501         (__FP_CLZ_2): Likewise.
4502         (_FP_MUL_MEAT_2_wide): Likewise.
4503         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
4504         (_FP_MUL_MEAT_2_gmp): Likewise.
4505         (_FP_MUL_MEAT_2_120_240_double): Likewise.
4506         (_FP_SQRT_MEAT_2): Likewise.
4507         (_FP_FRAC_ASSEMBLE_2): Likewise.
4508         (_FP_FRAC_DISASSEMBLE_2): Likewise.
4509         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
4510         (_FP_FRAC_CLZ_4): Likewise.
4511         (_FP_MUL_MEAT_4_wide): Likewise.
4512         (_FP_MUL_MEAT_4_gmp): Likewise.
4513         (_FP_SQRT_MEAT_4): Likewise.
4514         (_FP_FRAC_ASSEMBLE_4): Likewise.
4515         (_FP_FRAC_DISASSEMBLE_4): Likewise.
4516         * soft-fp/op-common.h (_FP_CMP): Likewise.
4517         (_FP_CMP_EQ): Likewise.
4518         (_FP_CMP_UNORD): Likewise.
4519         (_FP_TO_INT): Likewise.
4520         (_FP_FROM_INT): Likewise.
4521         [!__FP_CLZ] (__FP_CLZ): Likewise.
4522         (_FP_DIV_HELP_imm): Likewise.
4523         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
4524         Likewise.
4525         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
4526         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
4527         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
4528         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
4529         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
4530         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
4531         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
4532         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
4533         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
4534         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
4535         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
4536         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
4537         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
4538         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
4539         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
4540         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
4541         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
4542         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
4543         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
4544         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
4545         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
4546         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
4547         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
4548         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
4549         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
4550         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
4551         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
4552         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
4553         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
4554         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
4555         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
4556         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
4557         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
4558         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
4559         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
4560         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
4561         (FP_UNPACK_RAW_SP): Likewise.
4562         (FP_PACK_RAW_S): Likewise.
4563         (FP_PACK_RAW_SP): Likewise.
4564         (FP_UNPACK_S): Likewise.
4565         (FP_UNPACK_SP): Likewise.
4566         (FP_UNPACK_SEMIRAW_S): Likewise.
4567         (FP_UNPACK_SEMIRAW_SP): Likewise.
4568         (FP_PACK_S): Likewise.
4569         (FP_PACK_SP): Likewise.
4570         (FP_PACK_SEMIRAW_S): Likewise.
4571         (FP_PACK_SEMIRAW_SP): Likewise.
4572         (_FP_SQRT_MEAT_S): Likewise.
4573         (FP_CMP_S): Likewise.
4574         (FP_CMP_EQ_S): Likewise.
4575         (FP_CMP_UNORD_S): Likewise.
4576         (FP_TO_INT_S): Likewise.
4577         (FP_FROM_INT_S): Likewise.
4578
4579         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
4580
4581         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
4582         (FP_EX_INVALID_IMZ): Likewise.
4583         (FP_EX_INVALID_IMZ_FMA): Likewise.
4584         (FP_EX_INVALID_ISI): Likewise.
4585         (FP_EX_INVALID_ZDZ): Likewise.
4586         (FP_EX_INVALID_IDI): Likewise.
4587         (FP_EX_INVALID_SQRT): Likewise.
4588         (FP_EX_INVALID_CVI): Likewise.
4589         (FP_EX_INVALID_VC): Likewise.
4590         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
4591         "invalid" exceptions.
4592         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
4593         (_FP_ADD_INTERNAL): Likewise.
4594         (_FP_MUL): Likewise.
4595         (_FP_FMA): Likewise.
4596         (_FP_DIV): Likewise.
4597         (_FP_CMP_CHECK_NAN): Likewise.
4598         (_FP_SQRT): Likewise.
4599         (_FP_TO_INT): Likewise.
4600         (FP_EXTEND): Likewise.
4601
4602 2014-10-09  Allan McRae  <allan@archlinux.org>
4603
4604         * po/fr.po: Update French translation from translation project.
4605
4606 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
4607
4608         [BZ #14132]
4609         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
4610         of INTDEF.
4611         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
4612         (__cxa_atexit): Use libc_hidden_proto.
4613         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
4614
4615         [BZ #14132]
4616         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
4617         declaration.
4618         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
4619         [!_ISOMAC] (__iswspace_l_internal): Likewise.
4620         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
4621         [!_ISOMAC] (__iswctype_internal): Likewise.
4622         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
4623         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
4624         alias.
4625         (fcntl): Remove __fcntl_internal alias.
4626         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
4627         __connect_internal alias.
4628         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
4629         Likewise.
4630
4631         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
4632         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
4633         FP_DENORM_ZERO.
4634         (_FP_CHECK_FLUSH_ZERO): New macro.
4635         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
4636         (_FP_CMP): Likewise.
4637         (_FP_CMP_EQ): Likewise.
4638         (_FP_TO_INT): Do not set inexact for subnormal arguments if
4639         FP_DENORM_ZERO.
4640         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
4641         (FP_TRUNC): Likewise.
4642
4643         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
4644         treated as invalid conversion, not as normal exponent.
4645
4646         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
4647         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
4648         (_FP_CMP_EQ): Likewise.
4649         (_FP_CMP_UNORD): Likewise.
4650         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
4651         (FP_CMP_EQ_D): Likewise.
4652         (FP_CMP_UNORD_D): Likewise.
4653         * soft-fp/extended.h (FP_CMP_E): Likewise.
4654         (FP_CMP_EQ_E): Likewise.
4655         (FP_CMP_UNORD_E): Likewise.
4656         * soft-fp/quad.h (FP_CMP_Q): Likewise.
4657         (FP_CMP_EQ_Q): Likewise.
4658         (FP_CMP_UNORD_Q): Likewise.
4659         * soft-fp/single.h (FP_CMP_S): Likewise.
4660         (FP_CMP_EQ_S): Likewise.
4661         (FP_CMP_UNORD_S): Likewise.
4662         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
4663         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
4664         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
4665         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
4666         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
4667         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
4668         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
4669         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
4670         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
4671         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
4672         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
4673         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
4674         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
4675         to FP_CMP_Q.
4676         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
4677         FP_CMP_Q.
4678         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
4679         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
4680         FP_CMP_EQ_Q.
4681         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
4682         FP_CMP_Q.
4683         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
4684         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
4685         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
4686         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
4687         FP_CMP_EQ_Q.
4688         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
4689         FP_CMP_Q.
4690         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
4691         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
4692         FP_CMP_EQ_Q.
4693         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
4694         FP_CMP_Q.
4695         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
4696         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
4697         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
4698         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
4699         FP_CMP_EQ_Q.
4700
4701         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
4702         a subnormal result, set the underflow exception if trapping on
4703         underflow is enabled.
4704         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
4705         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
4706         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
4707         redefine to 0.
4708         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
4709         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
4710         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
4711         * soft-fp/extendxftf2.c (__extendxftf2): Use
4712         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
4713
4714         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
4715         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
4716         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4717         FP_HANDLE_EXCEPTIONS.
4718         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
4719         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4720         FP_HANDLE_EXCEPTIONS.
4721         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
4722         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4723         FP_HANDLE_EXCEPTIONS.
4724         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
4725         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4726         FP_HANDLE_EXCEPTIONS.
4727
4728 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
4729
4730         [BZ #14132]
4731         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
4732         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
4733         use INTUSE.
4734         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
4735         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
4736         Remove alias.
4737         (__adjtimex): Define using libc_hidden_ver.
4738         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
4739         Remove declaration.
4740         (ntp_gettime): Call __adjtimex directly.
4741         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
4742         Remove declaration.
4743         (ntp_gettimex): Call __adjtimex directly.
4744         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
4745         __adjtimex_internal alias.
4746
4747 2014-10-08  Roland McGrath  <roland@hack.frob.com>
4748
4749         [BZ #17460]
4750         * nscd/nscd.c (more_help): Rewrite list of tables collection
4751         using xstrdup and asprintf.
4752
4753         * nscd/nscd_conf.c: Remove local xstrdup declaration.
4754
4755 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4756             Roland McGrath  <roland@hack.frob.com>
4757
4758         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
4759         (do_lookup_unique): ... local function 'enter' here; update callers.
4760
4761 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
4762
4763         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
4764         compat_symbol calls on [SHARED].
4765         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
4766         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
4767         Remove.
4768         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4769         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
4770         (oldsetrlimit): Remove.
4771         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4773         (lchown): New syscall entry.
4774         (oldsetrlimit): Remove.
4775         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4776         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
4777         (oldsetrlimit): Remove.
4778         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4779
4780         [BZ #14138]
4781         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
4782         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
4783         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
4784         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
4785         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
4786         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
4787         (fchown): Likewise.
4788         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
4789         (fchown): Likewise.
4790         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
4791         Likewise.
4792
4793 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4794
4795         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4796         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4797         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4798         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4799         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4800         Likewise.
4801         (__old_sem_post): Likewise.
4802
4803 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
4804
4805         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4806         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4807         HAVE_CLOCK_GETTIME_VSYSCALL macros.
4808         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4809         Use INLINE_VSYSCALL macro.
4810         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4811         __vdso_clock_gettime.
4812         * sysdeps/unix/sysv/linux/tile/init-first.c
4813         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4814         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4815         __vdso_clock_gettime.
4816
4817         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4818         to set up frame more cleanly.
4819
4820         * sysdeps/tile/memcmp.c: New file.
4821
4822         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4823
4824         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4825         * sysdeps/tile/tilegx/strcasestr.c: New file.
4826         * sysdeps/tile/tilegx/strnlen.c: New file.
4827         * sysdeps/tile/tilegx/strstr.c: New file.
4828
4829         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4830
4831 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
4832
4833         * nptl/tst-setuid3.c: Write errors to stdout.
4834
4835 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4836
4837         * elf/dl-deps.c
4838         (preload): New functions broken out of _dl_map_object_deps.
4839         (_dl_map_object_deps):  Remove a nested function. Update call sites.
4840
4841 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
4842
4843         [BZ #14138]
4844         * sysdeps/unix/sysv/linux/execve.c: Remove file.
4845         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4846
4847 2014-10-01  Steve Ellcey  <sellcey@mips.com>
4848
4849         * sysdeps/mips/strcmp.S: New.
4850
4851 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
4852
4853         [BZ #14138]
4854         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4855         (linkat): Likewise.
4856         (mkdirat): Likewise.
4857         (readlinkat): Likewise.
4858         (renameat): Likewise.
4859         (symlinkat): Likewise.
4860         (unlinkat): Likewise.
4861         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4862         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4863         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4864         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4865         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4866         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4867         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4868
4869 2014-09-30  Will Newton  <will.newton@linaro.org>
4870
4871         * math/math.h: Define long double math functions if
4872         _LIBC_TEST is defined.
4873         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4874
4875         * localedata/Makefile: Move assignment to tests-special
4876         into an ifdef testing run-built-tests.
4877         * timezone/Makefile: Likewise.
4878
4879 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4880
4881         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4882         with $(BASH) not $(SHELL).
4883
4884 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4885             Matthew LeGendre  <legendre1@llnl.gov>
4886
4887         [BZ #17411]
4888         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4889         l_reloc_result.
4890
4891 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4892
4893         * stdio-common/printf_fp.c
4894         (hack_digit): New function, broken out of ...
4895         (__printf_fp): ... local function here.  Update call sites.
4896         hack_digit now takes an additional parameter that is a pointer
4897         to a struct of the referenced locals.  Those locals moved inside
4898         the struct and references updated.
4899
4900 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4901
4902         * aclocal.m4: Require autoconf 2.69.
4903         * configure: Regenerated.
4904         * sysdeps/aarch64/configure: Likewise.
4905         * sysdeps/alpha/configure: Likewise.
4906         * sysdeps/arm/armv7/configure: Likewise.
4907         * sysdeps/arm/configure: Likewise.
4908         * sysdeps/ia64/configure: Likewise.
4909         * sysdeps/mach/configure: Likewise.
4910         * sysdeps/mips/configure: Likewise.
4911         * sysdeps/s390/configure: Likewise.
4912         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4914
4915         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4916         file.
4917         * sysdeps/ia64/configure.ac: Likewise.
4918
4919 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4920
4921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4922         specify symbol version for ld.so.  Do not include entry for
4923         libpthread.
4924         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4925         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4926         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4927
4928         [BZ #14171]
4929         * Makeconfig [$(build-shared) = yes]
4930         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4931         makefiles.
4932         [$(build-shared) = yes && $(soversions.mk-done) = t]
4933         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4934         [$(build-shared) = yes && $(soversions.mk-done) = t]
4935         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4936         to Makerules.
4937         [$(build-shared) = yes && $(soversions.mk-done) = t]
4938         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4939         here.
4940         [$(build-shared) = yes && $(soversions.mk-done) = t]
4941         (common-generated): Don't append gnu/lib-names.h and
4942         gnu/lib-names.stmp here.
4943         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4944         (lib-names-h-abi): New variable.
4945         [$(build-shared) = yes && $(soversions.mk-done) = t]
4946         (lib-names-stmp-abi): Likewise.
4947         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4948         abi-variants] (before-compile): Append
4949         $(common-objpfx)$(lib-names-h-abi).
4950         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4951         abi-variants] (common-generated): Append gnu/lib-names.h.
4952         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4953         abi-variants] (install-others-nosubdir): Depend on
4954         $(inst_includedir)/$(lib-names-h-abi).
4955         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4956         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4957         [$(build-shared) = yes && $(soversions.mk-done) = t]
4958         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4959         [$(build-shared) = yes && $(soversions.mk-done) = t]
4960         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4961         [$(build-shared) = yes && $(soversions.mk-done) = t]
4962         (common-generated): Append $(lib-names-h-abi) and
4963         $(lib-names-stmp-abi).
4964         * scripts/lib-names.awk: Do not handle multi being set.
4965         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4966         Remove variable.
4967         (abi-lp64_be-ld-soname): Likewise.
4968         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4969         Likewise.
4970         (abi-hard-ld-soname): Likewise.
4971         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4972         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4973         Remove variable.
4974         (abi-o32_hard-ld-soname): Likewise.
4975         (abi-o32_soft_2008-ld-soname): Likewise.
4976         (abi-o32_hard_2008-ld-soname): Likewise.
4977         (abi-n32_soft-ld-soname): Likewise.
4978         (abi-n32_hard-ld-soname): Likewise.
4979         (abi-n32_soft_2008-ld-soname): Likewise.
4980         (abi-n32_hard_2008-ld-soname): Likewise.
4981         (abi-n64_soft-ld-soname): Likewise.
4982         (abi-n64_hard-ld-soname): Likewise.
4983         (abi-n64_soft_2008-ld-soname): Likewise.
4984         (abi-n64_hard_2008-ld-soname): Likewise.
4985         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4986         Likewise.
4987         (abi-64-v2-ld-soname): Likewise.
4988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4989         ld.so entries.
4990         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4991         variable.
4992         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4993         entry.
4994         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4995         variable.
4996         (abi-64-ld-soname): Likewise.
4997         (abi-x32-ld-soname): Likewise.
4998         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4999         entry.
5000         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5001
5002 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
5003
5004         [BZ #14138]
5005         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
5006         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
5007         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
5008         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
5009         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
5010         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
5011         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
5012         syscall entry for GLIBC_2.2 symbol version.
5013         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
5014         Likewise.
5015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5016         (setrlimit): Likewise.
5017         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
5018         Likewise.
5019
5020 2014-09-23  Will Newton  <will.newton@linaro.org>
5021
5022         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
5023         _LINUX_ARM_SYSDEP_H include guard too.
5024         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
5025         define.
5026
5027 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5028
5029         * sysdeps/unix/sysv/linux/eventfd.c:
5030         Make first argument unsigned.
5031         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
5032         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
5033
5034 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
5035
5036         * socket/recvmmsg.c (recvmmsg): Drop const argument.
5037         * socket/sys/socket.h: Likewise
5038         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
5039
5040 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5041
5042         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
5043
5044 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
5045
5046         * time/tst-ftime.c: New test.
5047         * time/Makefile (tests): Add tst-ftime.
5048
5049 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
5050
5051         * soft-fp/extended.h: Fix comment formatting.
5052         * soft-fp/op-1.h: Likewise.
5053         * soft-fp/op-2.h: Likewise.
5054         * soft-fp/op-4.h: Likewise.
5055         * soft-fp/op-8.h: Likewise.
5056         * soft-fp/op-common.h: Likewise.
5057         * soft-fp/soft-fp.h: Likewise.
5058
5059         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
5060
5061 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
5062
5063         [BZ #6652]
5064         * Makeconfig (soversions-default-setname): Remove variable.
5065         ($(common-objpfx)soversions.i): Don't pass default_setname to
5066         soversions.awk.
5067         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
5068         oldest_abi to abi-versions.awk.
5069         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
5070         * config.make.in (oldest-abi): Remove variable.
5071         * configure.ac (--enable-oldest-abi): Remove configure option.
5072         * configure: Regenerated.
5073         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
5074         text.
5075         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
5076         * scripts/soversions.awk: Do not handle default_setname variable.
5077         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
5078         variable.
5079         * sysdeps/mach/hurd/configure: Regenerated.
5080         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
5081         variable.
5082         * sysdeps/unix/sysv/linux/configure: Regenerated.
5083
5084 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5085
5086         * elf/Makefile (CFLAGS-interp.c): Remove.
5087         ($(elf-objpfx)runtime-linker.h): Generate header with linker
5088         path string.
5089         * elf/interp.c: Include generated runtime-linker.h
5090
5091         * Makerules (lib%.so): Don't include $(+interp) in
5092         prerequisites.
5093         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
5094         * dlfcn/eval.c: Remove file.
5095
5096         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
5097         macros.
5098
5099         [BZ #17266]
5100         * misc/sys/cdefs.h: Define __extern_always_inline for clang
5101         4.2 and newer.
5102
5103         [BZ #17370]
5104         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
5105
5106 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5107             Jakub Jelinek  <jakub@redhat.com>
5108
5109         [BZ #17266]
5110         * libio/stdio.h: Check definition of __fortify_function
5111         instead of __extern_always_inline to include bits/stdio2.h.
5112         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
5113         check if __extern_always_inline is defined.
5114         [__USE_MISC || __USE_XOPEN]: Likewise.
5115         [__USE_ISOC99] Likewise.
5116         * misc/sys/cdefs.h (__fortify_function): Define only if
5117         __extern_always_inline is defined.
5118         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
5119         __extern_always_inline and __extern_inline only for g++-4.3
5120         and newer or a compatible gcc.
5121
5122 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
5123
5124         [BZ #17371]
5125         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5126         last change to handle zero prefix length.
5127
5128 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5129
5130         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
5131         _SC_REGEX_VERSION.
5132
5133         * posix/getconf.c (vars): Add _POSIX_IPV6 and
5134         _POSIX_RAW_SOCKETS.
5135
5136 2014-09-13  Allan McRae  <allan@archlinux.org>
5137
5138         * po/ru.po: Update Russian translation from translation project.
5139
5140 2014-09-12  Roland McGrath  <roland@hack.frob.com>
5141
5142         * locale/programs/locale.c (show_locale_vars): Inline local function
5143         into its sole call site.  Clean up some style nits.
5144         (print_item): New function, broken out of ...
5145         (show_info): ... local function here.  Clean up style nits.
5146
5147         * locale/programs/ld-ctype.c (set_one_default): New function, broken
5148         out of ...
5149         (set_class_defaults): ... local function set_default here.
5150         Define set_default as a macro locally to pass constant parameters.
5151         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
5152         rather than a shared local.
5153
5154         * stdlib/rpmatch.c (try): New function, broken out of ...
5155         (rpmatch): ... local function here.  Also, prototypify definition.
5156
5157 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
5158
5159         * scripts/soversions.awk: Do not handle configuration names.
5160         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
5161         vendor and os variables to soversions.awk.
5162         * configure.ac: Do not modify gnu-* host_os.
5163         * configure: Regenerated
5164         * shlib-versions: Remove first column with configuration names.
5165         * nptl/shlib-versions: Likewise.
5166         * nptl_db/shlib-versions: Likewise.
5167         * sysdeps/hppa/shlib-versions: Likewise.
5168         * sysdeps/m68k/shlib-versions: Likewise.
5169         * sysdeps/mach/hurd/shlib-versions: Likewise.
5170         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
5171         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
5172         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
5173         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
5174         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
5175         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
5176         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
5177         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
5178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
5179         Likewise.
5180         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5181         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
5182         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
5183         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
5184         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
5185         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
5186         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5187         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5188
5189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
5190         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
5191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5192         Regenerated.
5193         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
5194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
5195         Condition symbol version definitions on [HAVE_ELFV2_ABI].
5196
5197         * shlib-versions: Remove OS-specific entries.  Moved to files in
5198         sysdeps.
5199         * sysdeps/mach/hurd/shlib-versions: New file.
5200         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
5201
5202         * nptl/shlib-versions: Remove architecture-specific entries.
5203         Moved to files in sysdeps.
5204         * shlib-versions: Likewise.
5205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
5206         file.
5207         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5208         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
5209         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
5210         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
5211
5212         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
5213         (UDP_NO_CHECK6_RX): Likewise.
5214
5215 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5216
5217         * sysdeps/posix/sysconf.c (__sysconf): Spell
5218         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
5219
5220 2014-08-12  Florian Weimer  <fweimer@redhat.com>
5221
5222         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
5223         loading.
5224         * iconv/Versions (__gconv_transliterate): Export for use from
5225         gconv modules.
5226         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
5227         (struct __gconv_trans_data, __gconv_trans_fct,
5228         __gconv_trans_context_fct, __gconv_trans_query_fct,
5229         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
5230         definitions.
5231         (struct __gconv_step_data): Remove __trans member.
5232         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
5233         longer hidden.  Remove unused trans_data argument.
5234         * iconv/gconv_int.h (struct trans_struct): Remove definition.
5235         (__gconv_translit_find): Remove declaration.
5236         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
5237         prototype.
5238         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
5239         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
5240         trans_data argument.  Add hidden definition.
5241         (__gconv_translit_find): Remove.
5242         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
5243         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
5244         * iconv/skeleton.c: Remove transliteration initialization.
5245         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
5246         __gconv_step_data initialization.
5247         * libio/iofwide.c (__libio_translit_): Remove.
5248         (_IO_fwide): Adjust struct __gconv_step_data initialization.
5249         * wcsmbs/btowc.c (__btowc): Likewise.
5250         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
5251         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
5252         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
5253         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
5254         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
5255         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
5256         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
5257         * wcsmbs/wctob.c (wctob): Likewise.
5258
5259 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5260
5261         [BZ #16194]
5262         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
5263         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
5264         register usage.
5265         * sysdeps/x86/Makefile: Adjust.
5266
5267 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5268             Roland McGrath  <roland@hack.frob.com>
5269
5270         * locale/weight.h: Add include guard.
5271         (findidx): Make static rather than auto; take new parameters
5272         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
5273         * locale/weightwc.h: Likewise.
5274         * posix/fnmatch_loop.c
5275         (FCT): Change type of EXTRA from int32_t to wint_t.
5276         Don't include either header inside the function.
5277         Call FINDIDX rather than findidx, and pass new arguments.
5278         #undef FINDIDX at the end of the file.
5279         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
5280         FINDIDX before including fnmatch_loop.c for the non-wide version.
5281         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
5282         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
5283         for the wide version.
5284         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
5285         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
5286         Pass new arguments to findidx.
5287         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
5288         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
5289         Don't #include it inside the function.  Pass new arguments to findidx.
5290         * posix/regex_internal.h
5291         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
5292         (re_string_elem_size_at): Don't #include it inside the function.
5293         Pass new arguments to findidx.
5294         * string/strcoll_l.c: #include WEIGHT_H at top level.
5295         (get_next_seq): Don't #include it inside the function.
5296         Pass new arguments to findidx.
5297         (get_next_seq_nocache): Likewise.
5298         * string/strxfrm_l.c: #include WEIGHT_H at top level.
5299         (STRXFRM): Don't #include it inside the function.
5300         Pass new arguments to findidx.
5301
5302 2014-09-11  Florian Weimer  <fweimer@redhat.com>
5303
5304         [BZ #17344]
5305         * malloc/malloc.c (unlink): Turn asserts into a call to
5306         malloc_printerr.
5307
5308 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
5309
5310         [BZ #17370]
5311         * libio/wfileops (do_ftell_wide): Free OUT.
5312
5313 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
5314
5315         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
5316
5317 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5318
5319         [BZ #17363]
5320         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
5321         group if the current group is empty.
5322
5323 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5324
5325         * benchtests/bench-memset.c (test_main): Add more test from size
5326         from 32 to 512 bytes.
5327         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5328         Add POWER8 memset object.
5329         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5330         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
5331         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
5332         implementation.
5333         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
5334         Likewise.
5335         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
5336         multiarch POWER8 memset optimization.
5337         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
5338         POWER8 memset optimization.
5339
5340         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5341         Remove bzero multiarch objects.
5342         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
5343         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
5344         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
5345         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
5346         Remove define.
5347         [__bzero]: Redefine to specific name.
5348         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
5349         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
5350         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
5351         define.
5352         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
5353         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
5354
5355 2014-09-10  Florian Weimer  <fweimer@redhat.com>
5356
5357         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
5358         warnings into errors.
5359
5360         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
5361         __cxa_thread_atexit_impl prototype.
5362
5363 2014-09-09  Steve Ellcey  <sellcey@mips.com>
5364
5365         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
5366         Fix capitalization of error message.
5367
5368 2014-09-09  Steve Ellcey  <sellcey@mips.com>
5369
5370         * sysdeps/mips/preconfigure: Modify ABI tests.
5371
5372 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
5373
5374         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
5375
5376 2014-09-07  Roland McGrath  <roland@hack.frob.com>
5377             Carlos O'Donell  <carlos@systemhalted.org>
5378
5379         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
5380         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
5381         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
5382         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
5383         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
5384         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
5385         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
5386         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
5387         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
5388         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
5389         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
5390         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
5391         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
5392         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
5393         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
5394         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
5395         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
5396         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
5397         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
5398         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
5399         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
5400         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
5401         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
5402         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
5403         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
5404         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
5405         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
5406         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
5407         Deconditionalize the code that was previously under [RESET_PID].
5408         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
5409         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
5410         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
5411         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
5412         include sysdep.h.
5413
5414 2014-09-08  Allan McRae  <allan@archlinux.org>
5415
5416         * version.h (RELEASE): Set to "development".
5417         (VERSION): Set to "2.20.90"
5418
5419 2014-09-07  Allan McRae  <allan@archlinux.org
5420
5421         * version.h (RELEASE): Set to "stable".
5422         (VERSION): Set to "2.20"
5423         * include/features.h (__GLIBC_MINOR__): Set to 20.
5424
5425         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
5426         Liebler.
5427
5428         * po/ko.po: Update Korean translation from translation project.
5429
5430 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
5431
5432         [BZ #17354]
5433         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
5434         macro for handling signed relocations.
5435
5436 2014-09-03  Florian Weimer  <fweimer@redhat.com>
5437
5438         [BZ #17325]
5439         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
5440         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
5441         assert.
5442         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
5443         * iconvdata/ibm935.c (BODY): Likewise.
5444         * iconvdata/ibm937.c (BODY): Likewise.
5445         * iconvdata/ibm939.c (BODY): Likewise.
5446         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
5447         assert.
5448         * iconvdata/Makefile (iconv-test.out): Pass module list to test
5449         script.
5450         * iconvdata/run-iconv-test.sh: New test loop for checking for
5451         decoder crashers.
5452
5453 2014-09-02  Khem Raj  <raj.khem@gmail.com>
5454
5455         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
5456         libm_hidden_ver.
5457
5458 2014-09-01  Allan McRae  <allan@archlinux.org>
5459
5460         * po/eo.po: Update Esperanto translation from translation project.
5461
5462         * po/ca.po: Update Catalan translation from translation project.
5463
5464 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5465
5466         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
5467         __proc_dostop call.
5468
5469 2014-08-27  Mark Wielaard  <mjw@redhat.com>
5470
5471         [BZ #17319]
5472         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
5473         to call set_thread_area instead of hand written asm.
5474         (__NR_set_thread_area): Removed define.
5475         (TLS_FLAG_WRITABLE): Likewise.
5476         (__ASSUME_SET_THREAD_AREA): Remove check.
5477         (TLS_EBX_ARG): Remove define.
5478         (TLS_LOAD_EBX): Likewise.
5479
5480 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5481
5482         Simplify atomicity of socket creation in bind.
5483
5484         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
5485         looking up the name after linking the file.
5486
5487 2014-08-27  Allan McRae  <allan@archlinux.org>
5488
5489         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5490
5491 2014-08-26  Florian Weimer  <fweimer@redhat.com>
5492
5493         [BZ #17187]
5494         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
5495         trans_compare, open_translit, __gconv_translit_find):
5496         Remove module loading code.
5497
5498 2014-08-26  Allan McRae  <allan@archlinux.org>
5499
5500         * po/vi.po: Update Vietnamese translation from translation project.
5501
5502         * po/uk.po: Update Ukrainian translation from translation project.
5503
5504         * po/fr.po: Update French translation from translation project.
5505
5506         * po/ru.po: Update Russian translation from translation project.
5507
5508         * po/pl.po: Update Polish translation from translation project.
5509
5510         * po/cs.po: Update Czech translation from translation project.
5511
5512         * po/de.po: Update German translation from translation project.
5513
5514         * po/bg.po: Update Bulgarian translation from translation project.
5515
5516         * po/sv.po: Update Sweedish translation from translation project.
5517
5518         * po/nl.po: Update Dutch translation from translation project.
5519
5520         * po/es.po: Update Spanish translation from translation project.
5521
5522 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
5523
5524         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
5525
5526         * catgets/Makefile (CPPFLAGS-gencat): Remove.
5527         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
5528         (CPPFLAGS-iconvconfig): Likewise.
5529         * timezone/Makefile (CPPFLAGS-zic): Likewise.
5530
5531         * include/libc-symbols.h: Remove unnecessary check for
5532         NOT_IN_libc.
5533         * nptl/pthreadP.h: Likewise.
5534         * sysdeps/aarch64/setjmp.S: Likewise.
5535         * sysdeps/alpha/setjmp.S: Likewise.
5536         * sysdeps/arm/sysdep.h: Likewise.
5537         * sysdeps/i386/setjmp.S: Likewise.
5538         * sysdeps/m68k/setjmp.c: Likewise.
5539         * sysdeps/posix/getcwd.c: Likewise.
5540         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5541         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5542         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5543         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5544         * sysdeps/sh/sh3/setjmp.S: Likewise.
5545         * sysdeps/sh/sh4/setjmp.S: Likewise.
5546         * sysdeps/unix/alpha/sysdep.h: Likewise.
5547         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5548         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5549         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5550         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5553         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5554         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5555         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5556         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5557         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5558         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5559         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5560         * sysdeps/x86_64/setjmp.S: Likewise.
5561
5562 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
5563
5564         [BZ #17263]
5565         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
5566         <stdint.h>.
5567         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
5568         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
5569
5570 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
5571
5572         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
5573
5574         [BZ #17262]
5575         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
5576         and __x86_64__ when disabling x87 inline functions.
5577
5578 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
5579
5580         [BZ #17259]
5581         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
5582         asm statement with __cpuid_count.
5583
5584 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
5585
5586         * configure.ac: Change __ehdr_start code to dereference the struct.
5587         Run readelf on the output to look for relocations.
5588         * configure: Regenerated.
5589
5590 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
5591
5592         [BZ #17261]
5593         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
5594         value to 0.
5595         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
5596
5597 2014-08-12  Roland McGrath  <roland@hack.frob.com>
5598
5599         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
5600
5601 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
5602
5603         [BZ #16892]
5604         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
5605         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
5606
5607 2014-08-12  Sean Anderson  <seanga2@gmail.com>
5608
5609         * malloc/malloc.c: Fix typo in comment.
5610
5611 2014-08-09  Allan McRae  <allan@archlinux.org>
5612
5613         * Regenerate libc.po.
5614
5615 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
5616
5617         * intl/tst-gettext2.sh: Check every lang file for creation.
5618
5619 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
5620
5621         * sysdeps/aarch64/fpu/math_private.h
5622         (libc_feholdsetround_noex_aarch64_ctx): New function.
5623
5624 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
5625
5626         * sysdeps/arm/armv6/strcpy.S (strcpy):
5627         Fix performance issue in misaligned cases.
5628
5629 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5630
5631         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
5632         Move definition from termios.h.
5633         (struct termio): Likewise.
5634         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5635         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
5636         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
5637         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
5638         Likewise.
5639         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
5640         Move definition to ioctl-types.h
5641         (struct termio): Likewise.
5642         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5643         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
5644         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
5645         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
5646         Likewise.
5647
5648 2014-08-05  Richard Henderson  <rth@redhat.com>
5649
5650         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
5651         exceptions.
5652         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
5653         Add fraiseexcpt.
5654         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
5655         Use __feraiseexcept.
5656         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
5657         Protect libm symbols with IS_IN_libm.
5658
5659         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
5660
5661 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
5662
5663         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
5664
5665 2014-08-04  Will Newton  <will.newton@linaro.org>
5666
5667         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
5668         file.
5669
5670 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
5671
5672         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
5673         variants for each function.
5674
5675 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5676
5677         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
5678         appended ...
5679         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
5680         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
5681         appended ...
5682         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
5683         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
5684         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
5685         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
5686         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
5687         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
5688         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
5689         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
5690         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
5691         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
5692         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
5693         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
5694         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
5695         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
5696         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
5697         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
5698         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
5699         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
5700         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
5701         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
5702         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
5703         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
5704         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
5705         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
5706         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
5707         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
5708         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
5709         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
5710         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
5711         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
5712         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
5713         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
5714         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
5715         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
5716         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
5717         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
5718         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
5719         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
5720         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
5721         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
5722         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
5723         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
5724         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
5725         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
5726         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
5727         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
5728         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
5729         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
5730         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
5731         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
5732         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
5733         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
5734         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
5735         Update #include.
5736         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
5737         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
5738
5739 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5740
5741         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
5742         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
5743         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
5744         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
5745         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
5746         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
5747
5748 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5749
5750         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
5751         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
5752         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5753         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
5754
5755 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5756
5757         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
5758         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
5759         (__libc_vfork): Define function under this name.
5760         (__vfork): Define as an alias.
5761         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
5762         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
5763
5764 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5765
5766         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
5767         that was previously under [RESET_PID].
5768         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
5769
5770 2014-08-04  Andreas Schwab  <schwab@suse.de>
5771
5772         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
5773
5774 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
5775
5776         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
5777         (main): Likewise.
5778
5779 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5780
5781         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
5782
5783 2014-08-01  Richard Henderon  <rth@redhat.com>
5784
5785         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
5786         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
5787         typo in exact zero test.
5788         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5789         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5790         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5791
5792 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5793
5794         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
5795         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5796         * sysdeps/arm/sysdep.h: ... here.
5797         [!__ASSEMBLER__]: Include <stdint.h>.
5798
5799 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5800
5801         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5802         (HAVE_WCTYPE_H): Likewise.
5803         (HAVE_ISWCTYPE): Likewise.
5804         (ENABLE_NLS): Likewise.
5805         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5806         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5807
5808         * posix/regex_internal.c: Check if DEBUG is defined and is
5809         set.
5810
5811         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5812         (HAVE_MBSRTOWCS): Likewise.
5813         * posix/fnmatch.c: Include string.h unconditionally.
5814
5815 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5816
5817         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5818         reversal.
5819
5820 2014-07-31  Roland McGrath  <roland@hack.frob.com>
5821
5822         * sysdeps/generic/safe-fatal.h: New file.
5823         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5824         * nptl/forward.c: Include it.
5825         (__pthread_unwind): Use __safe_fatal as default action, rather
5826         than a bogus use of INTERNAL_SYSCALL that could never work.
5827
5828         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5829         * configure.ac (libc_cv_builtin_trap): New test.
5830         * configure: Regenerated.
5831         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5832         (ABORT_INSTRUCTION): Define using __builtin_trap.
5833
5834         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5835         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5836         * sysdeps/nptl/nptl-signals.h: New file.
5837         * nptl/pthreadP.h: Include <nptl-signals.h>.
5838
5839 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5840
5841         * sysdeps/s390/s390-64/utf16-utf32-z9.c
5842         (ONE_DIRECTION): Define.
5843         * sysdeps/s390/s390-64/utf8-utf16-z9.c
5844         (ONE_DIRECTION): Define.
5845         * sysdeps/s390/s390-64/utf8-utf32-z9.c
5846         (ONE_DIRECTION): Define.
5847
5848 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5849
5850         * sysdeps/s390/Makefile: Delete file.
5851         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5852         * sysdeps/s390/__longjmp.c: Delete file.
5853         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5854         Remove fields __flags and __reserved.
5855         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5856         and add versioning.
5857         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5858         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5859         * sysdeps/s390/rtld-setjmp.S: Likewise.
5860         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5861         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5862         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5863         * sysdeps/s390/s390-32/setjmp.S: ... here.
5864         Add versioning.
5865         (__sigsetjmp): Remove setting __flags field.
5866         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5867         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5868         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5869         * sysdeps/s390/s390-64/setjmp.S: ... here.
5870         Add versioning.
5871         (__sigsetjmp): Remove setting __flags field.
5872         * sysdeps/s390/setjmp.S: Delete file.
5873         * sysdeps/s390/sigjmp.c: Likewise.
5874         * sysdeps/s390/v1-longjmp.c: Likewise.
5875         * sysdeps/s390/v1-setjmp.h: Likewise.
5876         * sysdeps/s390/v1-sigjmp.c: Likewise.
5877         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5878         Remove v1-longjmp_chk.
5879         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5880         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5881         Include debug/longjmp_chk.c and add versioning.
5882         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5883         Include nptl/pt-longjmp.c and add versioning.
5884         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5885         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5886         Include __longjmp.c.
5887         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5888         Move to ...
5889         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5890         (__getcontext): Remove setting __flags field.
5891         Add versioning.
5892         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5893         Don't restore upper high grps.
5894         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5895         Likewise.
5896         (__swapcontext): Remove setting uc_flags field.
5897         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5898         Delete file.
5899         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5900         Include __longjmp.c.
5901         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5902         Move to ...
5903         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5904         (__getcontext): Remove setting __flags field.
5905         Add versioning.
5906         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5907         (__swapcontext): Remove setting uc_flags field.
5908         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5909         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5910         Remove fields uc_high_gprs and __reserved.
5911         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5912         New file with reverted content.
5913         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5914         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5915         Regenerated.
5916         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5917         Regenerated.
5918
5919 2014-07-31  Andreas Schwab  <schwab@suse.de>
5920
5921         * config.h.in (HAVE_IFUNC): Define to 0.
5922         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5923         definedness.
5924
5925 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5926
5927         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5928         memmove-avx-unaligned, memcpy-avx-unaligned and
5929         mempcpy-avx-unaligned.
5930         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5931         Add tests for AVX memcpy functions.
5932         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5933         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5934         memcpy_chk.
5935         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5936         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5937         memmove_chk.
5938         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5939         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5940         mempcpy_chk.
5941         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5942         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5943         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5944
5945 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5946
5947         [BZ #17213]
5948         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5949         powerpc64le.
5950
5951 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5952
5953         [BZ #16839]
5954         * manual/llio.texi: Add section about open file description locks.
5955         * manual/examples/ofdlocks.c: Example of open file description
5956         lock usage.
5957         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5958         F_OFD_SETLK, and F_OFD_SETLKW.
5959
5960 2014-07-23  Allan McRae  <allan@archlinux.org>
5961
5962         * po/es.po: Update Spanish translation from translation project.
5963
5964 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5965
5966         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5967
5968 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5969
5970         [BZ #17078]
5971         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5972         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5973         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5974
5975 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5976
5977         [BZ #17088]
5978         * math/fesetenv.c (__fesetenv)
5979         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5980         * math/feupdateenv.c (__feupdateenv)
5981         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5982
5983         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5984         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5985         (__ASSUME_SOCKETCALL): Do not define.
5986
5987         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5988         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5989         (__ASSUME_SOCKETCALL): Do not define.
5990         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5991         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5992         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5993         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5994         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5995         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5996         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5997         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5998
5999         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
6000         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
6001         (__ASSUME_SOCKETCALL): Do not define.
6002         (__ASSUME_IPC64): Define unconditionally.
6003         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6004         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6005         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6006         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6007         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
6008         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6009         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
6010         Likewise.
6011
6012         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
6013         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
6014         (__ASSUME_SOCKETCALL): Do not define.
6015         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
6016         (__ASSUME_FUTEX_LOCK_PI): Likewise.
6017         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6018         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
6019         (__ASSUME_REQUEUE_PI): Define unconditionally.
6020         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
6021         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
6022         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6023         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
6024         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6025         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6026
6027         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
6028         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
6029         (__ASSUME_SOCKETCALL): Do not define.
6030         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
6031         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6032         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6033         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
6034         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6035         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6036
6037         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
6038         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
6039         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6040         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
6041         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6042         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
6043         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6044         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
6045         (__ASSUME_GETCPU_SYSCALL): Likewise.
6046
6047         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
6048         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
6049         cases for individual architectures.
6050         * sysdeps/gnu/configure: Regenerated.
6051         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
6052         LIBC_SLIBDIR_RTLDDIR.
6053         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
6054         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
6055         LIBC_SLIBDIR_RTLDDIR.
6056         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
6057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
6058         LIBC_SLIBDIR_RTLDDIR.
6059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6060         Regenerated.
6061         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
6062         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
6063         file.
6064         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
6065         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
6066         file.
6067         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
6068         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
6069         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
6070         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
6071
6072         * sysdeps/aarch64/shlib-versions: Move to ...
6073         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
6074         * sysdeps/alpha/shlib-versions: Move to ...
6075         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
6076         * sysdeps/arm/shlib-versions: Move to ...
6077         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
6078         * sysdeps/hppa/shlib-versions: Move all contents except for
6079         libgcc_s entry to ...
6080         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
6081         entry from ...
6082         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
6083         * sysdeps/ia64/shlib-versions: Move to ...
6084         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
6085         entry from ...
6086         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
6087         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
6088         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
6089         * sysdeps/microblaze/shlib-versions: Move to ...
6090         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
6091         * sysdeps/mips/shlib-versions: Move to ...
6092         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
6093         entry from ...
6094         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
6095         * sysdeps/tile/shlib-versions: Move to ...
6096         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
6097         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
6098         from ...
6099         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
6100         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
6101         entry from ...
6102         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
6103
6104 2014-07-17  Will Newton  <will.newton@linaro.org>
6105
6106         * sysdeps/arm/bits/atomic.h
6107         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
6108         (__arch_compare_and_exchange_bool_16_int): Likewise.
6109         (__arch_compare_and_exchange_bool_64_int): Likewise.
6110
6111         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
6112         into an #else block.
6113
6114 2014-07-16  Roland McGrath  <roland@hack.frob.com>
6115
6116         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
6117         just Linux configurations.  Test empirically that the compiler sets
6118         __ARM_EABI__, rather than using the tuple to decide.
6119         * sysdeps/arm/preconfigure: Regenerated.
6120         * sysdeps/unix/sysv/linux/arm/configure: File removed.
6121         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
6122         contents appended ...
6123         * sysdeps/arm/configure.ac: ... here.
6124         * sysdeps/arm/configure: Regenerated.
6125
6126 2014-07-15  Roland McGrath  <roland@hack.frob.com>
6127
6128         * nptl/pthread_kill.c: New file.
6129         * nptl/pthread_sigmask.c: New file.
6130         * nptl/pthread_sigqueue.c: New file.
6131
6132         * sysdeps/nptl/lowlevellock.h: New file.
6133         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
6134         * sysdeps/nptl/lowlevellock-futex.h: New file.
6135
6136         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
6137         Remove dead declarations.
6138
6139 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
6140
6141         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
6142         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
6143         config-cflags-avx2.
6144         * sysdeps/x86_64/configure.ac: Likewise.
6145         * sysdeps/i386/configure: Regenerated.
6146         * sysdeps/x86_64/configure: Likewise.
6147         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6148         memset-avx2 only if config-cflags-avx2 is yes.
6149         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6150         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
6151         defined.
6152         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
6153         only if HAVE_AVX2_SUPPORT is defined.
6154         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
6155
6156 2014-07-14  Alan Modra  <amodra@gmail.com>
6157
6158         [BZ #17153]
6159         * elf/elf.h (DT_PPC64_NUM): Correct value.
6160         * NEWS: Add to fixed bug list.
6161
6162 2014-07-13  Jim Meyering  <meyering@fb.com>
6163
6164         [BZ 17150]
6165         regex: don't deref NULL upon heap allocation failure
6166         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
6167         failure in one more place.
6168         To trigger the segfault, configure grep -with-included-regex,
6169         build it, and run these commands:
6170         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
6171
6172 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
6173
6174         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
6175
6176 2014-07-11  Richard Henderson  <rth@redhat.com>
6177
6178         * sysdeps/aarch64/libm-test-ulps: Update.
6179
6180 2014-07-10  Florian Weimer  <fweimer@redhat.com>
6181
6182         [BZ #17135]
6183         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
6184         * nptl/allocatestack.c (__nptl_setxid_error): New function.
6185         (__nptl_setxid): Initialize error member.  Call
6186         __nptl_setxid_error.
6187         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
6188         * nptl/descr.h (struct xid_command): Add error member.
6189         * nptl/tst-setuid3.c: New file.
6190         * nptl/Makefile (tests): Add it.
6191
6192 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6193
6194         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
6195         New define.
6196         (__lll_trylock): Use __lll_base_trylock.
6197         (__lll_cond_trylock): Likewise.
6198
6199 2014-07-10  Roland McGrath  <roland@hack.frob.com>
6200
6201         * nptl/pthread_create.c (start_thread): Use atomic_or and
6202         lll_futex_wake directly rather than lll_robust_dead.
6203         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
6204         (lll_robust_dead): Macro removed.
6205         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
6206         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
6207         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
6208         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6209         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6210         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
6211         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
6212         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6213         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
6214         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6215         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6216         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6217         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6218         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6219         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6220
6221         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
6222         Use atomic_compare_and_exchange_val_acq directly rather than
6223         lll_robust_trylock.
6224         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
6225         (__lll_robust_trylock, lll_robust_trylock): Removed.
6226         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
6227         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
6228         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6229         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6230         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
6231         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
6232         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6233         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
6234         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6235         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6236         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6237         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6238         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6239         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6240
6241 2014-07-02  Florian Weimer  <fweimer@redhat.com>
6242
6243         * manual/locale.texi (Locale Names): New section documenting
6244         locale name syntax.  Adjust menu and node chaining accordingly.
6245         (Choosing Locale): Reference Locale Names, Locale Categories.
6246         Mention setting LC_ALL=C.  Reflect that name syntax is now
6247         documented.
6248         (Locale Categories): New section title.  Reference Locale Names.
6249         LC_ALL is an environment variable, but not a category.
6250         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
6251         description, now in Locale Name.  Reference that section.  Locale
6252         name syntax is now documented.
6253
6254 2014-07-02  Florian Weimer  <fweimer@redhat.com>
6255
6256         [BZ #17137]
6257         * locale/findlocale.c (name_present, valid_locale_name): New
6258         functions.
6259         (_nl_find_locale): Use the loc_name variable to store name
6260         candidates.  Call name_present and valid_locale_name to check and
6261         validate locale names.  Return an error if the locale is invalid.
6262
6263 2014-07-02  Florian Weimer  <fweimer@redhat.com>
6264
6265         * locale/setlocale.c (setlocale): Use strdup for allocating
6266         composite name copy.
6267
6268 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6269
6270         Sync up with gnulib.
6271         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
6272         [!_LIBC && ENABLE_NLS]: Include gettext.h.
6273         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
6274         and _GL_ARG_NONNULL.
6275         [USE_UNLOCKED_IO]: Include unlocked-io.h.
6276         [!_LIBC]: Include code for Windows and Cygwin.
6277         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
6278         Include prototype for int strerror_r.
6279         [!_LIBC] (is_open): New function.
6280         (flush_stdout): New function.
6281         (print_errno_message): Use it.
6282         (error): Likewise.
6283         (error_at_line): Likewise.
6284         (error_tail) Add function attribute macros.  Use
6285         __builtin_expect.
6286
6287         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
6288
6289         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
6290
6291         * io/ftw.c: Include sys/param.h unconditionally.
6292
6293         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
6294
6295         [BZ #17125]
6296         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
6297         libc_freeres_ptr.
6298         (freecache): New function to free CACHE on exit.
6299
6300         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
6301         initialization.
6302
6303 2014-07-09  David S. Miller  <davem@davemloft.net>
6304
6305         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6306
6307         * sysdeps/sparc/nptl/internaltypes.h: Delete.
6308         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
6309         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
6310         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
6311         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
6312         * sysdeps/sparc/nptl/sem_init.c: Likewise.
6313         * sysdeps/sparc/nptl/sem_post.c: Likewise.
6314         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
6315         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
6316         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
6317         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
6318         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
6319         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
6320
6321 2014-07-09  Andreas Schwab  <schwab@suse.de>
6322
6323         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
6324         output.
6325         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
6326         (do_test): Likewise.
6327
6328         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6329
6330 2014-07-09  Will Newton  <will.newton@linaro.org>
6331
6332         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
6333         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
6334         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
6335         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
6336         * sysdeps/hppa/start.S (_start): Likewise.
6337
6338 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
6339
6340         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
6341
6342         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
6343         defined.
6344
6345 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
6346
6347         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
6348         after checking that it is non-NULL.
6349
6350         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
6351
6352 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6353
6354         * sysdeps/powerpc/memmove.c: Remove file.
6355         * sysdeps/powerpc/powerpc32/power4/memcopy.h
6356         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
6357         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
6358         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
6359         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
6360         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
6361         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
6362         string memmove instead of removed powerpc one.
6363
6364         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
6365         [weak_alias]: Fix compiler warning due trailing data.
6366         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
6367         [weak_alias]: Likewise.
6368         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
6369         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
6370
6371         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
6372         (__libc_ifunc_impl_list): Add memmove functions.
6373
6374 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
6375
6376         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
6377         Remove code.
6378         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
6379         Likewise
6380         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
6381         Likewise
6382         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
6383         Likewise
6384         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
6385         Likewise
6386         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
6387         Likewise
6388         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
6389         Likewise
6390         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
6391         Likewise
6392         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
6393         Likewise
6394         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
6395         Likewise
6396         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
6397         Likewise
6398         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
6399         Likewise
6400         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
6401         Likewise
6402         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
6403         Likewise
6404         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
6405         Likewise
6406         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
6407         Likewise
6408         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
6409         Likewise
6410
6411 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6412
6413         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
6414         to avoid alignment traps in non-cacheable memory.
6415         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
6416
6417         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
6418         multiarch objects.
6419         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
6420         file: multiarch power7 memmove.
6421         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
6422         multiarch default memmove.
6423         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
6424         multiarch memove for powerpc32/power4.
6425
6426         * string/bcopy.c: Use full path to include memmove.c.
6427         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
6428         multiarch objects.
6429         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
6430         bcopy for powerpc64.
6431         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
6432         bcopy for powerpc64.
6433         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
6434         and memmove implementations.
6435         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
6436         optimized multiarch memmove for POWER7/powerpc64.
6437         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
6438         default multiarch memmove for powerpc64.
6439         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
6440         multiarch for powerpc64.
6441         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
6442         for POWER7/powerpc64.
6443         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
6444         memmove for POWER7/powerpc64.
6445
6446         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
6447         glibc default one.
6448
6449         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
6450         __ELF_NATIVE_CLASS equal to 64.
6451
6452 2014-07-07  Roland McGrath  <roland@hack.frob.com>
6453
6454         * sysdeps/nptl/lowlevellock.h: File removed.
6455
6456         * NEWS: NPTL is no longer an add-on!
6457         * nptl/internaltypes.h: Moved ...
6458         * sysdeps/nptl/internaltypes.h: ... here.
6459         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
6460         * sysdeps/nptl/fork.c: Likewise.
6461         * sysdeps/nptl/gai_misc.h: Likewise.
6462         * sysdeps/nptl/librt-cancellation.c: Likewise.
6463         * sysdeps/nptl/jmp-unwind.c: Likewise.
6464         * sysdeps/nptl/setxid.h: Likewise.
6465         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
6466         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
6467         * sysdeps/unix/sysv/linux/arm/Implies: New file.
6468         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
6469         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
6470         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
6471         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
6472         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
6473         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
6474         * sysdeps/unix/sysv/linux/mips/Implies: New file.
6475         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
6476         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
6477         * sysdeps/unix/sysv/linux/sh/Implies: New file.
6478         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
6479         * sysdeps/unix/sysv/linux/tile/Implies: New file.
6480         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
6481         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
6482         * nptl/Makeconfig: Moved ...
6483         * sysdeps/nptl/Makeconfig: ... here.
6484         * nptl/configure: File removed.
6485         * nptl/ANNOUNCE: File removed.
6486         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
6487         * sysdeps/unix/sysv/linux/configure: Regenerated.
6488
6489         * nptl/Makefile (routines): Add libc_pthread_init,
6490         libc_multiple_threads, register-atfork and unregister-atfork.
6491         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
6492         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
6493         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
6494         pthread-pi-defines.sym, structsem.sym.
6495         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
6496         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
6497         [$(subdir) = nptl] (tests): Add tst-setgetname.
6498         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
6499         * sysdeps/unix/sysv/linux/sigaction.c: Just include
6500         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
6501         [!LIBC_SIGACTION]: Remove aliases.
6502         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6503         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6504         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6505         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
6506         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6507         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
6508         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
6509         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
6510         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6511         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
6512         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
6513         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
6514         __libc_allocate_rtsig_private.
6515         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
6516         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
6517         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
6518         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
6519         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
6520         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
6521         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
6522         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
6523         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
6524         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
6525         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
6526         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
6527         * nptl/internaltypes.h: ... here.
6528         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
6529         * sysdeps/nptl/jmp-unwind.c: ... here.
6530         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
6531         * nptl/libc-lowlevellock.c: ... here.
6532         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
6533         * nptl/libc_multiple_threads.c: ... here.
6534         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
6535         * nptl/libc_pthread_init.c: ... here.
6536         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
6537         * nptl/lowlevelbarrier.sym: ... here.
6538         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
6539         * nptl/lowlevelcond.sym: ... here.
6540         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
6541         * nptl/lowlevellock.c: ... here.
6542         * nptl/lowlevellock.h: Moved ...
6543         * sysdeps/nptl/lowlevellock.h: ... here.
6544         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
6545         * nptl/lowlevelrobustlock.c: ... here.
6546         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
6547         * nptl/lowlevelrobustlock.sym: ... here.
6548         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
6549         * nptl/lowlevelrwlock.sym: ... here.
6550         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
6551         * nptl/pt-fork.c: ... here.
6552         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
6553         * nptl/pthread-pi-defines.sym: ... here.
6554         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
6555         * nptl/pthread_attr_getaffinity.c: ... here.
6556         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
6557         * nptl/pthread_attr_setaffinity.c: ... here.
6558         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
6559         * nptl/pthread_mutex_cond_lock.c: ... here.
6560         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6561         Update #include.
6562         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
6563         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
6564         * nptl/pthread_once.c: ... here, replacing old file.
6565         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
6566         * nptl/pthread_yield.c: ... here.
6567         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
6568         * nptl/register-atfork.c: ... here.
6569         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
6570         * nptl/sem_post.c: ... here.
6571         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
6572         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
6573         * nptl/sem_timedwait.c: ... here.
6574         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
6575         * nptl/sem_trywait.c: ... here.
6576         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
6577         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
6578         * nptl/sem_wait.c: ... here.
6579         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
6580         * nptl/structsem.sym: ... here.
6581         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
6582         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
6583         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
6584         * nptl/unregister-atfork.c: ... here.
6585         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
6586         * nptl/unwindbuf.sym: ... here.
6587         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
6588         * sysdeps/nptl/fork.c: ... here.
6589         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
6590         * sysdeps/nptl/fork.h: ... here.
6591         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
6592         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
6593         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
6594         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
6595         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
6596         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
6597         * sysdeps/unix/sysv/linux/getpid.c: ... here.
6598         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
6599         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
6600         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
6601         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
6602         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
6603         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
6604         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
6605         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
6606         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
6607         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
6608         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
6609         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
6610         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
6611         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
6612         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
6613         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
6614         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
6615         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
6616         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
6617         * sysdeps/unix/sysv/linux/raise.c: ... here.
6618         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
6619         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
6620         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
6621         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
6622         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
6623         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
6624         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
6625         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
6626         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
6627         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
6628         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
6629         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
6630         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
6631         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
6632         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
6633
6634 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
6635
6636         * sysdeps/generic/memcopy.h: Add comment for
6637         MEMCPY_OK_FOR_FWD_MEMMOVE.
6638
6639 2014-07-04  Will Newton  <will.newton@linaro.org>
6640
6641         * string/memchr.c: Merge from gnulib.
6642         [_LIBC]: Remove conditionals.
6643         (__ptr_t): Remove define.
6644         (LONG_MAX_32_BITS): Likewise.
6645         (LONG_MAX): Likewise.
6646         (MEMCHR): Use ANSI prototype and optimize algorithm.
6647
6648         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
6649
6650 2014-07-03  Roland McGrath  <roland@hack.frob.com>
6651
6652         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
6653         (lll_futex_timed_wait_bitset): Fix syscall argument count.
6654
6655         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
6656         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
6657         in a bare environment with no <stdlib.h> installed.
6658         * sysdeps/nptl/configure: Regenerated.
6659
6660         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
6661
6662         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
6663         AC_EGREP_CPP for kernel header checks, so they only succeed if
6664         including <linux/version.h> actually works right.
6665         * sysdeps/unix/sysv/linux/configure: Regenerated.
6666
6667         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
6668         value so it's not diagnosed as unused.
6669
6670         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
6671         thing) with "ifeq ($(subdir),rt)".
6672
6673 2014-07-03  Richard Henderson  <rth@redhat.com>
6674
6675         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
6676         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
6677         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
6678
6679         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
6680         (math_force_eval): New.
6681
6682         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
6683         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
6684
6685         * sysdeps/alpha/fpu/s_round.c: Remove file.
6686         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
6687
6688         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
6689         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
6690         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
6691         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
6692         (_dl_start, print_statistics): Likewise.
6693         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
6694         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
6695
6696         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6697         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6698         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6699         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6700         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6701         (HP_SMALL_TIMING_AVAIL): Define.
6702         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6703         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
6704         (HP_SMALL_TIMING_AVAIL): Define.
6705         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6706         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6707
6708         * sysdeps/aarch64/hp-timing.h: New file.
6709
6710         * sysdeps/generic/hp-timing.h: Remove dead comment.
6711         * sysdeps/generic/hp-timing-common.h: New file.
6712         * sysdeps/alpha/hp-timing.h: Include it.
6713         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
6714         * sysdeps/i386/i686/hp-timing.h: Likewise.
6715         * sysdeps/ia64/hp-timing.h: Likewise.
6716         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
6717         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
6718         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
6719         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
6720         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
6721         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
6722         (hp_timing_t): New.
6723
6724         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
6725         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
6726         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
6727         * elf/rtld.c (_dl_start_final): Likewise.
6728         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
6729         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6730         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6731         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6732         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6733         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6734         (HP_TIMING_DIFF_INIT): Remove.
6735         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6736         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
6737         (HP_TIMING_DIFF_INIT): Remove.
6738         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6739         * sysdeps/i386/i686/hp-timing.c: Remove file.
6740         * sysdeps/x86_64/hp-timing.c: Remove file.
6741         * sysdeps/ia64/hp-timing.c: Remove file.
6742         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
6743         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
6744         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
6745         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
6746
6747         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
6748         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
6749         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
6750         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6751         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6752         (HP_TIMING_ACCUM): Remove.
6753         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6754         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
6755         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6756
6757         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
6758         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
6759         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
6760         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
6761         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
6762         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6763         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
6764         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6765
6766         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
6767
6768 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
6769
6770         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
6771
6772 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6773
6774         Sync up with gettext.
6775         * intl/loadmsgcat.c: Define O_BINARY if not defined.
6776         [_MSC_VER]: Include malloc.h
6777         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
6778         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
6779         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
6780         TEMP_FAILURE_RETRY.  Cast return of alloca.
6781         [!_LIBC] Call gl_rwlock_init.
6782         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
6783
6784 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6785
6786         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
6787         before checking its value.
6788
6789 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6790
6791         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
6792
6793         * debug/memcpy_chk.c: Don't include pagecopy.h.
6794         * debug/mempcpy_chk.c: Likewise.
6795         * string/memcpy.c: Likewise.
6796         * string/memmove.c: Likewise.
6797         * sysdeps/powerpc/memmove.c: Likewise.
6798         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
6799         definition of PAGE_COPY_FWD_MAYBE here...
6800         * sysdeps/generic/pagecopy.h: ... from here.
6801         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6802
6803 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6804             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6805
6806         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6807         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6808         optimizations.
6809         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6810         (__libc_ifunc_impl_list): Likewise.
6811         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6812         multiarch strcat for PPC64.
6813         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6814         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6815
6816 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6817
6818         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6819
6820 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6821
6822         * intl/loadmsgcat.c: Remove declaration of
6823         get_sysdep_segment_value.
6824         (get_sysdep_segment_value): Use ISO C style.
6825         (_nl_load_domain): Use ISO C style.  Get rid of redundant
6826         semicolon.  Fix typo and formatting in comment.
6827         (_nl_unload_domain): Use ISO C style.
6828
6829         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6830
6831 2014-07-02  Will Newton  <will.newton@linaro.org>
6832
6833         * malloc/obstack.c: Merge from gnulib master.
6834         [HAVE_CONFIG_H]: Remove conditional code.
6835         [!_LIBC]: Include config.h.
6836         [!ELIDE_CODE]: Don't include inttypes.h, include
6837         stdint.h unconditionally.
6838         (print_and_abort): Mark as _Noreturn.
6839         (_obstack_allocated_p): Mark as __attribute_pure__.
6840         (obstack_free): Rename to __obstack_free.
6841         [!__attribute__]: Remove conditional code.
6842         * malloc/obstack.h: Merge from gnulib master.
6843         [__cplusplus]: Move conditional down.
6844         [!__attribute_pure__]: Define __attribute_pure__ here
6845         if it is not already defined.
6846         (_obstack_memory_used): Mark as __attribute_pure__.
6847         [!__obstack_free]: Define as obstack_free.
6848         [__GNUC__]: Remove check for ancient NeXT gcc.
6849
6850 2014-07-02  Will Newton  <will.newton@linaro.org>
6851             Paul Eggert  <eggert@cs.ucla.edu>
6852
6853         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6854
6855 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6856
6857         * resolv/gethnamaddr.c: Add comment warning that the file is
6858         not maintained.
6859
6860 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6861
6862         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6863         entries.
6864
6865         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6866         entry for aio_cancel and aio_cancel64.
6867         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6868         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6869         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6870         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6871         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6872         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6873         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6874         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6875         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6876         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6877         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6878         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6879         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6880
6881 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6882
6883         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6884         * nptl/pthread_mutex_lock.c: Likewise.
6885         * nptl/pthread_mutex_timedlock.c: Likewise.
6886         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6887
6888 2014-07-01  Richard henderson  <rth@redhat.com>
6889
6890         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6891         (__isnan, __isnanl): Remove.
6892         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6893
6894         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6895
6896 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6897
6898         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6899
6900 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6901
6902         * resolv/nss_dns/dns-host.c (getanswer_r)
6903         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6904
6905 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6906
6907         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6908         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6909         undefine.
6910         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6911         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6912
6913 2014-07-01  Roland McGrath <roland@hack.frob.com>
6914
6915         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6916         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6917
6918         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6919         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6920
6921         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6922         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6923         ... here.
6924         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6925         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6926
6927         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6928         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6929         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6930         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6931
6932         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6933         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6934         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6935         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6936         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6937         Moved ...
6938         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6939         ... here.
6940         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6941         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6942         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6943         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6944         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6945         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6946         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6947         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6948         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6949         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6950         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6951         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6952         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6953         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6954         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6955         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6956         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6957         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6958         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6959         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6960         ... here.
6961         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6962         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6963         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6964         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6965         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6966         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6967         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6968         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6969
6970 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6971
6972         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6973         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6974         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6975         Add sysdep.
6976
6977 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6978
6979         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6980
6981 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6982
6983         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6984         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6985
6986         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6987
6988         * sysdeps/arm/libm-test-ulps: Regenerated.
6989
6990 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6991             Roland McGrath <roland@hack.frob.com>
6992
6993         * test-skeleton.c (signal_handler): Kill the whole process group
6994         before killing the child individually.
6995         (main): Report any failure on `setpgid'.
6996
6997 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6998
6999         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
7000         from _TLS_H to _ARM_NPTL_TLS_H.
7001         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
7002         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
7003
7004 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
7005
7006         [BZ #16539]
7007         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
7008         (__expm1l): Return argument unchanged when small but not
7009         subnormal.
7010
7011         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
7012         include macro name.
7013         (_FP_UNPACK_RAW_1_P): Likewise.
7014         (_FP_PACK_RAW_1): Likewise.
7015         (_FP_PACK_RAW_1_P): Likewise.
7016         (_FP_MUL_MEAT_1_wide): Likewise.
7017         (_FP_MUL_MEAT_DW_1_hard): Likewise.
7018         (_FP_MUL_MEAT_1_hard): Likewise.
7019         (_FP_DIV_MEAT_1_imm): Likewise.
7020         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
7021         (_FP_DIV_MEAT_1_udiv): Likewise.
7022         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
7023         (_FP_UNPACK_RAW_2): Likewise.
7024         (_FP_UNPACK_RAW_2_P): Likewise.
7025         (_FP_PACK_RAW_2): Likewise.
7026         (_FP_PACK_RAW_2_P): Likewise.
7027         (_FP_MUL_MEAT_DW_2_wide): Likewise.
7028         (_FP_MUL_MEAT_2_wide): Likewise.
7029         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
7030         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7031         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
7032         (_FP_MUL_MEAT_2_gmp): Likewise.
7033         (_FP_DIV_MEAT_2_udiv): Likewise.
7034         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
7035         (_FP_FRAC_SRL_4): Likewise.
7036         (_FP_FRAC_SRST_4): Likewise.
7037         (_FP_FRAC_SRS_4): Likewise.
7038         (_FP_UNPACK_RAW_4): Likewise.
7039         (_FP_UNPACK_RAW_4_P): Likewise.
7040         (_FP_PACK_RAW_4): Likewise.
7041         (_FP_PACK_RAW_4_P): Likewise.
7042         (_FP_MUL_MEAT_DW_4_wide): Likewise.
7043         (_FP_MUL_MEAT_4_wide): Likewise.
7044         (_FP_MUL_MEAT_4_gmp): Likewise.
7045         (umul_ppppmnnn): Likewise.
7046         (_FP_DIV_MEAT_4_udiv): Likewise.
7047         (__FP_FRAC_ADD_4): Likewise.
7048         (__FP_FRAC_SUB_3): Likewise.
7049         (__FP_FRAC_SUB_4): Likewise.
7050         (__FP_FRAC_DEC_3): Likewise.
7051         (__FP_FRAC_DEC_4): Likewise.
7052         (__FP_FRAC_ADDI_4): Likewise.
7053         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
7054         (_FP_FRAC_SRL_8): Likewise.
7055         (_FP_FRAC_SRS_8): Likewise.
7056
7057         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
7058         include macro name.
7059         (FP_UNPACK_RAW_EP): Likewise.
7060         (FP_PACK_RAW_E): Likewise.
7061         (FP_PACK_RAW_EP): Likewise.
7062         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
7063         (_FP_ISSIGNAN): Likewise.
7064         (_FP_ADD_INTERNAL): Likewise.
7065         (_FP_FMA): Likewise.
7066         (_FP_CMP): Likewise.
7067         (_FP_SQRT): Likewise.
7068         (_FP_TO_INT): Likewise.
7069         (_FP_FROM_INT): Likewise.
7070         (FP_EXTEND): Likewise.
7071         (_FP_DIV_MEAT_N_loop): Likewise.
7072
7073 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
7074
7075         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
7076         throughout.
7077
7078 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
7079
7080         [BZ #17097]
7081         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
7082         result with correct sign in case of exponents that produce
7083         overflow except for X very close to 1.
7084
7085 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
7086
7087         mktime: merge #if/#ifdef usage from glibc
7088         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
7089         as that works with both Glibc's and Gnulib's style.
7090         See thread starting at Siddhesh Poyarekar's bug report at:
7091         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
7092
7093 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
7094
7095         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
7096         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
7097         * sysdeps/tile/tilegx/memmove.c: Remove file.
7098
7099 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
7100
7101         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
7102         abi-name definition.
7103         * scripts/soversions.awk: Do not handle or generate ABI lines.
7104         * shlib-versions: Remove ABI entries.
7105         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
7106         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
7107
7108 2014-06-27  Roland McGrath  <roland@hack.frob.com>
7109
7110         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
7111         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
7112         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
7113         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
7114         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
7115         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
7116         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
7117         Moved ...
7118         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
7119         ... here.
7120         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
7121         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
7122         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
7123         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
7124         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
7125         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
7126         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
7127         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
7128         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
7129         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
7130         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
7131         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
7132         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
7133         Moved ...
7134         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
7135         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
7136         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
7137         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
7138         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
7139         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
7140         Moved ...
7141         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
7142         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
7143         Moved ...
7144         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
7145         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
7146         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
7147         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
7148         Moved ...
7149         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
7150         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
7151         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
7152         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
7153         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
7154         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
7155         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
7156         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
7157         Moved ...
7158         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
7159         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
7160         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
7161         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
7162         Moved ...
7163         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
7164         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
7165         Moved ...
7166         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
7167         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
7168         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
7169         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
7170         Moved ...
7171         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
7172         ... here.
7173         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
7174         Identical file removed.
7175         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
7176         Moved ...
7177         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
7178         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
7179         Identical file removed.
7180         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
7181         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
7182         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
7183         Moved ...
7184         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
7185         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
7186         Identical file removed.
7187         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
7188         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
7189         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
7190         Identical file removed.
7191         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
7192         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
7193         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
7194         Identical file removed.
7195         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
7196         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
7197         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
7198         Identical file removed.
7199         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
7200         Moved ...
7201         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
7202         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
7203         Identical file removed.
7204         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
7205         Moved ...
7206         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
7207         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
7208         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
7209         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
7210         Identical file removed.
7211         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
7212         Moved ...
7213         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
7214         ... here.
7215         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
7216         Identical file removed.
7217         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
7218         Moved ...
7219         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
7220         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
7221         Identical file removed.
7222         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
7223         Moved ...
7224         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
7225         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
7226         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
7227         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
7228         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
7229         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
7230         Moved ...
7231         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
7232         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
7233         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
7234
7235         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
7236         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
7237         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
7238         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
7239         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
7240
7241 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
7242
7243         [BZ #17092]
7244         * nscd/nscd.c (monitor_child): Return exit status of child
7245         instead of return value from wait syscall.
7246
7247 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
7248
7249         * configure.ac (libc_commonpagesize): Remove variable.
7250         (libc_relro_required): Likewise.
7251         (libc_cv_z_relro): Remove configure test.
7252         * configure: Regenerated.
7253         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
7254         variable.
7255         (libc_relro_required): Likewise.
7256         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
7257         (libc_relro_required): Likewise.
7258         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
7259         (libc_relro_required): Likewise.
7260         * sysdeps/arm/preconfigure: Regenerated.
7261         * sysdeps/ia64/preconfigure: Remove file.
7262         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
7263         variable.
7264         (libc_relro_required): Likewise.
7265
7266         [BZ #16561]
7267         [BZ #16562]
7268         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
7269         (__ieee754_yn): Set FE_TONEAREST mode internally and then
7270         recompute overflowing results in original rounding mode.
7271         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
7272         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
7273         recompute overflowing results in original rounding mode.
7274         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
7275         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
7276         recompute overflowing results in original rounding mode.
7277         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
7278         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
7279         recompute overflowing results in original rounding mode.
7280         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
7281         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
7282         recompute overflowing results in original rounding mode.
7283         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
7284         (libc_feholdsetround_ctx): New macro.
7285         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
7286         * sysdeps/i386/fpu/libm-test-ulps: Update.
7287         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
7288
7289 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
7290
7291         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
7292         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
7293         corresponding .cpsetup call.
7294
7295 2014-06-26  Roland McGrath  <roland@hack.frob.com>
7296
7297         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
7298         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
7299         * sysdeps/arm/Makefile [$(subdir) = csu]
7300         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
7301         (static-only-routines): Add aeabi_read_tp here.
7302         (shared-only-routines): Add libc-aeabi_read_tp here.
7303         (CFLAGS-libc-start.c): Add -fexceptions here.
7304         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
7305         (sysdep_routines, static-only-routines, shared-only-routines):
7306         Don't add to these here.
7307         (CFLAGS-libc-start.c): Likewise.
7308
7309         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
7310         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7311         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
7312         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7313         * sysdeps/arm/Makefile [$(subdir) = rt]
7314         (librt-sysdep_routines, librt-shared-only-routines):
7315         Append rt-aeabi_unwind_cpp_pr1 here.
7316         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
7317         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
7318         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
7319         (libpthread-sysdep_routines, libpthread-shared-only-routines):
7320         Append nptl-aeabi_unwind_cpp_pr1 here.
7321         (tests): Filter out tst-cleanupx4 here.
7322         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
7323         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
7324         Don't do those here.
7325
7326 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
7327
7328         * scripts/list-sources.sh: Do not handle ports specially.
7329
7330 2014-06-26  Roland McGrath  <roland@hack.frob.com>
7331
7332         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
7333         * sysdeps/arm/feupdateenv.c: Likewise.
7334
7335         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
7336
7337 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
7338
7339         * manual/texinfo.tex: Update to version 2014-05-05.10 with
7340         trailing whitespace removed.
7341         * scripts/config.guess: Update to version 2014-03-23.
7342         * scripts/config.sub: Update to version 2014-05-01
7343         * scripts/install-sh: Update to version 2013-12-25.23.
7344         * scripts/move-if-change: Update from gnulib.
7345
7346 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
7347
7348         * debug/memmove_chk.c: Remove pagecopy.h include.
7349
7350 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
7351
7352         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
7353         identical to gnulib mktime.
7354
7355 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
7356
7357         * configure.ac: Do not test for machine being rs6000.  Do not test
7358         for powerpc*-*soft.
7359         * configure: Regenerated.
7360
7361         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
7362         test.
7363         * configure: Regenerated.
7364         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
7365         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
7366         Remove configure test.
7367         * sysdeps/arm/configure: Regenerated.
7368         * sysdeps/nptl/configure.ac: Do not check
7369         libc_cv_asm_cfi_directives.
7370         * sysdeps/nptl/configure: Regenerated.
7371         * sysdeps/x86_64/nptl/configure.ac: Remove file.
7372         * sysdeps/x86_64/nptl/configure: Remove generated file.
7373         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
7374         unconditional.
7375         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
7376
7377 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
7378
7379         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
7380         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
7381         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
7382         it is defined.
7383
7384         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
7385         instead of whether it is defined.
7386         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
7387         * sysdeps/hppa/dl-machine.h: Likewise.
7388         * sysdeps/ia64/dl-machine.h: Likewise.
7389         * sysdeps/m68k/dl-machine.h: Likewise.
7390         * sysdeps/microblaze/dl-machine.h: Likewise.
7391         * sysdeps/mips/dl-machine.: Likewise.
7392         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
7393         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
7394         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7395         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7396         * sysdeps/sh/dl-machine.h: Likewise.
7397         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7398         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7399         * sysdeps/tile/dl-machine.h: Likewise.
7400         * sysdeps/x86_64/dl-machine.h: Likewise.
7401
7402         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
7403         code.
7404         (verify_persistent_db): Likewise.
7405
7406 2014-06-26  Roland McGrath  <roland@hack.frob.com>
7407
7408         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
7409         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
7410         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
7411         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
7412         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
7413         Moved ...
7414         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
7415         ... here.
7416         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
7417         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
7418         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
7419         Identical file removed.
7420         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
7421         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
7422         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
7423         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
7424         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
7425         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
7426         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
7427         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
7428         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
7429         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
7430         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
7431         Moved ...
7432         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
7433         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
7434         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
7435         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
7436         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
7437         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
7438         Moved ...
7439         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
7440         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
7441         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
7442         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
7443         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
7444         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
7445         Identical file removed.
7446         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
7447         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
7448         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
7449         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
7450         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
7451         Moved ...
7452         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
7453         ... here.
7454         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
7455         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
7456         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
7457         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
7458         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
7459         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
7460         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
7461         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
7462         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
7463         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
7464         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
7465         Moved ...
7466         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
7467         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
7468         Moved ...
7469         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
7470         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
7471         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
7472         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
7473         Moved ...
7474         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
7475         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
7476         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
7477
7478         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
7479         folded into ...
7480         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
7481         * sysdeps/unix/sysv/linux/s390/Versions
7482         (libpthread: GLIBC_2.19): New version set.
7483         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
7484         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
7485         (librt: GLIBC_2.3.3): New version set.
7486         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
7487         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
7488         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
7489         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
7490         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
7491         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
7492         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
7493         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
7494         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
7495         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
7496         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
7497         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
7498         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
7499         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
7500         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
7501         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
7502         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
7503         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
7504         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
7505         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
7506         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
7507         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
7508         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
7509         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
7510         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
7511         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
7512         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
7513         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
7514         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
7515         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
7516         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
7517         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
7518         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
7519         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
7520         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
7521         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
7522         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
7523         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
7524         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
7525         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
7526         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
7527         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
7528         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
7529         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
7530         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
7531
7532         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
7533         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
7534         (__libc_vfork): Define the function under this name.
7535         [!NOT_IN_libc] (__vfork): Make this an alias.
7536         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
7537         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
7538         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
7539         (__libc_vfork): Define the function under this name.
7540         [!NOT_IN_libc] (__vfork): Make this an alias.
7541         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
7542         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
7543         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
7544         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
7545         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
7546         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
7547
7548         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
7549         code that was previously under [RESET_PID].
7550         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
7551         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
7552         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
7553
7554         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
7555         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
7556         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
7557         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
7558         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
7559         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
7560         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
7561         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
7562         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
7563         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
7564         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
7565         Moved ...
7566         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
7567         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
7568         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
7569         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
7570         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
7571         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
7572         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
7573         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
7574         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
7575         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
7576         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
7577         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
7578         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
7579         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
7580         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
7581         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
7582         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
7583         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
7584         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
7585         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
7586         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
7587         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
7588         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
7589         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
7590         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
7591         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
7592         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
7593         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
7594         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
7595
7596 2014-06-25  Roland McGrath  <roland@hack.frob.com>
7597
7598         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
7599         that was previously under [RESET_PID].
7600         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
7601
7602 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7603
7604         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
7605         not undefine and redefine.
7606         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
7607         [O_CLOEXEC]: Make code unconditional.
7608         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
7609         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
7610         <kernel-features.h>.
7611         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
7612         conditional variable definition.
7613         (shm_open) [O_CLOEXEC]: Make code unconditional.
7614         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
7615         code.
7616
7617         * configure.ac (USE_REGPARMS): Don't define here.
7618         * configure: Regenerated.
7619         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
7620         * sysdeps/i386/configure: Regenerated.
7621
7622         * nptl/createthread.c: Don't include kernel-features.h.
7623         * nptl/pthread_cancel.c: Likewise.
7624         * nptl/pthread_condattr_setclock.c: Likewise.
7625         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
7626         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
7627         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
7628         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
7629         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
7630         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
7631         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
7632         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
7633         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
7634         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
7635         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
7636         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
7637         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
7638         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
7639         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
7640         * nscd/gai.c: Likewise.
7641         * nss/nss_db/db-open.c: Likewise.
7642         * sysdeps/generic/ldsodefs.h: Likewise.
7643         * sysdeps/sh/nptl/tls.h: Likewise.
7644         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7645         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
7646         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
7647         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
7648         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
7649         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7650         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
7651         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
7652         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
7653         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
7654         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
7655         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
7656         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
7657         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
7658         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
7659         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
7660         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
7661         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
7662         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
7663         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
7664         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
7665         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
7666         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
7667         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
7668         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
7669         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
7670         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
7671         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
7672         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
7673         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
7674         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
7675         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
7676         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
7677         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7678         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
7679         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7680         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
7681         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
7682         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
7683         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
7684         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
7685         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
7686         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
7687         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
7688         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
7689         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
7690         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
7691         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
7692         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
7693         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
7694         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
7695         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
7696         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
7697         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7698         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
7699         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
7700         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7701         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
7702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
7703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
7704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
7705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
7706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
7707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
7708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
7709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
7710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
7711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
7712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
7713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
7714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
7715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
7716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
7717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
7718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
7722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
7723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
7724         * sysdeps/unix/sysv/linux/pread.c: Likewise.
7725         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
7726         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
7727         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
7728         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
7729         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
7730         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
7731         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
7732         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
7733         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
7734         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
7735         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
7736         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
7737         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7738         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7739         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7740         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
7741         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
7742         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
7743         * sysdeps/unix/sysv/linux/system.c: Likewise.
7744         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
7745         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
7746         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
7747         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
7748         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
7749         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7750         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
7751
7752         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
7753         * configure: Regenerated.
7754         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
7755
7756         * configure.ac (base_machine): Do not set specially for particular
7757         machines here.
7758         * configure: Regenerated.
7759         * sysdeps/powerpc/preconfigure: Move machine and base_machine
7760         settings from configure.ac.
7761         * sysdeps/i386/preconfigure: New file.
7762         * sysdeps/s390/preconfigure: Likewise.
7763         * sysdeps/sh/preconfigure: Likewise.
7764         * sysdeps/sparc/preconfigure: Likewise.
7765
7766 2014-06-25  Roland McGrath  <roland@hack.frob.com>
7767
7768         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
7769         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
7770         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
7771         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
7772         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
7773         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
7774         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
7775         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
7776         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
7777         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
7778         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
7779         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
7780         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
7781         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
7782         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
7783         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
7784         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
7785         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
7786         * sysdeps/sparc/sparc64/Makefile: ... appended here.
7787
7788         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
7789         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
7790         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
7791         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
7792         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
7793         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
7794         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
7795         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7796         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7797         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7798         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7799         * sysdeps/sparc/sparc32/sem_post.c: ... here.
7800         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7801         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7802         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7803         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7804         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7805         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7806         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7807         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7808         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7809         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7810         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7811         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7812         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7813         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7814         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7815         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7816         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7817         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7818         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7819         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7820         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7821         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7822         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7823         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7824         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7825         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7826
7827         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7828         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7829         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7830         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7831         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7832         Moved ...
7833         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7834         ... here.
7835         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7836         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7837         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7838         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7839         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7840         Moved ...
7841         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7842         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7843         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7844         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7845         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7846         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7847         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7848         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7849         Moved ...
7850         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7851         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7852         Moved ...
7853         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7854         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7855         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7856         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7857         Moved ...
7858         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7859         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7860         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7861         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7862         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7863         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7864         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7865         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7866         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7867         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7868         Moved ...
7869         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7870         ... here.
7871         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7872         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7873         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7874         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7875         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7876         Moved ...
7877         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7878         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7879         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7880         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7881         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7882         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7883         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7884         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7885         Moved ...
7886         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7887         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7888         Moved ...
7889         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7890         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7891         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7892         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7893         Moved ...
7894         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7895         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7896         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7897         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7898         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7899
7900 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7901
7902         * timezone/checktab.awk: Update from tzcode 2014e.
7903         * timezone/private.h: Likewise.
7904         * timezone/tzfile.h: Likewise.
7905         * timezone/zdump.c: Likewise.
7906         * timezone/zic.c: Likewise.
7907
7908         * sysdeps/unix/sysv/linux/kernel-features.h
7909         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7910         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7911         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7912         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7913         Remove conditional code.
7914
7915 2014-06-25  Will Newton  <will.newton@linaro.org>
7916
7917         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7918         (_dl_arm_cap_flags): Add HWCAP2 values.
7919         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7920         (_DL_HWCAP_COUNT): Increase to 37.
7921         (_DL_HWCAP_LAST): New define.
7922         (_DL_HWCAP2_LAST): New define.
7923         (_dl_procinfo): Add support for printing
7924         AT_HWCAP2 entries.
7925         (_dl_string_hwcap): Use _dl_hwcap_string.
7926
7927 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7928
7929         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7930
7931 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7932
7933         * README: Do not mention ports directory.
7934
7935         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7936         Remove macro.
7937         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7938         <kernel-features.h>.
7939         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7940         conditional variable definition.
7941         (__futimes): Update comment.
7942         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7943         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7944
7945         [BZ #16560]
7946         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7947         arguments close to 0.
7948         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7949         Likewise.
7950         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7951         Likewise.
7952         * math/auto-libm-test-in: Add more tests of exp10.
7953         * math/auto-libm-test-out: Regenerated.
7954         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7955
7956         * sysdeps/unix/sysv/linux/kernel-features.h
7957         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7958         * sysdeps/unix/sysv/linux/readv.c: Do not include
7959         <kernel-features.h>.
7960         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7961         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7962         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7963         unconditional.
7964         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7965         conditional code.
7966         * sysdeps/unix/sysv/linux/writev.c: Do not include
7967         <kernel-features.h>.
7968         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7969         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7970         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7971         unconditional.
7972         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7973         conditional code.
7974
7975 2014-06-25  Will Newton  <will.newton@linaro.org>
7976
7977         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7978         comment changes throughout the file.  Remove checks
7979         for HAVE_*_H definitions that are not required.
7980         (__gen_tempname): Call abort if an unknown kind value is
7981         passed.
7982
7983 2014-06-25  Andreas Schwab  <schwab@suse.de>
7984
7985         [BZ #17086]
7986         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7987         scalbln, scalblnf, scalblnl in libc.
7988
7989 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7990
7991         [BZ #17086]
7992         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7993         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7994         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7995
7996 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7997
7998         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7999         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
8000         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
8001         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
8002         Update #include.
8003         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
8004         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
8005         Update #include.
8006         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
8007         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
8008         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
8009         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
8010         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
8011         * sysdeps/x86/bits/pthreadtypes.h: ... here.
8012         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
8013         * sysdeps/x86/bits/semaphore.h: ... here.
8014         * sysdeps/x86/nptl/elide.h: Moved ...
8015         * sysdeps/x86/elide.h: ... here.
8016         * sysdeps/x86_64/nptl/Implies: File removed.
8017         * sysdeps/i386/nptl/Implies: File removed.
8018
8019 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
8020
8021         [BZ #16539]
8022         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
8023         return the argument for normal arguments with exponent below -64.
8024         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
8025         Likewise.
8026         * math/auto-libm-test-in: Add another test of expm1.
8027         * math/auto-libm-test-out: Regenerated.
8028
8029         [BZ #16287]
8030         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
8031         calling __erfcl for arguments at least 16.
8032         * math/auto-libm-test-in: Add more tests of erf.
8033         * math/auto-libm-test-out: Regenerated.
8034
8035         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
8036         individual architectures.
8037         * sysdeps/unix/sysv/linux/configure: Regenerated.
8038         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
8039         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
8040         * sysdeps/unix/sysv/linux/powerpc/configure.ac
8041         (ldd_rewrite_script): Define variable.
8042         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
8043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
8044         file.
8045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
8046         generated file.
8047         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
8048         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
8049         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
8050         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
8051         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
8052         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
8053         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
8054         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
8055
8056 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8057
8058         [BZ #17084]
8059         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
8060         Rename member __data.d to __data.__elision_data.
8061
8062 2014-06-24  Wilco  <wdijkstr@arm.com>
8063
8064         * NEWS: Add 16918 to fixed bug list.
8065
8066 2014-06-24  Wilco  <wdijkstr@arm.com>
8067
8068         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
8069
8070 2014-06-24  Wilco  <wdijkstr@arm.com>
8071
8072         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
8073         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
8074         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
8075         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
8076         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
8077         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
8078         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
8079         Use _FPU_MASK_RM.
8080
8081 2014-06-24  Wilco  <wdijkstr@arm.com>
8082
8083         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
8084
8085 2014-06-24  Wilco  <wdijkstr@arm.com>
8086
8087         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
8088         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
8089         * sysdeps/arm/fesetround.c (fesetround): Remove space.
8090         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
8091
8092 2014-06-24  Wilco  <wdijkstr@arm.com>
8093
8094         [BZ #16918]
8095         * sysdeps/arm/feupdateenv.c (feupdateenv):
8096         Rewrite to reduce FPSCR accesses and fix return value.
8097
8098 2014-06-24  Wilco  <wdijkstr@arm.com>
8099
8100         * sysdeps/arm/fclrexcpt.c (feclearexcept):
8101         Optimize to avoid unnecessary FPSCR writes.
8102         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
8103         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
8104         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
8105         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
8106
8107 2014-06-24  Wilco  <wdijkstr@arm.com>
8108
8109         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
8110         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
8111         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
8112         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
8113         Call libc_fetestexcept_vfp.
8114         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
8115         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
8116         __SOFTFP__ ifdef so that they can be built for softfp.
8117
8118 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8119
8120         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
8121         argument type signed char.
8122
8123         * Makerules (check-abi): Dump diff of symlist if the test
8124         fails.
8125
8126 2014-06-23  Roland McGrath  <roland@hack.frob.com>
8127
8128         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
8129         using abort.
8130
8131         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8132         Remove unused variable ST.
8133
8134 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
8135
8136         [BZ #16354]
8137         [BZ #17061]
8138         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
8139         small arguments before calling __expm1.
8140         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
8141         small arguments before calling __expm1f.
8142         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
8143         small arguments before calling __expm1l.
8144         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
8145         Likewise.
8146         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
8147         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
8148         spurious underflow for some cosh tests.
8149         * math/auto-libm-test-out: Regenerated.
8150         * sysdeps/i386/fpu/libm-test-ulps: Update.
8151
8152         [BZ #17050]
8153         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
8154         (__ieee754_y1): Set errno if return value overflows.
8155         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
8156         (__ieee754_y1f): Set errno if return value overflows.
8157         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
8158         (__ieee754_y1l): Set errno if return value overflows.
8159         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
8160         (__ieee754_y1l): Set errno if return value overflows.
8161         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
8162         * math/auto-libm-test-out: Regenerated.
8163
8164         * math/gen-auto-libm-tests.c: Document use of
8165         ignore-zero-inf-sign.
8166         (input_flag_type): Add value flag_ignore_zero_inf_sign.
8167         (input_flags): Add ignore-zero-inf-sign.
8168         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
8169         * math/gen-libm-test.pl (generate_testfile): Handle
8170         ignore-zero-inf-sign.
8171         * math/auto-libm-test-in: Mark some cpow tests with
8172         ignore-zero-inf-sign and some with xfail-rounding.
8173         * math/auto-libm-test-out: Regenerated.
8174         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
8175         * sysdeps/i386/fpu/libm-test-ulps: Update.
8176         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8177
8178         [BZ #16315]
8179         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
8180         overflowing or underflowing operations take place with sign of
8181         result.
8182         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
8183         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
8184         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
8185         (__ieee754_pow): Recompute overflowing and underflowing results in
8186         original rounding mode.
8187         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
8188         (__powl_helper): Allow negative argument X and scale negated value
8189         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
8190         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
8191         overflowing or underflowing operations take place with sign of
8192         result.
8193         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
8194         Include <math.h>.
8195         * math/auto-libm-test-in: Add more tests of pow.
8196         * math/auto-libm-test-out: Regenerated.
8197         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
8198         (pow_tonearest_test_data): Remove.
8199         (pow_test_tonearest): Likewise.
8200         (pow_towardzero_test_data): Likewise.
8201         (pow_test_towardzero): Likewise.
8202         (pow_downward_test_data): Likewise.
8203         (pow_test_downward): Likewise.
8204         (pow_upward_test_data): Likewise.
8205         (pow_test_upward): Likewise.
8206         (main): Don't call removed functions.
8207         * sysdeps/i386/fpu/libm-test-ulps: Update.
8208         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8209
8210 2014-06-23  Roland McGrath  <roland@hack.frob.com>
8211
8212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
8213         Moved ...
8214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
8215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
8216         Moved ...
8217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
8218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
8219         Moved ...
8220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
8221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
8222         Moved ...
8223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
8224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
8225         File removed.
8226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
8227         File removed.
8228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
8229         File removed.
8230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
8231         File removed.
8232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
8233         File removed.
8234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
8235         File removed.
8236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
8237         File removed.
8238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
8239         File removed.
8240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
8241         File removed.
8242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
8243         File removed.
8244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
8245         File removed.
8246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
8247         File removed.
8248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
8249         Moved ...
8250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
8251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
8252         Moved ...
8253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
8254         ... here.
8255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
8256         Moved ...
8257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
8258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
8259         Moved ...
8260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
8261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
8262         Moved ...
8263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
8264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
8265         Moved ...
8266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
8267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
8268         Moved ...
8269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
8270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
8271         Moved ...
8272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
8273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
8274         Moved ...
8275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
8276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
8277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
8278         ... here.
8279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
8280         Moved ...
8281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
8282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
8283         Moved ...
8284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
8285         ... here.
8286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
8287         Moved ...
8288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
8289         ... here.
8290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
8291         Moved ...
8292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
8293         ... here.
8294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
8295         Moved ...
8296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
8297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
8298         Moved ...
8299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
8300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
8301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
8302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
8303         Moved ...
8304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
8305         ... here.
8306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
8307         Moved ...
8308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
8309         ... here.
8310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
8311         Moved ...
8312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
8313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
8314         Moved ...
8315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
8316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
8317         Moved ...
8318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
8319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
8320         Moved ...
8321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
8322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
8323         Moved ...
8324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
8325         ... here.
8326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
8327         Moved ...
8328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
8329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
8330         Moved ...
8331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
8332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
8333         Moved ...
8334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
8335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
8336         Moved ...
8337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
8338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
8339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
8340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
8341         Moved ...
8342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
8343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
8344         Moved ...
8345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
8346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
8347         Moved ...
8348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
8349         ... here.
8350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
8351         Moved ...
8352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
8353         ... here.
8354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
8355         Moved ...
8356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
8357         ... here.
8358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
8359         Moved ...
8360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
8361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
8362         Moved ...
8363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
8364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
8365         Moved ...
8366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
8367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
8368         Moved ...
8369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
8370         ... here.
8371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
8372         Moved ...
8373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
8374         ... here.
8375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
8376         Moved ...
8377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
8378         ... here.
8379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
8380         Moved ...
8381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
8382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
8383         Moved ...
8384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
8385
8386 2014-06-23  Will Newton  <will.newton@linaro.org>
8387             Wilco  <wdijkstr@arm.com>
8388
8389         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
8390         implementation.  Include get-rounding-mode.h.
8391         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
8392         [!libc_feholdsetround_noex_ctx]: Define
8393         libc_feholdsetround_noex_ctx.
8394         [!libc_feholdsetround_noexf_ctx]: Define
8395         libc_feholdsetround_noexf_ctx.
8396         [!libc_feholdsetround_noexl_ctx]: Define
8397         libc_feholdsetround_noexl_ctx.
8398         (libc_feholdsetround_ctx): New function.
8399         (libc_feresetround_ctx): New function.
8400         (libc_feholdsetround_noex_ctx): New function.
8401         (libc_feresetround_noex_ctx): New function.
8402
8403 2014-06-23  Roland McGrath  <roland@hack.frob.com>
8404
8405         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
8406         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
8407         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
8408         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
8409         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
8410         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
8411
8412         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
8413         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
8414         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
8415         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
8416         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
8417         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
8418         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
8419         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
8420         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
8421         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
8422         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
8423         Moved ...
8424         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
8425         ... here.
8426         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
8427         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
8428         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
8429         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
8430         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
8431         Moved ...
8432         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
8433         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
8434         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
8435         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
8436         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
8437         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
8438         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
8439         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
8440         Moved ...
8441         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
8442         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
8443         Moved ...
8444         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
8445         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
8446         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
8447         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
8448         Moved ...
8449         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
8450         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
8451         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
8452         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
8453         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
8454         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
8455         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
8456         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
8457         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
8458         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
8459         Moved ...
8460         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
8461         ... here.
8462         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
8463         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
8464         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
8465         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
8466         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
8467         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
8468         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
8469         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
8470         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
8471         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
8472         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
8473         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
8474         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
8475         Moved ...
8476         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
8477         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
8478         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
8479         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
8480         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
8481         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
8482         Moved ...
8483         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
8484         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
8485         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
8486         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
8487         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
8488
8489         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
8490         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
8491         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
8492         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
8493         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
8494         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
8495         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
8496         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
8497         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
8498         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
8499         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
8500         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
8501         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
8502         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
8503         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
8504         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
8505         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
8506         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
8507         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
8508         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
8509         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
8510         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
8511         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
8512         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
8513         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
8514         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
8515         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
8516         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
8517
8518 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
8519
8520         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
8521         (FALLOC_FL_COLLAPSE_RANGE): New macro.
8522         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
8523         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
8524         (IPV6_PMTUDISC_INTERFACE): Likewise.
8525         (IPV6_PMTUDISC_OMIT): Likewise.
8526
8527 2014-06-23  Andreas Schwab  <schwab@suse.de>
8528
8529         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
8530         Remove unused errout label.
8531
8532 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8533
8534         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
8535         macro: hardware supports Vector Crypto instructions.
8536
8537 2014-06-23  Will Newton  <will.newton@linaro.org>
8538
8539         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
8540         rather than __builtin_expect.
8541
8542         * elf/dl-lookup.c (undefined_msg): Remove variable.
8543         (_dl_lookup_symbol_x): Replace undefined_msg with string
8544         literal.
8545
8546         * elf/dl-lookup.c (do_lookup_unique): New function.
8547         (do_lookup_x): Move STB_GNU_UNIQUE handling code
8548         to a separate function.
8549
8550 2014-06-23  Andreas Schwab  <schwab@suse.de>
8551
8552         [BZ #17079]
8553         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
8554         before reading the next line.
8555
8556 2014-06-23  Will Newton  <will.newton@linaro.org>
8557
8558         * test-skeleton.c (signal_handler): Use printf and %m
8559         rather than perror.  Use printf rather than fprintf to
8560         stderr.  Use puts rather than fputs to stderr.
8561         (main): Likewise.
8562
8563 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
8564
8565         * nscd/nscd.c (thread_info_t): Remove typedef.
8566         (thread_info): Remove variable.
8567
8568 2014-06-21  Allan McRae  <allan@archlinux.org>
8569
8570         * NEWS: Mention CVE-2014-4043.
8571
8572 2014-06-20  Roland McGrath  <roland@hack.frob.com>
8573
8574         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
8575         * nptl/smp.h: ... here.
8576
8577         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
8578
8579         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
8580         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
8581         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
8582         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
8583
8584         * nptl/allocatestack.c: Include <stack-aliasing.h>.
8585         * nptl/stack-aliasing.h: New file.
8586         * sysdeps/i386/i686/stack-aliasing.h: New file.
8587         * sysdeps/i386/i686/nptl/Makefile: File removed.
8588         * sysdeps/x86_64/stack-aliasing.h: New file.
8589         * sysdeps/x86_64/nptl/Makefile
8590         (CFLAGS-pthread_create.c): Variable removed.
8591
8592         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
8593         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
8594         old file.
8595         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
8596         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
8597         old file.
8598
8599 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
8600
8601         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8602         (__ASSUME_SIGFRAME_V2): Remove macro.
8603         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
8604         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
8605         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
8606         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
8607         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
8608         Declare as function.  Remove conditional macro definitions.
8609         (__default_rt_sa_restorer): Likewise.
8610         (__default_sa_restorer_v1): Remove declaration.
8611         (__default_sa_restorer_v2): Likewise.
8612         (__default_rt_sa_restorer_v1): Likewise.
8613         (__default_rt_sa_restorer_v2): Likewise.
8614         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
8615         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
8616         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
8617
8618 2014-06-20  Roland McGrath  <roland@hack.frob.com>
8619
8620         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
8621         (libpthread-routines): Add sysdep.
8622         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
8623         * sysdeps/unix/sysv/linux/sparc/Versions
8624         (libpthread: GLIBC_2.3.3): New version set.
8625         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
8626         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
8627         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
8628         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
8629         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
8630         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
8631         Moved ...
8632         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
8633         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
8634         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
8635         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
8636         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
8637         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
8638         * sysdeps/sparc/nptl/sem_init.c: ... here.
8639         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
8640         * sysdeps/sparc/nptl/sem_post.c: ... here.
8641         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
8642         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
8643         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
8644         * sysdeps/sparc/nptl/sem_wait.c: ... here.
8645         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
8646         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
8647         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
8648         (libpthread-routines): Add cpu_relax.
8649         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
8650         File removed.
8651         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
8652         (librt: GLIBC_2.3.3): New version set.
8653         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
8654         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
8655         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
8656         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
8657         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
8658         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
8659         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
8660         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
8661         Moved ...
8662         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
8663         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
8664         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
8665         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
8666         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
8667         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
8668         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
8669         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
8670         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
8671         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
8672         Moved ...
8673         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
8674         Update #include.
8675         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
8676         Moved ...
8677         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
8678         Update #include.
8679         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
8680         Moved ...
8681         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
8682         Update #include.
8683         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
8684         Moved ...
8685         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
8686         Update #include.
8687         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
8688         Moved ...
8689         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
8690         Update #include.
8691         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
8692         Moved ...
8693         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
8694         Update #include.
8695         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
8696         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
8697         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
8698         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
8699         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
8700         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
8701         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
8702         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
8703         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
8704         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
8705         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
8706         Moved ...
8707         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
8708         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
8709         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
8710         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
8711         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
8712
8713 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8714
8715         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
8716         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
8717         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
8718         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
8719         * nscd/nscd.c: Likewise.
8720         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
8721         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
8722         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
8723         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
8724
8725         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
8726         <kernel-features.h>.
8727         (init_mq_netlink): Remove conditional have_sock_cloexec
8728         definitions.  Remove code conditional on have_sock_cloexec < 0.
8729         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
8730         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
8731         * sysdeps/unix/sysv/linux/opensock.c: Do not include
8732         <kernel-features.h>.
8733         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
8734         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
8735
8736 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8737
8738         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8739         Add tests for memset_chk and memset.
8740
8741         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
8742         with AVX2_Usable.
8743
8744 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8745
8746         [BZ #16046]
8747         * elf/tst-dl-iter-static.c: New file.
8748         * elf/Makefile (tests-static): Add tst-dl-iter-static.
8749
8750         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
8751         error.
8752
8753 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8754
8755         * sysdeps/unix/sysv/linux/kernel-features.h
8756         (__ASSUME_F_GETOWN_EX): Remove macro.
8757         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
8758         <kernel-features.h>.
8759         (miss_F_GETOWN_EX): Remove variable or macro.
8760         (do_fcntl): Do not check miss_F_GETOWN_EX.
8761         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
8762
8763         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
8764         Remove macro.
8765         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
8766         [!__ASSUME_AT_RANDOM]: Remove conditional code.
8767         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
8768
8769         * sysdeps/unix/sysv/linux/kernel-features.h
8770         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
8771         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
8772         [ADJ_OFFSET_SS_READ]: Make code unconditional.
8773         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
8774
8775 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8776
8777         [BZ #17075]
8778         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
8779         Fix calculation of the symbol's value.
8780         * sysdeps/arm/tst-armtlsdescloc.c: New file.
8781         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
8782         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
8783         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
8784         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
8785         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
8786         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
8787         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
8788         (modules-names): Add `tst-armtlsdescmod',
8789         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
8790         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
8791         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8792         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
8793         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
8794         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8795         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8796         ($(objpfx)tst-armtlsdescloc): New dependency.
8797         ($(objpfx)tst-armtlsdescextnow): Likewise.
8798         ($(objpfx)tst-armtlsdescextlazy): Likewise.
8799         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8800         TLS scheme support.
8801         * sysdeps/arm/configure: Regenerate.
8802
8803 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8804
8805         * include/fcntl.h (__atfct_seterrno): Remove prototype.
8806         (__atfct_seterrno_2): Likewise.
8807         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8808         <kernel-features.h>.
8809         (__ASSUME_ATFCTS): Do not undefine and redefine.
8810         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8811         (__have_atfcts): Remove conditional definition.
8812         (__fxstatat([__NR_fstatat64]: Make code unconditional.
8813         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8814         unreachable if [__ASSUME_ATFCTS].
8815         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8816         not undefine and redefine.
8817         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8818         <kernel-features.h>.
8819         (faccessat) [__NR_faccessat]: Make code unconditional.
8820         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8821         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8822         <kernel-features.h>.
8823         (fchmodat) [__NR_fchmodat]: Make code unconditional.
8824         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8825         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8826         <kernel-features.h>.
8827         (fchownat) [__NR_fchownat]: Make code unconditional.
8828         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8829         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8830         <kernel-features.h>.
8831         (futimesat) [__NR_futimesat]: Make code unconditional.
8832         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8833         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8834         <kernel-features.h>.
8835         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8836         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8837         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8838         <kernel-features.h>.
8839         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8840         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8841         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8842         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8843         <kernel-features.h>.
8844         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8845         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8846         * sysdeps/unix/sysv/linux/linkat.c: Do not include
8847         <kernel-features.h>.
8848         (linkat) [__NR_linkat]: Make code unconditional.
8849         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8850         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8851         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8852         <kernel-features.h>.
8853         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8854         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8855         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8856         <kernel-features.h>.
8857         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8858         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8859         * sysdeps/unix/sysv/linux/openat.c: Do not include
8860         <kernel-features.h>.
8861         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8862         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8863         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8864         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8865         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8866         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8867         <kernel-features.h>.
8868         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8869         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8870         result of INLINE_SYSCALL directly, not via int variable.
8871         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8872         <kernel-features.h>.
8873         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8874         (renameat) [__NR_renameat]: Make code unconditional.
8875         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8876         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8877         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8878         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8879         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8880         (__ASSUME_ATFCTS): Do not undefine and redefine.
8881         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8882         <kernel-features.h>.
8883         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8884         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8885         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8886         <kernel-features.h>.
8887         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8888         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8889         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8890         (__ASSUME_ATFCTS): Do not undefine and redefine.
8891         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8892         <kernel-features.h>.
8893         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8894         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8895         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8896         <kernel-features.h>.
8897         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8898         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8899
8900 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8901
8902         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8903
8904 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8905
8906         [BZ #17069]
8907         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8908         constructed tree before returning error.
8909         * posix/bug-regexp36.c: Expand test case.
8910
8911 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8912
8913         [BZ #6803]
8914         * math/libm-test.inc (scalbln_test_date):
8915         Add errno expectations.
8916         * math/w_scalblnf.c: New File.
8917         Add wrapper which checks for setting errno to ERANGE.
8918         Add weak_alias for corresponding scalbln function.
8919         * math/w_scalbln.c: Likewise.
8920         * math/w_scalblnl.c: Likewise.
8921         * math/Makefile (libm-calls): Add w_scalbln.
8922         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8923         Remove weak_alias for corresponding scalbln function.
8924         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8925         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8926         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8927         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8928         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8929         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8930         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8931         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8932         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8933         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8934         Remove long_double_symbol for scalblnl function in libm, libc.
8935         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8936         Add wrapper which checks for setting errno to ERANGE.
8937         Add long_double_symbol for scalblnl function in libm, libc.
8938         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8939         Remove long_double_symbol for scalblnl in libm.
8940         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8941         Add wrapper which checks for setting errno to ERANGE.
8942         Add long_double_symbol for scalblnl function in libm.
8943         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8944         Do not use wrapper because of own implementation.
8945
8946 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8947
8948         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8949         3 bytes for __pad1 for x32.
8950         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8951
8952 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8953             H.J. Lu  <hongjiu.lu@intel.com>
8954
8955         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8956         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8957         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8958         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8959         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8960
8961 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8962
8963         [BZ #17069]
8964         * posix/regcomp.c (parse_expression): Deallocate partially
8965         constructed tree before returning error.
8966         * posix/Makefile.c (tests): Add bug-regex36.
8967         (generated): Add bug-regex36.mtrace.
8968         (tests-special): Add $(objpfx)bug-regex36-mem.out
8969         (bug-regex36-ENV): New variable.
8970         ($(objpfx)bug-regex36-mem.out): New rule.
8971         * posix/bug-regex36.c: New file.
8972
8973 2014-06-19  Will Newton  <will.newton@linaro.org>
8974
8975         * malloc/malloc.c (systrim): If extra is zero then return
8976         early.
8977
8978 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8979
8980         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8981
8982 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8983
8984         * sysdeps/aarch64/strchr.S: New file.
8985
8986 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8987
8988         [BZ #17022]
8989         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8990         from arguments -2 or below.
8991         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8992         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8993
8994 2014-06-18  Andreas Schwab  <schwab@suse.de>
8995
8996         [BZ #17062]
8997         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8998         of a bracket expr not to run off the end of the string.
8999         * posix/Makefile (tests): Add tst-fnmatch3.
9000         * posix/tst-fnmatch3.c: New file.
9001
9002 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
9003
9004         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
9005         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9006         [$(cross-compiling) = no]: Likewise.
9007         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9008         [$(cross-compiling) = no]: Likewise.
9009
9010 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9011
9012         [BZ #17031]
9013         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
9014         double, adjusted for any remainder from the high double.
9015         * math/libm-test.inc (nearbyint): Add tests.
9016         (rint): Likewise.
9017
9018 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9019
9020         * nptl/sysdeps/powerpc/Makefile: Moved ...
9021         * sysdeps/powerpc/nptl/Makefile: ... here.
9022         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
9023         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
9024         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
9025         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
9026         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
9027         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
9028         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
9029         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
9030         * nptl/sysdeps/powerpc/tls.h: Moved ...
9031         * sysdeps/powerpc/nptl/tls.h: ... here.
9032
9033 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
9034
9035         [BZ #16681]
9036         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
9037         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
9038         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
9039         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
9040         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
9041         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
9042         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
9043         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
9044         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
9045
9046 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
9047
9048         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9049
9050 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
9051
9052         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
9053         defined operator.
9054
9055         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
9056         $TIMEOUTFACTOR.
9057
9058 2014-06-16  Florian Weimer  <fweimer@redhat.com>
9059
9060         [BZ #17058]
9061         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
9062         non-executed part of the test.
9063
9064 2014-06-16  Andreas Schwab  <schwab@suse.de>
9065
9066         * string/bits/string2.h (strdup, strndup): Update feature guard.
9067
9068 2014-06-14  David S. Miller  <davem@davemloft.net>
9069
9070         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9071
9072 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
9073
9074         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
9075         that was previously under [RESET_PID].
9076         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
9077
9078         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
9079         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
9080         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
9081         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9082         (__libc_vfork): New strong alias.
9083         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
9084
9085 2014-06-14 Andi Kleen  <ak@linux.intel.com>
9086
9087         * sysdeps/generic/elide.h: New file.
9088
9089 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
9090
9091         * Makefile (installed-headers): Adjust path of pthread.h header.
9092
9093 2014-06-13  Roland McGrath  <roland@hack.frob.com>
9094
9095         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
9096         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
9097         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
9098         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
9099
9100         * nptl/sysdeps/s390/Makefile: Moved ...
9101         * sysdeps/s390/nptl/Makefile: ... here.
9102         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
9103         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
9104         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
9105         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
9106         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
9107         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
9108         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
9109         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
9110         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
9111         * sysdeps/s390/nptl/pthreaddef.h: ... here.
9112         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
9113         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
9114         * nptl/sysdeps/s390/tls.h: Moved ...
9115         * sysdeps/s390/nptl/tls.h: ... here.
9116
9117         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
9118         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
9119
9120 2014-06-13  David S. Miller  <davem@davemloft.net>
9121
9122         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
9123         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
9124         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
9125         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
9126         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
9127         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
9128         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
9129         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
9130         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
9131         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
9132         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
9133         Remove RESET_PID cpp guards.
9134         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
9135         Remove RESET_PID cpp guards.
9136         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
9137
9138 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
9139
9140         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
9141         __sp to uintptr_t.
9142
9143 2014-06-13  Andi Kleen  <ak@linux.intel.com>
9144
9145         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
9146         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
9147         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
9148         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
9149         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
9150         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
9151         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
9152         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
9153         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
9154         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
9155         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
9156         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
9157         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
9158         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
9159         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
9160         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
9161         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
9162         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
9163         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
9164         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
9165
9166         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
9167         (pthread_rwlock_rdlock): Add elision.
9168         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
9169         (pthread_rwlock_wrlock): Add elision.
9170         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
9171         (pthread_rwlock_trywrlock): Add elision.
9172         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
9173         (pthread_rwlock_tryrdlock): Add elision.
9174         * nptl/pthread_rwlock_unlock.c: Include elide.h.
9175         (pthread_rwlock_tryrdlock): Add elision unlock.
9176         * nptl/sysdeps/pthread/pthread.h:
9177         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
9178         (PTHREAD_RWLOCK_INITIALIZER,
9179         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
9180         Handle new elision field.
9181         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
9182         * sysdeps/arm/nptl/bits/pthreadtypes.h
9183         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9184         * sysdeps/sh/nptl/bits/pthreadtypes.h
9185         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9186         * sysdeps/tile/nptl/bits/pthreadtypes.h
9187         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9188         * sysdeps/a/nptl/bits/pthreadtypes.h
9189         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9190         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
9191         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9192         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
9193         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9194         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
9195         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9196         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
9197         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9198         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
9199         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9200         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
9201         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9202         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
9203         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9204         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
9205         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9206         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
9207         (elision_init): Set try_xbegin to zero when no RTM.
9208         * sysdeps/x86/nptl/bits/pthreadtypes.h
9209         (pthread_rwlock_t): Change __pad1 to __rwelision.
9210         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9211
9212 2014-06-13  Andi Kleen  <ak@linux.intel.com>
9213
9214         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
9215         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
9216         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
9217         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
9218
9219 2014-06-13  Meador Inge  <meadori@codesourcery.com>
9220
9221         [BZ #16996]
9222         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
9223         that the cached result has been set before returning it.
9224
9225 2014-06-12  Roland McGrath  <roland@hack.frob.com>
9226
9227         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
9228         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
9229         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
9230         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
9231         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
9232         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
9233
9234         * nptl/sysdeps/sparc/Makefile: Moved ...
9235         * sysdeps/sparc/nptl/Makefile: ... here.
9236         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
9237         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
9238         * nptl/sysdeps/sparc/tls.h: Moved ...
9239         * sysdeps/sparc/nptl/tls.h: ... here.
9240         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
9241         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
9242         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
9243         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
9244         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
9245         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
9246         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
9247         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
9248         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
9249         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
9250         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
9251         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
9252         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
9253         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
9254         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
9255         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
9256         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
9257         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
9258         Update #include.
9259         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
9260         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
9261         Update #include.
9262         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
9263         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
9264         Update #include.
9265         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
9266         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
9267         Update #include.
9268
9269         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
9270
9271         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
9272         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
9273
9274         * sysdeps/pthread/posix-timer.h: Include <list.h>.
9275         (struct list_links): Type removed.
9276         (struct thread_node, struct timer_node): Replace struct list_links
9277         with struct list_head.
9278         (list_unlink_ip): Likewise.
9279         * sysdeps/pthread/timer_routines.c
9280         (timer_free_list, thread_free_list, thread_active_list): Likewise.
9281         (list_append, list_insbefore): Likewise.
9282         (list_init): Function removed.
9283         (thread_init, init_module): Use INIT_LIST_HEAD instead.
9284         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
9285         * sysdeps/pthread/Makefile: ... here, new file.
9286
9287         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
9288         * sysdeps/nptl/Implies: ... here.
9289         * sysdeps/unix/sysv/linux/Implies: Add nptl.
9290         * nptl/sysdeps/pthread/list.h: Moved ...
9291         * include/list.h: ... here.
9292         * nptl/sysdeps/pthread/createthread.c: Moved ...
9293         * nptl/createthread.c: ... here.
9294         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
9295         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
9296         * nptl/pt-longjmp.c: ... here.
9297         * nptl/sysdeps/pthread/Makefile: Moved ...
9298         * sysdeps/nptl/Makefile: ... here.
9299         * nptl/sysdeps/pthread/Subdirs: Moved ...
9300         * sysdeps/nptl/Subdirs: ... here.
9301         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
9302         * sysdeps/nptl/aio_misc.h: ... here.
9303         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
9304         * sysdeps/nptl/bits/libc-lock.h: ... here.
9305         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
9306         * sysdeps/nptl/bits/libc-lockP.h: ... here.
9307         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
9308         * sysdeps/nptl/bits/stdio-lock.h: ... here.
9309         * nptl/sysdeps/pthread/configure: Moved ...
9310         * sysdeps/nptl/configure: ... here.
9311         * nptl/sysdeps/pthread/configure.ac: Moved ...
9312         * sysdeps/nptl/configure.ac: ... here.
9313         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
9314         * sysdeps/nptl/gai_misc.h: ... here.
9315         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
9316         * sysdeps/nptl/librt-cancellation.c: ... here.
9317         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
9318         * sysdeps/nptl/malloc-machine.h: ... here.
9319         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
9320         * sysdeps/nptl/pthread-functions.h: ... here.
9321         * nptl/sysdeps/pthread/pthread.h: Moved ...
9322         * sysdeps/nptl/pthread.h: ... here.
9323         * nptl/sysdeps/pthread/setxid.h: Moved ...
9324         * sysdeps/nptl/setxid.h: ... here.
9325         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
9326         * sysdeps/nptl/sigfillset.c: ... here.
9327         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
9328         * sysdeps/nptl/tcb-offsets.h: ... here.
9329         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
9330         * sysdeps/nptl/tst-mqueue8x.c: ... here.
9331         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
9332         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
9333         * nptl/sysdeps/pthread/allocalim.h: Moved ...
9334         * sysdeps/pthread/allocalim.h: ... here.
9335         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
9336         * sysdeps/pthread/bits/sigthread.h: ... here.
9337         * nptl/sysdeps/pthread/flockfile.c: Moved ...
9338         * sysdeps/pthread/flockfile.c: ... here.
9339         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
9340         * sysdeps/pthread/ftrylockfile.c: ... here.
9341         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
9342         * sysdeps/pthread/funlockfile.c: ... here.
9343         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
9344         * sysdeps/pthread/posix-timer.h: ... here.
9345         * nptl/sysdeps/pthread/timer_create.c: Moved ...
9346         * sysdeps/pthread/timer_create.c: ... here.
9347         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
9348         * sysdeps/pthread/timer_delete.c: ... here.
9349         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
9350         * sysdeps/pthread/timer_getoverr.c: ... here.
9351         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
9352         * sysdeps/pthread/timer_gettime.c: ... here.
9353         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
9354         * sysdeps/pthread/timer_routines.c: ... here.
9355         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
9356         * sysdeps/pthread/timer_settime.c: ... here.
9357         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
9358         * sysdeps/pthread/tst-timer.c: ... here.
9359         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
9360         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
9361
9362         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
9363         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
9364
9365         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
9366         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
9367         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
9368         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
9369         Update #include target.
9370         * nptl/sysdeps/i386/i686/Makefile: Moved ...
9371         * sysdeps/i386/i686/nptl/Makefile: ... here.
9372         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
9373         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
9374         Update #include target.
9375         * nptl/sysdeps/i386/i686/tls.h: Moved ...
9376         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
9377         * nptl/sysdeps/i386/Makefile: Moved ...
9378         * sysdeps/i386/nptl/Makefile: ... here.
9379         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
9380         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
9381         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
9382         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
9383         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
9384         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
9385         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
9386         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
9387         * sysdeps/i386/nptl/pthreaddef.h: ... here.
9388         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
9389         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
9390         * nptl/sysdeps/i386/tls.h: Moved ...
9391         * sysdeps/i386/nptl/tls.h: ... here.
9392
9393         * sysdeps/sh/Makefile [$(subdir) = csu]
9394         (gen-as-const-headers): Add tcb-offsets.sym.
9395         * nptl/sysdeps/sh/Makefile: File removed.
9396         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
9397         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
9398         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
9399         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
9400         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
9401         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
9402         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
9403         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
9404         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
9405         * sysdeps/sh/nptl/pthreaddef.h: ... here.
9406         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
9407         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
9408         * nptl/sysdeps/sh/tls.h: Moved ...
9409         * sysdeps/sh/nptl/tls.h: ... here.
9410         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
9411         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
9412         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
9413         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
9414         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
9415         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
9416         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
9417         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
9418         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
9419         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
9420         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
9421         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
9422         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
9423         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
9424         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
9425         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
9426         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
9427         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
9428         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
9429         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
9430         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
9431         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
9432         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
9433         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
9434         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
9435         Moved ...
9436         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
9437         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
9438         Moved ...
9439         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
9440         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
9441         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
9442         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
9443         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
9444         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
9445         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
9446         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
9447         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
9448         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
9449         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
9450         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
9451         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
9452         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
9453         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
9454         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
9455         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
9456         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
9457         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
9458
9459 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
9460
9461         * posix/spawn_faction_addopen.c: Include string.h.
9462
9463 2014-06-11  Roland McGrath  <roland@hack.frob.com>
9464
9465         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
9466         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
9467         * nptl/sysdeps/x86_64/Makefile: Moved ...
9468         * sysdeps/x86_64/nptl/Makefile: ... here.
9469         * nptl/sysdeps/x86_64/configure: Moved ...
9470         * sysdeps/x86_64/nptl/configure: ... here.
9471         * nptl/sysdeps/x86_64/configure.ac: Moved ...
9472         * sysdeps/x86_64/nptl/configure.ac: ... here.
9473         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
9474         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
9475         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
9476         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
9477         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
9478         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
9479         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
9480         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
9481         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
9482         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
9483         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
9484         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
9485         * nptl/sysdeps/x86_64/tls.h: Moved ...
9486         * sysdeps/x86_64/nptl/tls.h: ... here.
9487         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
9488         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
9489         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
9490         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
9491
9492         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
9493
9494 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9495
9496         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9497
9498 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
9499
9500         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
9501         type.
9502         [POSIX] (off_t): Likewise.
9503         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
9504         [POSIX] (S_ISBLK): Require macro.
9505         [POSIX] (S_ISCHR): Likewise.
9506         [POSIX] (S_ISDIR): Likewise.
9507         [POSIX] (S_ISFIFO): Likewise.
9508         [POSIX] (S_ISREG): Likewise.
9509         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
9510         optional-macro.
9511         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
9512         type.
9513         [POSIX] (time_t): Likewise.
9514         [POSIX] (timer_t): Likewise.
9515
9516 2014-06-11  Florian Weimer  <fweimer@redhat.com>
9517
9518         [BZ #17048]
9519         * posix/spawn_int.h (struct __spawn_action): Make the path string
9520         non-const to support deallocation.
9521         * posix/spawn_faction_addopen.c
9522         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
9523         * posix/spawn_faction_destroy.c
9524         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
9525         path in all spawn_do_open actions.
9526         * posix/tst-spawn.c (do_test): Exercise the copy operation in
9527         posix_spawn_file_actions_addopen.
9528
9529 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
9530
9531         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
9532         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
9533         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
9534         conditional code always true.
9535         (__libc_vfork): New alias.
9536
9537 2014-06-11  Roland McGrath  <roland@hack.frob.com>
9538
9539         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9540         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
9541
9542         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
9543
9544         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9545         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
9546
9547         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
9548         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
9549
9550         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9551         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
9552
9553 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9554
9555         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
9556         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
9557         multiarch strcmp for PPC64.
9558         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
9559         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
9560         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
9561         multiarch optimizations.
9562         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9563         (__libc_ifunc_impl_list): Likewise.
9564
9565 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
9566
9567         * benchtests/scripts/validate_benchout.py: New script.
9568         * benchtests/Makefile (bench-func): Call it.
9569         * benchtests/scripts/benchout.schema.json: New file.
9570
9571 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
9572
9573         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
9574         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
9575         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
9576         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
9577         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
9578         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
9579         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
9580         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
9581         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
9582         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
9583         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
9584         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
9585         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
9586         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
9587         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
9588         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
9589         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
9590         Moved ...
9591         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
9592         ... here.
9593         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
9594         Moved ...
9595         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
9596         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
9597         Moved ...
9598         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
9599         ... here.
9600         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
9601         Moved ...
9602         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
9603         ... here.
9604         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
9605         Moved ...
9606         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
9607         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
9608         Moved ...
9609         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
9610         ... here.
9611         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
9612         Moved ...
9613         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
9614         ... here.
9615         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
9616         Moved ...
9617         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
9618         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
9619         Moved ...
9620         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
9621         ... here.
9622         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
9623         Moved ...
9624         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
9625         ... here.
9626         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
9627         Moved ...
9628         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
9629         ... here.
9630         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
9631         Moved ...
9632         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
9633         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
9634         Moved ...
9635         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
9636         ... here.
9637         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
9638         Moved ...
9639         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
9640         ... here.
9641         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
9642         Moved ...
9643         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
9644         ... here.
9645         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
9646         Moved ...
9647         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
9648         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
9649         Moved ...
9650         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
9651         ... here.
9652         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
9653         Moved ...
9654         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
9655         ... here.
9656         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
9657         Moved ...
9658         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
9659         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
9660         Moved ...
9661         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
9662         ... here.
9663         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
9664         Moved ...
9665         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
9666         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
9667         Moved ...
9668         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
9669         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
9670         Moved ...
9671         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
9672         ... here.
9673         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
9674         Moved ...
9675         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
9676         ... here.
9677         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
9678         Moved ...
9679         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
9680         ... here.
9681         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
9682         Moved ...
9683         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
9684         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
9685         Moved ...
9686         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
9687         ... here.
9688         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
9689         Moved ...
9690         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
9691         ... here.
9692         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
9693         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
9694         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
9695         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
9696         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
9697         Moved ...
9698         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
9699         ... here.
9700         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
9701         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
9702         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
9703         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
9704         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
9705         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
9706         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
9707         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
9708         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
9709         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
9710         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
9711         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
9712         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
9713         Moved ...
9714         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
9715         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
9716         Moved ...
9717         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
9718         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
9719         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
9720         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
9721         Moved ...
9722         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
9723         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
9724         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
9725         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
9726         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
9727         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
9728         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
9729
9730 2014-06-10  Wilco  <wdijkstr@arm.com>
9731
9732         * math/test-fenv-return.c: New file.
9733         * math/Makefile: Add new test test-fenv-return.
9734
9735 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
9736
9737         [BZ #17042]
9738         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
9739         when x - 1 is zero.
9740         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
9741         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
9742         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
9743         0.0L for an argument of 1.0L.
9744         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
9745         Likewise.
9746         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
9747         value when x - 1 is zero.
9748         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
9749         * sysdeps/i386/fpu/libm-test-ulps: Update.
9750         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9751
9752 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
9753
9754         [BZ #15119]
9755         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
9756
9757 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9758
9759         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
9760         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
9761
9762 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9763
9764         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9765         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
9766
9767         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9768         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
9769
9770         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9771         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
9772
9773         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9774         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
9775
9776         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
9777         if not already defined.
9778         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
9779         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
9780         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
9781         (TLS_INIT_TP): Use it.
9782         (TLS_DEFINE_INIT_TP): New macro.
9783         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
9784
9785 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
9786
9787         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
9788         constant.
9789         [POSIX] (IXANY): Likewise.
9790         [POSIX] (OLCUC): Likewise.
9791         [POSIX || POSIX2008] (CBAUD): Do not allow.
9792         [POSIX || POSIX2008] (DEFECHO): Likewise.
9793         [POSIX || POSIX2008] (ECHOCTL): Likewise.
9794         [POSIX || POSIX2008] (ECHOKE): Likewise.
9795         [POSIX || POSIX2008] (ECHOPRT): Likewise.
9796         [POSIX || POSIX2008] (EXTA): Likewise.
9797         [POSIX || POSIX2008] (EXTB): Likewise.
9798         [POSIX || POSIX2008] (FLUSHO): Likewise.
9799         [POSIX || POSIX2008] (LOBLK): Likewise.
9800         [POSIX || POSIX2008] (PENDIN): Likewise.
9801         [POSIX || POSIX2008] (SWTCH): Likewise.
9802         [POSIX || POSIX2008] (VDISCARD): Likewise.
9803         [POSIX || POSIX2008] (VDSUSP): Likewise.
9804         [POSIX || POSIX2008] (VLNEXT): Likewise.
9805         [POSIX || POSIX2008] (VREPRINT): Likewise.
9806         [POSIX || POSIX2008] (VSTATUS): Likewise.
9807         [POSIX || POSIX2008] (VWERASE): Likewise.
9808         (B*): Change to B[0123456789]*.
9809         * conform/data/time.h-data [POSIX || UNIX98]
9810         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9811         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9812         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9813         [POSIX] (tm_*): Do not allow.
9814
9815 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
9816
9817         * Makefile (install): Don't set LANGUAGE.
9818         * Makefile.in (install): Likewise.
9819         * assert/Makefile (test-assert-ENV): Remove variable.
9820         (test-assert-perr-ENV): Likewise.
9821         * elf/Makefile (neededtest4-ENV): Likewise.
9822         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9823         [$(cross-compiling) = no]: Don't set LANGUAGE.
9824         * io/ftwtest-sh (LANG): Remove variable.
9825         * libio/Makefile (tst-widetext-ENV): Likewise.
9826         * manual/install.texi (Running make install): Don't refer to
9827         environment settings for make install.
9828         * INSTALL: Regenerated.
9829         * nptl/tst-tls6.sh: Don't set LANG.
9830         * posix/globtest.sh (LANG): Remove variable.
9831         * string/Makefile (tester-ENV): Likewise.
9832         (inl-tester-ENV): Likewise.
9833         (noinl-tester-ENV): Likewise.
9834         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9835         [$(cross-compiling) = no]: Don't set LANGUAGE.
9836         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9837         without explicit environment settings.
9838
9839 2014-06-06  Roland McGrath  <roland@hack.frob.com>
9840
9841         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9842         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9843         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9844         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9845
9846 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
9847
9848         * crypt/crypt-private.h [DOS]: Add some includes taken from the
9849         other files in the crypt directory.
9850         * crypt/crypt.c: Remove duplicate includes.
9851         * crypt/crypt-entry.c: Likewise.
9852         * crypt/crypt_util.c: Likewise.
9853
9854 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
9855
9856         * Makeconfig (run-program-env): New variable.
9857         (run-program-prefix-before-env): Likewise.
9858         (run-program-prefix-after-env): Likewise.
9859         (run-program-prefix): Define in terms of new variables.
9860         (built-program-cmd-before-env): New variable.
9861         (built-program-cmd-after-env): Likewise.
9862         (built-program-cmd): Define in terms of new variables.
9863         (test-program-prefix-before-env): New variable.
9864         (test-program-prefix-after-env): Likewise.
9865         (test-program-prefix): Define in terms of new variables.
9866         (test-program-cmd-before-env): New variable.
9867         (test-program-cmd-after-env): Likewise.
9868         (test-program-cmd): Define in terms of new variables.
9869         * Rules (make-test-out): Use $(run-program-env).
9870         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9871         (help): Do not mention environment variables.  Mention
9872         --timeoutfactor option.
9873         (timeoutfactor): New variable.
9874         (blacklist_exports): Remove function.
9875         (exports): Remove variable.
9876         (command): Do not include ${exports}.
9877         * manual/install.texi (Configuring and compiling): Do not mention
9878         test wrappers preserving environment variables.  Mention that last
9879         assignment to a variable must take precedence.
9880         * INSTALL: Regenerated.
9881         * benchtests/Makefile (run-bench): Use $(run-program-env).
9882         * catgets/Makefile ($(objpfx)test1.cat): Use
9883         $(built-program-cmd-before-env), $(run-program-env) and
9884         $(built-program-cmd-after-env).
9885         ($(objpfx)test2.cat): Do not specify environment variables
9886         explicitly.
9887         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9888         $(run-program-env) and $(built-program-cmd-after-env).
9889         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9890         $(run-program-env) and $(test-program-cmd-after-env).
9891         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9892         explicitly.
9893         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9894         run_program_env and test_program_cmd_after_env arguments.
9895         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9896         * elf/tst-pathopt.sh: Use run_program_env argument.
9897         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9898         $(test-wrapper-env) and $(run-program-env).
9899         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9900         run_program_env arguments.
9901         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9902         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9903         $(test-program-prefix-before-env), $(run-program-env) and
9904         $(test-program-prefix-after-env).
9905         ($(objpfx)tst-gettext2.out): Likewise.
9906         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9907         run_program_env and test_program_prefix_after_env arguments.
9908         * intl/tst-gettext2.sh: Likewise.
9909         * intl/tst-gettext4.sh: Do not set environment variables
9910         explicitly.
9911         * intl/tst-gettext6.sh: Likewise.
9912         * intl/tst-translit.sh: Likewise.
9913         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9914         $(test-program-prefix-before-env), $(run-program-env) and
9915         $(test-program-prefix-after-env).
9916         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9917         run_program_env and test_program_prefix_after_env arguments.
9918         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9919         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9920         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9921         explicitly with each use of ${test_wrapper_env}.
9922         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9923         $(test-program-prefix-before-env), $(run-program-env) and
9924         $(test-program-prefix-after-env).
9925         * posix/tst-getconf.sh: Do not set environment variables
9926         explicitly.
9927         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9928         run_program_env and test_program_prefix_after_env arguments.
9929         * stdio-common/tst-printf.sh: Do not set environment variables
9930         explicitly.
9931         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9932         $(test-program-prefix-before-env), $(run-program-env) and
9933         $(test-program-prefix-after-env).
9934         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9935         run_program_env and test_program_prefix_after_env arguments.
9936         Split $test calls into $test_pre and $test.
9937         * timezone/Makefile (build-testdata): Use
9938         $(built-program-cmd-before-env), $(run-program-env) and
9939         $(built-program-cmd-after-env).
9940
9941 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9942
9943         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9944         strlen for non SHARED builds.
9945
9946 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9947
9948         * nptl/allocatestack.c (check_list): Inlined function...
9949         (__reclaim_stacks): ... here.
9950
9951 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9952
9953         [BZ #15698]
9954         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9955         memory overrun.
9956
9957 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9958
9959         * Rules (make-test-out): Include
9960         LOCPATH=$(common-objpfx)localedata in default environment.
9961         * debug/Makefile (tst-chk1-ENV): Remove variable.
9962         (tst-chk2-ENV): Likewise.
9963         (tst-chk3-ENV): Likewise.
9964         (tst-chk4-ENV): Likewise.
9965         (tst-chk5-ENV): Likewise.
9966         (tst-chk6-ENV): Likewise.
9967         (tst-lfschk1-ENV): Likewise.
9968         (tst-lfschk2-ENV): Likewise.
9969         (tst-lfschk3-ENV): Likewise.
9970         (tst-lfschk4-ENV): Likewise.
9971         (tst-lfschk5-ENV): Likewise.
9972         (tst-lfschk6-ENV): Likewise.
9973         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9974         (tst-iconv7-ENV): Likewise.
9975         * intl/Makefile (LOCPATH-ENV): Likewise.
9976         (tst-codeset-ENV): Likewise.
9977         (tst-gettext3-ENV): Likewise.
9978         (tst-gettext5-ENV): Likewise.
9979         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9980         (tst-fopenloc-ENV): Likewise.
9981         (tst-fgetws-ENV): Remove variable.
9982         (tst-ungetwc1-ENV): Likewise.
9983         (tst-ungetwc2-ENV): Likewise.
9984         (bug-ungetwc2-ENV): Likewise.
9985         (tst-swscanf-ENV): Likewise.
9986         (bug-ftell-ENV): Likewise.
9987         (tst-fgetwc-ENV): Likewise.
9988         (tst-fseek-ENV): Likewise.
9989         (tst-ftell-partial-wide-ENV): Likewise.
9990         (tst-ftell-active-handler-ENV): Likewise.
9991         (tst-ftell-append-ENV): Likewise.
9992         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9993         (tst-regexloc-ENV): Likewise.
9994         (bug-regex1-ENV): Likewise.
9995         (tst-regex-ENV): Likewise.
9996         (tst-regex2-ENV): Likewise.
9997         (bug-regex5-ENV): Likewise.
9998         (bug-regex6-ENV): Likewise.
9999         (bug-regex17-ENV): Likewise.
10000         (bug-regex18-ENV): Likewise.
10001         (bug-regex19-ENV): Likewise.
10002         (bug-regex20-ENV): Likewise.
10003         (bug-regex22-ENV): Likewise.
10004         (bug-regex23-ENV): Likewise.
10005         (bug-regex25-ENV): Likewise.
10006         (bug-regex26-ENV): Likewise.
10007         (bug-regex30-ENV): Likewise.
10008         (bug-regex32-ENV): Likewise.
10009         (bug-regex33-ENV): Likewise.
10010         (bug-regex34-ENV): Likewise.
10011         (bug-regex35-ENV): Likewise.
10012         (tst-rxspencer-ENV): Likewise.
10013         (tst-rxspencer-no-utf8-ENV): Likewise.
10014         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
10015         (tst-sscanf-ENV): Likewise.
10016         (tst-swprintf-ENV): Likewise.
10017         (tst-swscanf-ENV): Likewise.
10018         (test-vfprintf-ENV): Likewise.
10019         (scanf13-ENV): Likewise.
10020         (bug14-ENV): Likewise.
10021         (tst-grouping-ENV): Likewise.
10022         * stdlib/Makefile (tst-strtod-ENV): Likewise.
10023         (tst-strtod3-ENV): Likewise.
10024         (tst-strtod4-ENV): Likewise.
10025         (tst-strtod5-ENV): Likewise.
10026         (testmb2-ENV): Likewise./
10027         * string/Makefile (tst-strxfrm-ENV): Likewise.
10028         (tst-strxfrm2-ENV): Likewise.
10029         (bug-strcoll1-ENV): Likewise.
10030         (test-strcasecmp-ENV): Likewise.
10031         (test-strncasecmp-ENV): Likewise.
10032         * time/Makefile (tst-strptime-ENV): Likewise.
10033         (tst-ftime_l-ENV): Likewise.
10034         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
10035         (tst-mbrtowc-ENV): Likewise.
10036         (tst-wcrtomb-ENV): Likewise.
10037         (tst-mbrtowc2-ENV): Likewise.
10038         (tst-c16c32-1-ENV): Likewise.
10039         (tst-mbsnrtowcs-ENV): Likewise.
10040
10041 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
10042
10043         * manual/resource.texi (How to get information about the memory
10044         subsystem?): Fix typo.
10045         Reported by Peon de la Parra Ivan <peon@keba.com>
10046
10047 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
10048
10049         [BZ #16882]
10050         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
10051         (pthread_spin_lock): Branch out of spin loop to proper location.
10052         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
10053         (pthread_spin_lock): Likewise.
10054
10055         * nptl/tst-spin4.c: New test.
10056         * nptl/Makefile (tests): Add tst-spin4.
10057
10058 2014-06-03  Andreas Schwab  <schwab@suse.de>
10059
10060         [BZ #15946]
10061         * resolv/res_send.c (send_dg): Reload file descriptor after
10062         calling reopen.
10063
10064 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
10065
10066         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10067
10068 2014-06-03  Richard Henderson  <rth@redhat.com>
10069
10070         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
10071         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
10072         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
10073         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
10074         in the SAVE_PID block.
10075         (__libc_vfork): New alias.
10076         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
10077
10078         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
10079         child in registers, not on the stack.  Remove RESET_PID conditionals.
10080         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
10081
10082 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10083
10084         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10085
10086 2014-06-03  Wilco  <wdijkstr@arm.com>
10087
10088         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
10089         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
10090         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
10091         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
10092         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
10093         Likewise.
10094
10095 2014-06-03  Wilco  <wdijkstr@arm.com>
10096
10097         * sysdeps/aarch64/fpu/math_private.h
10098         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
10099         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
10100         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
10101         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
10102         Fix declarations.
10103
10104 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
10105
10106         * crypt/crypt-private.h: Include ufc-crypt.h.
10107         (__b64_from_24bit): Declare extern.
10108         * crypt/crypt_util.c(__b64_from_24bit): New function.
10109         (b64t): New static const variable.
10110         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
10111         (b64t): Remove variable.
10112         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
10113         * crypt/sha256-crypt.c: Include crypt-private.h.
10114         (b64t): Remove variable.
10115         (__sha256_crypt_r): Remove b64_from_24bit and replace
10116         with __b64_from_24bit.
10117         * crypt/sha512-crypt.c: Likewise.
10118
10119 2014-06-02  Roland McGrath  <roland@hack.frob.com>
10120
10121         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
10122         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
10123         Label the code __libc_vfork rather than __vfork.
10124         [!NOT_IN_libc] (vfork): Define as weak alias.
10125         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
10126         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
10127         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
10128
10129 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10130
10131         * malloc/malloc.c (malloc_info): Fix format specifier for
10132         n_mmaps.
10133
10134 2014-06-02  Wilco  <wdijkstr@arm.com>
10135
10136         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
10137         FPCR write.
10138
10139 2014-06-02  Wilco  <wdijkstr@arm.com>
10140
10141         [BZ #17009]
10142         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
10143         Rewrite to reduce FPCR/FPSR accesses.
10144
10145 2014-06-01  David S. Miller  <davem@davemloft.net>
10146
10147         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10148
10149 2014-05-31  David S. Miller  <davem@davemloft.net>
10150
10151         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
10152         to occur in round to nearest mode when |x| >= 2.0
10153
10154 2014-05-30  Richard Henderson  <rth@twiddle.net>
10155
10156         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
10157         (PSEUDO_RET_NOERRNO): Remove.
10158         (ret): Don't redefine.
10159         (ret_NOERRNO): Define in terms of ret.
10160         (ret_ERRVAL): Likewise.
10161
10162         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
10163         use of PSEUDO_RET; perform the error check directly.
10164
10165 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
10166
10167         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
10168         with __int128_t.
10169
10170 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10171
10172         * malloc/malloc (malloc_info): Fix formatting.
10173
10174 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10175             Roland McGrath  <roland@hack.frob.com>
10176
10177         * malloc/malloc (malloc_info): Also print mmapped statistics.
10178
10179 2014-05-30  Roland McGrath  <roland@hack.frob.com>
10180
10181         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
10182         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
10183
10184 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
10185
10186         * malloc/malloc.c (malloc_info): Inline mi_arena.
10187
10188 2014-05-29  Richard Henderson  <rth@twiddle.net>
10189
10190         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
10191         Remove comma before expanding ASM_ARGS_##nr.
10192         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
10193         Make _x0 a strict output; make _x8 a strict input; adjust expansion
10194         of ASM_ARGS_##nr.
10195         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
10196         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
10197         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
10198         (ASM_ARGS_1): Add leading comma.
10199
10200         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
10201         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
10202         to __errno_location.
10203         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
10204         Remove the expected plt for __errno_location.
10205
10206         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10207         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
10208         call to __read_tp.
10209
10210         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10211         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
10212         it and break it down.
10213         (DOCARGS_0, DOCARGS_1): Do nothing.
10214         (DOCARGS_2): Update to store into the new stack frame.
10215         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
10216         (UNDOCARGS_1): Update to restore from the new stack frame.
10217         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
10218         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
10219
10220         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10221         (SINGLE_THREAD_P): New parameter for result regno.
10222         (PSEUDO): Update to match; use cbz instead of beq.
10223
10224         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10225         Use ENTRY to define the _nocancel entry point.  Share the syscall
10226         and syscall error check paths with the cancel path.
10227         (PSEUDO_END): New.
10228
10229         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
10230         whitespace; tabs before and after asm mnemonics.
10231
10232 2014-05-29  Eric Wong  <normalperson@yhbt.net>
10233
10234         [BZ #15132]
10235         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
10236         Call fstat64 or stat64 internally, depending on arguments passed.
10237         Replace stat buffer argument with file descriptor argument.
10238         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
10239         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10240         Pass fd to __internal_statvfs instead of calling fstat64.
10241         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
10242         Pass fd to __internal_statvfs64 instead of calling fstat64.
10243         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
10244         Pass -1 to __internal_statvfs instead of calling stat64.
10245         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
10246         Pass -1 to __internal_statvfs64 instead of calling stat64.
10247
10248 2014-05-28  Roland McGrath  <roland@hack.frob.com>
10249
10250         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
10251         that was previously under [RESET_PID].
10252         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
10253
10254         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
10255         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
10256
10257 2014-05-27  Roland McGrath  <roland@hack.frob.com>
10258
10259         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
10260
10261         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
10262         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
10263
10264 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
10265
10266         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
10267
10268 2014-05-27  Andreas Schwab  <schwab@suse.de>
10269
10270         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
10271         TLS_INIT_TP macro.
10272         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
10273         * elf/rtld.c (init_tls, dl_main): Likewise.
10274         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
10275         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
10276         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
10277         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
10278         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
10279         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
10280         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
10281         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
10282         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
10283         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
10284         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
10285         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
10286         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
10287         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
10288         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
10289         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
10290         * sysdeps/generic/tls.h: Update description.
10291
10292 2014-05-27  Will Newton  <will.newton@linaro.org>
10293
10294         [BZ #16990]
10295         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
10296         and restore r2 rather than just restoring.
10297
10298 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10299
10300         [BZ #16724]
10301         * libio/tst-ftell-append.c: New test case.
10302         * libio/Makefile (tests): Add test case.
10303         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
10304         append mode.
10305         * libio/wfileops.c (do_ftell_wide): Likewise.
10306
10307 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10308
10309         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10310
10311         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
10312         ...
10313         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
10314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
10315         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
10316         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
10317         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
10318         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
10319         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
10320         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
10321         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
10322         Moved ...
10323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
10324         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
10325         Moved ...
10326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
10327         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
10328         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
10329         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
10330         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
10331         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
10332         ...
10333         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
10334         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
10335         Moved ...
10336         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
10337         here.
10338         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
10339         ...
10340         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
10341         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
10342         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
10343
10344         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
10345         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
10346         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
10347         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
10348
10349         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
10350         merge into ...
10351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
10352         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
10353         ...
10354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
10355         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
10356         ...
10357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
10358         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10359         Moved ...
10360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
10361         here.
10362         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10363         Moved ...
10364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
10365         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10366         Moved ...
10367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
10368
10369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
10370         conditional [RESET_PID].
10371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
10372         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
10373         removed.
10374         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
10375         removed.
10376
10377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
10378         <tcb-offsets.h>.
10379         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10380         (__libc_vfork): New strong alias.
10381         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
10382         removed.
10383         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
10384         Removed.
10385
10386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
10387         <tcb-offsets.h>.
10388         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
10389         (__libc_vfork): New strong alias.
10390         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
10391         removed.
10392         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
10393         removed.
10394
10395 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
10396
10397         * malloc/malloc.c (mi_arena): New function.
10398         (malloc_info): Remove nested function mi_arena. Call non-nosted
10399         function mi_arena.
10400
10401 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10402
10403         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
10404         by insrwi.
10405         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
10406         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
10407         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
10408         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
10409         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
10410         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
10411         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
10412
10413 2014-05-26  Andreas Schwab  <schwab@suse.de>
10414
10415         [BZ #16984]
10416         * locale/programs/repertoire.c (repertoire_read): Add slash
10417         between I18NPATH element and file name.
10418         * locale/programs/locfile.c (locfile_read): Likewise.
10419
10420 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
10421
10422         * nptl/pthread_mutexattr_settype.c
10423         (__pthread_mutexattr_settype):
10424         Disable lock elision for PTHREAD_MUTEX_NORMAL.
10425
10426 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
10427
10428         * nptl/tst-mutex5 (do_test):
10429         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
10430
10431 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10432
10433         * benchtests/README: Document 'init' directive.
10434         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
10435         BENCH_INIT.
10436         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
10437         (parse_file): Recognize 'init' directive.
10438
10439 2014-05-26  Kyle McMartin  <kyle@redhat.com>
10440
10441         [BZ #16796]
10442         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
10443         alignment of struct pthread.
10444
10445 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10446
10447         [BZ #16878]
10448         * nscd/netgroupcache.c (addgetnetgrentX): Look for
10449         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
10450         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
10451         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
10452
10453 2014-05-25  Richard Henderson  <rth@twiddle.net>
10454
10455         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10456         (SINGLE_THREAD_P_PIC): Remove.
10457         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
10458         (SINGLE_THREAD_P_PIC): Remove.
10459
10460         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
10461         branch to syscall error ...
10462         (PSEUDO): ... here.
10463         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
10464         from __local_syscall_error to .Lsyscall_error.
10465         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
10466         (SYSCALL_ERROR): Update label name.
10467
10468         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10469         Do not use DOARGS/UNDOARGS.
10470         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
10471         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
10472         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
10473         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
10474         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
10475
10476         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
10477         block comment.
10478
10479         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
10480         define if !NOT_IN_libc.
10481         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
10482         define with non-default symbol versions.
10483
10484 2014-05-23  Richard Henderson  <rth@twiddle.net>
10485
10486         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
10487         (vfork, __vfork): Define via compat_symbol.
10488
10489         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
10490         [!HAVE_IFUNC] (vfork_compat): Remove.
10491         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
10492
10493 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
10494
10495         [BZ #16978]
10496         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
10497         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
10498         variable.
10499
10500 2014-05-23  Richard Henderson  <rth@twiddle.net>
10501
10502         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
10503         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
10504         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
10505         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
10506
10507         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
10508         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
10509         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
10510         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
10511         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
10512         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
10513         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
10514         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
10515         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
10516         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
10517         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
10518         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
10519         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
10520         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
10521         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
10522         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
10523         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
10524         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
10525         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
10526         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
10527         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
10528         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
10529         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
10530         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
10531         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
10532         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
10533         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
10534         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
10535         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
10536         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
10537         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
10538         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
10539         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
10540         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
10541         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
10542         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
10543         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
10544         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
10545         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
10546         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
10547         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
10548         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
10549         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
10550         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
10551         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
10552         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
10553         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
10554         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
10555         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
10556         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
10557         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
10558         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
10559         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
10560         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
10561         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
10562         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
10563
10564         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
10565         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
10566         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
10567         before exiting on error.
10568         (__libc_vfork): New strong alias.
10569         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
10570         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
10571
10572         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
10573         that was previously under [RESET_PID].
10574         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
10575
10576         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
10577
10578 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
10579
10580         [BZ #16977]
10581         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
10582         value when x - 1 is zero.
10583         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
10584         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
10585         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
10586         0.0L for an argument of 1.0L.
10587         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
10588         Likewise.
10589         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
10590         value when x - 1 is zero.
10591         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
10592         * sysdeps/i386/fpu/libm-test-ulps: Update.
10593         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10594
10595 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
10596
10597         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
10598         alphasort and versionsort.
10599
10600 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10601
10602         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
10603         macro.
10604         [copysignf]: Likewise.
10605
10606 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10607
10608         * crypt/md5-crypt.c: Fix formatting.
10609
10610 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
10611
10612         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
10613         (b64_from_24bit): New function.
10614
10615 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10616
10617         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
10618         libc_hidden_builtin_def to ifunc.
10619         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10620         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
10621
10622 2014-05-21  Roland McGrath  <roland@hack.frob.com>
10623
10624         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
10625         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
10626
10627 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
10628
10629         * nscd/Depend (linuxthreads): Remove.
10630         (nptl): Add.
10631         * resolv/Depend (linuxthreads): Remove.
10632         * rt/Depend (linuxthreads): Remove.
10633
10634         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
10635         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
10636         $(common-objpfx)elf/.
10637         (link-libc-before-gnulib): Likewise.
10638         (elfobjdir): Remove variable.
10639         * Makefile (install): Use $(elf-objpfx) instead of
10640         $(common-objpfx)elf/.
10641         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
10642         $(elfobjdir)/.
10643         (link-libc-deps): Likewise.
10644         ($(common-objpfx)libc.so): Likewise.
10645         ($(common-objpfx)linkobj/libc.so): Likewise.
10646         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
10647         instead of $(common-objpfx)elf/.
10648         (symbolic-link-list): Likewise.
10649         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10650         [$(cross-compiling) = no]: Likewise.
10651         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
10652         $(elfobjdir)/.
10653         (static-gnulib-arch): Likewise.
10654         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10655         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
10656         $(common-objpfx)elf/.
10657
10658 2014-05-21  Richard Henderson  <rth@redhat.com>
10659
10660         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10661         (SINGLE_THREAD_P): Use the correct width load.  Fold
10662         into the ldr offset.
10663
10664         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
10665         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
10666
10667 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
10668
10669         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
10670         (libgcc_s_resume): Use __attribute_used__.
10671         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
10672         Likewise.
10673
10674 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10675
10676         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
10677         optimization when used with float constants.
10678
10679         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10680
10681 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
10682
10683         [BZ #16915]
10684         * locale/nl_langinfo_l.c: Make direct reference to every
10685         _nl_current_CATEGORY symbol.
10686         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
10687         (tests-static): Add tst-langinfo-static.
10688         (tests-special): Add tst-langinfo-static.out.
10689         ($(objpfx)tst-langinfo.out): Redirect output.
10690         ($(objpfx)tst-langinfo-static.out): New.
10691         * localedata/tst-langinfo.sh: Send output to stdout.
10692         * localedata/tst-langinfo-static.c: New file.
10693
10694         [BZ #16965]
10695         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
10696         when the shift amount is modulo the limb size.
10697
10698 2014-05-20  Richard Henderson  <rth@redhat.com>
10699
10700         [BZ #16967]
10701         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
10702         Change type of sa_flags from unsigned int to int.
10703
10704         [BZ #16966]
10705         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
10706
10707         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
10708
10709 2014-05-20  Will Newton  <will.newton@linaro.org>
10710
10711         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10712         Test the return value of the system call in the nocancel case.
10713
10714 2014-05-20  Will Newton  <will.newton@linaro.org>
10715             Yvan Roux  <yvan.roux@linaro.org>
10716
10717         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
10718         #include of asm/ptrace.h.
10719         (PTRACE_GET_THREAD_AREA): Remove #undef.
10720         (PTRACE_GETHBPREGS): Likewise.
10721         (PTRACE_SETHBPREGS): Likewise.
10722         (struct user_regs_struct): New structure.
10723         (struct user_fpsimd_struct): New structure.
10724         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
10725         #include of asm/ptrace.h and second #include of sys/user.h.
10726         (PTRACE_GET_THREAD_AREA): Remove #undef.
10727         (PTRACE_GETHBPREGS): Likewise.
10728         (PTRACE_SETHBPREGS): Likewise.
10729         (ELF_NGREG): Use new struct user_regs_struct.
10730         (elf_fpregset_t): Use new struct user_fpsimd_struct.
10731
10732 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10733
10734         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
10735         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
10736
10737 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10738
10739         [BZ #16958]
10740         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
10741         membar to avoid block loads/stores to overlap previous stores.
10742
10743 2014-05-17  Richard Henderson  <rth@redhat.com>
10744
10745         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
10746         Create the __##syscall_name##_nocancel entry point.
10747         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
10748         Remove; let the sysdep-cancel.h code create it.
10749
10750 2014-05-17  David S. Miller  <davem@davemloft.net>
10751
10752         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
10753         Protect with __USE_GNU.
10754         (TIOCSET_TEMPT): Likewise.
10755         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
10756         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
10757         these are already provided in bits/ioctl-types.h
10758
10759 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10760
10761         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
10762         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
10763
10764         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
10765         Use wait4 regardless of [__NR_waitpid].
10766
10767 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
10768
10769         PR libgcc/60166
10770         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10771         (_FP_NANSIGN_Q): Set the quiet bit.
10772
10773 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
10774
10775         * benchtests/Makefile
10776         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
10777         not $(common-objpfx)math/libm.so.
10778         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
10779         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
10780         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
10781         $(common-objpfx)dlfcn/libdl.so.
10782         ($(objpfx)tst-audit8): Depend on $(libm), not
10783         $(common-objpfx)math/libm.so.
10784         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
10785         not $(common-objpfx)dlfcn/libdl.so.
10786         * math/Makefile
10787         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
10788         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
10789         [$(build-shared) = yes].
10790         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
10791         $(common-objpfx)nptl/libpthread.so.
10792         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
10793         $(common-objpfx)math/libm.so$(libm.so-version) or
10794         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
10795         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10796         $(common-objpfx)dlfcn/libdl.so.
10797         * setjmp/Makefile (link-libm): Remove variable.
10798         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10799         * stdio-common/Makefile (link-libm): Remove variable.
10800         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10801         * stdlib/Makefile (link-libm): Remove variable.
10802         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10803         ($(objpfx)tst-strtod-round): Likewise.
10804         ($(objpfx)tst-tininess): Likewise.
10805         ($(objpfx)tst-strtod-underflow): Likewise.
10806         ($(objpfx)tst-strtod6): Likewise.
10807         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10808         $(libdl), not $(common-objpfx)nptl/libpthread.so and
10809         $(common-objpfx)dlfcn/libdl.so.
10810
10811 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10812
10813         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10814         BSD terminal modes definitions.
10815
10816 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10817
10818         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10819         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10820
10821         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
10822         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10823         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10824         Don't do #include_next.
10825         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10826         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10827         Don't do #include_next.
10828         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10829         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10830         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10831         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10832
10833 2014-05-16  Allan McRae  <allan@archlinux.org>
10834
10835         * po/sv.po: Update Swedish translation from translation project.
10836
10837         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10838         in sed expression.
10839
10840 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
10841
10842         [BZ #16917]
10843         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10844         errno if the TIOCGPTN ioctl fails with an error different than
10845         EINVAL.
10846         * login/tst-ptsname.c: New file.
10847         * login/Makefile (tests): Add tst-ptsname.
10848
10849         [BZ #16943]
10850         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10851         and prlimit64.
10852
10853 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10854
10855         [BZ #16849]
10856         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10857         herrno to return EAI_AGAIN.
10858
10859 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10860
10861         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10862         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10863         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10864         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10865         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10866         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10867         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10868         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10869         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10870         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10871         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10872         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10873         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10874         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10875         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10876         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10877         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10878         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10879         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10880         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10881         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10882         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10883         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10884         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10885         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10886         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10887         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10888         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10889         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10890         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10891         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10892         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10893         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10894         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10895         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10896         Moved ...
10897         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10898         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10899         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10900         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10901         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10902         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10903         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10904         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10905         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10906         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10907         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10908         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10909         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10910         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10911         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10912         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10913         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10914         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10915         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10916         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10917         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10918         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10919         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10920         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10921         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10922         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10923         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10924         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10925         Moved ...
10926         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10927         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10928         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10929         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10930         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10931         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10932         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10933         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10934         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10935         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10936         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10937         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10938         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10939         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10940         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10941         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10942         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10943         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10944         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10945         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10946         Moved ...
10947         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10948         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10949         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10950
10951         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10952         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10953         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10954         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10955         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10956         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10957         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10958         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10959         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10960         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10961         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10962         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10963         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10964         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10965         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10966         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10967         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10968         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10969         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10970         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10971         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10972         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10973         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10974         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10975         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10976         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10977         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10978         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10979         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10980         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10981         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10982
10983         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10984         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10985
10986         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10987         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10988         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10989         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10990         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10991         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10992         Moved ...
10993         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10994         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10995         Moved ...
10996         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10997         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10998         Moved ...
10999         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
11000         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
11001         Moved ...
11002         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
11003         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
11004         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
11005         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
11006         Moved ...
11007         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
11008         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
11009         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
11010         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
11011         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
11012         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
11013         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
11014         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
11015         Moved ...
11016         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
11017         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11018         Moved ...
11019         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11020         ... here.
11021         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
11022         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
11023         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
11024         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
11025         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11026         Moved ...
11027         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11028         ... here.
11029         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
11030         Moved ...
11031         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
11032         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
11033         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
11034         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
11035         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
11036         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
11037         Moved ...
11038         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
11039         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
11040         Moved ...
11041         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
11042         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
11043         Moved ...
11044         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
11045         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
11046         Moved ...
11047         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
11048         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
11049         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
11050         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
11051         Moved ...
11052         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
11053         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
11054         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
11055         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
11056         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
11057         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
11058         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
11059         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
11060         Moved ...
11061         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
11062         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
11063         Moved ...
11064         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
11065         ... here.
11066         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
11067         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
11068         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
11069         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
11070         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
11071         Moved ...
11072         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
11073         ... here.
11074         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
11075         Moved ...
11076         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
11077         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
11078         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
11079         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
11080         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
11081         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
11082         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
11083         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
11084         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
11085         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
11086         Moved ...
11087         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
11088         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
11089         Moved ...
11090         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
11091         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
11092         Moved ...
11093         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
11094         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
11095         Moved ...
11096         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
11097         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
11098         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
11099         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
11100         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
11101         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
11102         Moved ...
11103         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
11104         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
11105         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
11106         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
11107         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
11108         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
11109         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
11110         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
11111         Moved ...
11112         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
11113         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
11114         Moved ...
11115         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
11116         ... here.
11117         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
11118         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
11119         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
11120         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
11121         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
11122         Moved ...
11123         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
11124         ... here.
11125         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
11126         Moved ...
11127         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
11128         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
11129         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
11130         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
11131         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
11132         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
11133         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
11134         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
11135         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
11136         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
11137         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
11138
11139         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
11140         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
11141
11142         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
11143         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
11144
11145         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
11146         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
11147         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
11148         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
11149         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
11150         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
11151         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
11152         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
11153         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
11154         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
11155         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
11156         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
11157         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
11158         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
11159         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
11160         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
11161         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
11162         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
11163         Moved ...
11164         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
11165         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
11166         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
11167         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
11168         Moved ...
11169         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
11170         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
11171         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
11172         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
11173         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
11174         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
11175         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
11176         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
11177         Moved ...
11178         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
11179         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
11180         Moved ...
11181         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
11182         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
11183         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
11184         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
11185         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
11186         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
11187         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
11188         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
11189         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
11190         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
11191         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
11192         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
11193         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
11194         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
11195         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
11196         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
11197         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
11198
11199         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
11200         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
11201         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
11202         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
11203         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
11204
11205         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
11206         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
11207         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
11208         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
11209         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
11210         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
11211         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
11212         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
11213         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
11214         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
11215
11216         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
11217         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
11218
11219         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
11220         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
11221         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
11222         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
11223         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
11224         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
11225         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
11226         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
11227         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
11228         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
11229         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
11230         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
11231         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
11232         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
11233         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
11234         Update #include.
11235         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
11236         Likewise.
11237         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11238         Likewise.
11239         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11240         Likewise.
11241         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11242         Likewise.
11243         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
11244         Likewise.
11245         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
11246         Likewise.
11247         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11248         Likewise.
11249         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
11250         Likewise.
11251         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
11252         Likewise.
11253         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
11254         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
11255         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
11256         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
11257         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
11258         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
11259         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
11260         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
11261         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
11262         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
11263         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
11264         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
11265         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
11266         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
11267         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
11268
11269         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
11270         that was previously under [RESET_PID].
11271         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
11272         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
11273         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
11274
11275         * sysdeps/i386/nptl/Implies: New file.
11276         * sysdeps/x86_64/nptl/Implies: New file.
11277         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
11278         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
11279         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
11280         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
11281
11282         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
11283         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11284         (__libc_vfork): New strong alias.
11285         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
11286         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
11287
11288         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
11289         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11290         (__libc_vfork): New strong alias.
11291         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
11292         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
11293
11294         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
11295         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11296         (__libc_vfork): New strong alias.
11297         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
11298         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
11299         * nptl/pt-vfork.c: New file.
11300         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
11301         (libpthread: GLIBC_2.20): New version set (empty).
11302
11303 2014-05-14  Will Newton  <will.newton@linaro.org>
11304
11305         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
11306         rather than #if.
11307
11308 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
11309
11310         [BZ #16564]
11311         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
11312         arguments with exponent 65 or above.
11313         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
11314         arguments 0x1p113L or above.
11315         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
11316         to arguments 0x1p107L or above.
11317         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
11318         positive arguments with exponent 65 or above.
11319         * math/auto-libm-test-in: Add more tests of log1p.
11320         * math/auto-libm-test-out: Regenerated.
11321
11322         [BZ #16928]
11323         * math/s_cacos.c (__cacos): Ensure zero real part of result from
11324         non-finite arguments is +0.
11325         * math/s_cacosf.c (__cacosf): Likewise.
11326         * math/s_cacosl.c (__cacosl): Likewise.
11327         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
11328         * sysdeps/i386/fpu/libm-test-ulps: Update.
11329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11330
11331         [BZ #16927]
11332         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
11333         value.
11334         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
11335         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
11336         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
11337         for explicit high bit of mantissa when testing for argument equal
11338         to 1.
11339         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
11340         * sysdeps/i386/fpu/libm-test-ulps: Update.
11341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11342
11343         [BZ #16516]
11344         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
11345         (__erf): Scale by 16 instead of 8 in potentially underflowing
11346         case.  Ensure exception if result actually underflows.
11347         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
11348         (__erff): Scale by 16 instead of 8 in potentially underflowing
11349         case.  Ensure exception if result actually underflows.
11350         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
11351         (efx8): Remove variable.
11352         (__erfl): Scale by 16 instead of 8 in potentially underflowing
11353         case.  Ensure exception if result actually underflows.
11354         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
11355         (efx8): Remove variable.
11356         (__erfl): Scale by 16 instead of 8 in potentially underflowing
11357         case.  Ensure exception if result actually underflows.
11358         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
11359         (efx8): Remove variable.
11360         (__erfl): Scale by 16 instead of 8 in potentially underflowing
11361         case.  Ensure exception if result actually underflows.
11362         * math/auto-libm-test-in: Add more tests of erf.
11363         * math/auto-libm-test-out: Regenerated.
11364
11365 2014-05-14  Andreas Schwab  <schwab@suse.de>
11366
11367         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
11368         Remove code conditionalized on USE___THREAD.
11369
11370         * config.h.in (HAVE_PT_CHOWN): Define as 0.
11371         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
11372         not definedness.
11373
11374 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
11375
11376         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
11377         Define unconditionally.
11378         (__ASSUME_O_CLOEXEC): Likewise.
11379         (__ASSUME_SOCK_CLOEXEC): Likewise.
11380         (__ASSUME_IN_NONBLOCK): Likewise.
11381         (__ASSUME_PIPE2): Likewise.
11382         (__ASSUME_EVENTFD2): Likewise.
11383         (__ASSUME_SIGNALFD4): Likewise.
11384         (__ASSUME_DUP3): Likewise.
11385         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11386         (__ASSUME_DUP3): Do not define.
11387         (__ASSUME_EVENTFD2): Likewise.
11388         (__ASSUME_IN_NONBLOCK): Likewise.
11389         (__ASSUME_O_CLOEXEC): Likewise.
11390         (__ASSUME_PIPE2): Likewise.
11391         (__ASSUME_SIGNALFD4): Likewise.
11392         (__ASSUME_SOCK_CLOEXEC): Likewise.
11393         (__ASSUME_UTIMES): Undefine.
11394         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11395         (__ASSUME_UTIMES): Do not define.
11396         (__ASSUME_O_CLOEXEC): Likewise.
11397         (__ASSUME_SOCK_CLOEXEC): Likewise.
11398         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
11399         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
11400         0x020621].
11401         (__ASSUME_PIPE2): Likewise.
11402         (__ASSUME_EVENTFD2): Likewise.
11403         (__ASSUME_SIGNALFD4): Likewise.
11404         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
11405         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
11406         Do not define.
11407         (__ASSUME_EVENTFD2): Likewise.
11408         (__ASSUME_SIGNALFD4): Likewise.
11409         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
11410         (__ASSUME_32BITUIDS): Likewise.
11411         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
11412         (__ASSUME_IPC64): Likewise.
11413         (__ASSUME_ST_INO_64_BIT): Likewise.
11414         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
11415         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
11416         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11417         (__ASSUME_UTIMES): Do not define.
11418         (__ASSUME_PSELECT): Likewise.
11419         (__ASSUME_PPOLL): Likewise.
11420         (__ASSUME_O_CLOEXEC): Likewise.
11421         (__ASSUME_SOCK_CLOEXEC): Likewise.
11422         (__ASSUME_IN_NONBLOCK): Likewise.
11423         (__ASSUME_PIPE2): Likewise.
11424         (__ASSUME_EVENTFD2): Likewise.
11425         (__ASSUME_SIGNALFD4): Likewise.
11426         (__ASSUME_DUP3): Likewise.
11427         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11428         (__ASSUME_UTIMES): Likewise.
11429         (__ASSUME_O_CLOEXEC): Likewise.
11430         (__ASSUME_SOCK_CLOEXEC): Likewise.
11431         (__ASSUME_IN_NONBLOCK): Likewise.
11432         (__ASSUME_PIPE2): Likewise.
11433         (__ASSUME_EVENTFD2): Likewise.
11434         (__ASSUME_SIGNALFD4): Likewise.
11435         (__ASSUME_DUP3): Likewise.
11436         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11437         (__ASSUME_UTIMES): Likewise.
11438         (__ASSUME_O_CLOEXEC): Likewise.
11439         (__ASSUME_SOCK_CLOEXEC): Likewise.
11440         (__ASSUME_IN_NONBLOCK): Likewise.
11441         (__ASSUME_PIPE2): Likewise.
11442         (__ASSUME_EVENTFD2): Likewise.
11443         (__ASSUME_SIGNALFD4): Likewise.
11444         (__ASSUME_DUP3): Likewise.
11445         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
11446         Likewise.
11447         (__ASSUME_UTIMES): Likewise.
11448         (__ASSUME_EVENTFD2): Likewise.
11449         (__ASSUME_SIGNALFD4): Likewise.
11450         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11451         (__ASSUME_O_CLOEXEC): Likewise.
11452         (__ASSUME_SOCK_CLOEXEC): Likewise.
11453         (__ASSUME_IN_NONBLOCK): Likewise.
11454         (__ASSUME_PIPE2): Likewise.
11455         (__ASSUME_EVENTFD2): Likewise.
11456         (__ASSUME_SIGNALFD4): Likewise.
11457         (__ASSUME_DUP3): Likewise.
11458         (__ASSUME_UTIMES): Undefine.
11459
11460         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
11461         feclearexcept.  Remove symbol versioning code.
11462         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
11463         symbol versioning code.
11464         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
11465         symbol versioning code.
11466         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
11467         feupdateenv.  Remove symbol versioning code.
11468         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
11469         fegetexceptflag.  Remove symbol versioning code.
11470         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
11471         fesetexceptflag.  Remove symbol versioning code.
11472         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
11473         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
11474         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
11475         (__posix_fadvise64_l32): Remove prototype.
11476         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
11477         code.
11478
11479 2014-05-13  Roland McGrath  <roland@hack.frob.com>
11480
11481         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
11482         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
11483         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
11484         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
11485
11486 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
11487
11488         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
11489         current working directory
11490
11491 2014-05-13  Roland McGrath  <roland@hack.frob.com>
11492
11493         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
11494         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
11495         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
11496         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
11497         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
11498         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
11499         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
11500         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
11501         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
11502         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
11503         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
11504         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
11505         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
11506         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
11507         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
11508         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
11509         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
11510         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
11511         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
11512         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
11513         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
11514         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
11515         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
11516         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
11517         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
11518         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
11519         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
11520         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
11521         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
11522         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
11523         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
11524         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
11525         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
11526         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
11527         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
11528         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
11529         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
11530         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
11531         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
11532         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
11533         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
11534         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
11535
11536         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
11537         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
11538
11539         * sysdeps/unix/sysv/linux/arm/Makefile
11540         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
11541         Add rt-aeabi_unwind_cpp_pr1.
11542         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
11543         Add nptl-aeabi_unwind_cpp_pr1.
11544         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
11545         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
11546         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
11547         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
11548         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
11549         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
11550
11551         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
11552         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
11553         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
11554         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
11555
11556         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
11557         Deconditionalize the code that was previously under [RESET_PID].
11558         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
11559
11560         * sysdeps/generic/exit-thread.h: New file.
11561         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
11562         * include/unistd.h (__exit_thread): Remove declaration.
11563         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
11564         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
11565         * csu/libc-start.c: Include <exit-thread.h>.
11566         (LIBC_START_MAIN): Pass no argument to __exit_thread.
11567         * nptl/pthread_create.c: Include <exit-thread.h>.
11568         (start_thread): Call __exit_thread in place of __exit_thread_inline.
11569         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
11570         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
11571         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
11572         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
11573         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
11574         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
11575         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
11576         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
11577         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
11578         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
11579         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
11580         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
11581         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
11582         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
11583         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
11584         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
11585
11586 2014-05-13  Andreas Schwab  <schwab@suse.de>
11587
11588         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
11589
11590 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
11591
11592         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
11593         (__ASSUME_UTIMES): Do not condition on kernel version.
11594         (__ASSUME_PSELECT): Define unconditionally.
11595         (__ASSUME_PPOLL): Likewise.
11596         (__ASSUME_ATFCTS): Likewise.
11597         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
11598         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
11599         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
11600         (__ASSUME_UTIMENSAT): Define unconditionally.
11601         (__ASSUME_PRIVATE_FUTEX): Likewise.
11602         (__ASSUME_FALLOCATE): Likewise.
11603         (__ASSUME_O_CLOEXEC): Likewise.
11604         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
11605         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
11606         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
11607         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
11608         (__ASSUME_IN_NONBLOCK): Likewise.
11609         (__ASSUME_PIPE2): Likewise.
11610         (__ASSUME_EVENTFD2): Likewise.
11611         (__ASSUME_SIGNALFD4): Likewise.
11612         (__ASSUME_DUP3): Likewise.
11613         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11614         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
11615         (__ASSUME_AT_RANDOM): Likewise.
11616         (__ASSUME_PREADV): Likewise.
11617         (__ASSUME_PWRITEV): Likewise.
11618         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
11619         (__ASSUME_F_GETOWN_EX): Define unconditionally.
11620         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
11621         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
11622         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
11623         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11624         (__ASSUME_O_CLOEXEC): Define unconditionally.
11625         (__ASSUME_PSELECT): Do not undefine conditionally.
11626         (__ASSUME_PPOLL): Likewise.
11627         (__ASSUME_ATFCTS): Likewise.
11628         (__ASSUME_SET_ROBUST_LIST): Likewise.
11629         (__ASSUME_UTIMENSAT): Likewise.
11630         (__ASSUME_FDATASYNC): Define unconditionally.
11631         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11632         (__ASSUME_SIGFRAME_V2): Likewise.
11633         )__ASSUME_EVENTFD2): Likewise.
11634         (__ASSUME_SIGNALFD4): Likewise.
11635         (__ASSUME_PSELECT): Do not undefine conditionally.
11636         (__ASSUME_PPOLL): Likewise.
11637         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11638         (__ASSUME_PSELECT): Define unconditionally.
11639         (__ASSUME_PPOLL): Likewise.
11640         (__ASSUME_O_CLOEXEC): Likewise.
11641         (__ASSUME_SOCK_CLOEXEC): Likewise.
11642         (__ASSUME_IN_NONBLOCK): Likewise.
11643         (__ASSUME_PIPE2): Likewise.
11644         (__ASSUME_EVENTFD2): Likewise.
11645         (__ASSUME_SIGNALFD4): Likewise.
11646         (__ASSUME_DUP3): Likewise.
11647         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11648         (__ASSUME_O_CLOEXEC): Likewise.
11649         (__ASSUME_SOCK_CLOEXEC): Likewise.
11650         (__ASSUME_IN_NONBLOCK): Likewise.
11651         (__ASSUME_PIPE2): Likewise.
11652         (__ASSUME_EVENTFD2): Likewise.
11653         (__ASSUME_SIGNALFD4): Likewise.
11654         (__ASSUME_DUP3): Likewise.
11655         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11656         (__ASSUME_EVENTFD2): Likewise.
11657         (__ASSUME_SIGNALFD4): Likewise.
11658         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11659
11660 2014-05-12  Andreas Schwab  <schwab@suse.de>
11661
11662         [BZ #16932]
11663         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
11664         (_nss_nis_gethostbyname4_r): Return error if item length is larger
11665         than maximum RPC packet size.
11666         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
11667         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
11668         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
11669         (_nss_nis_getservbyport_r): Likewise.
11670
11671 2014-05-12  Will Newton  <will.newton@linaro.org>
11672
11673         * malloc/Makefile (tests): Add tst-mallopt.
11674         * malloc/tst-mallopt.c: New file.
11675
11676 2014-05-09  Roland McGrath  <roland@hack.frob.com>
11677
11678         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
11679         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
11680
11681 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11682
11683         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
11684         (tst-tlsmod6.so): Likewise.
11685
11686 2014-05-09  Roland McGrath  <roland@hack.frob.com>
11687
11688         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
11689
11690 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
11691
11692         [BZ #16064]
11693         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
11694         and <dl-procinfo.h>.
11695         (__fegetenv): Save SSE state in envp->__eip if supported.
11696         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
11697         envp->__eip if supported.
11698         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
11699         and <dl-procinfo.h>.
11700         (__fesetenv): Always set __eip, __cs_selector, __opcode,
11701         __data_offset and __data_selector in environment to 0.  Set SSE
11702         state if supported.
11703         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
11704         test-fenv-sse.
11705         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
11706         -mfpmath=sse.
11707         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
11708
11709 2014-05-09  Will Newton  <will.newton@linaro.org>
11710
11711         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
11712         and libc_relro_required for ARM.
11713         * sysdeps/arm/preconfigure: Regenerate.
11714
11715 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
11716             Stefan Liebler  <stli@linux.vnet.ibm.com>
11717
11718         * config.make.in (enable-lock-elision): New Makefile variable.
11719         * configure.ac: Likewise.
11720         * configure: Regenerate.
11721         * sysdeps/s390/configure.ac:
11722         Add check for gcc transactions support.
11723         * sysdeps/s390/configure: Regenerate.
11724         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
11725         Build elision files if enabled.
11726         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
11727         Add lock elision support for s390.
11728         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
11729         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
11730         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
11731         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
11732         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
11733         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
11734         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
11735         Likewise.
11736         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
11737         Likewise.
11738         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
11739         Likewise.
11740         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
11741         Likewise.
11742         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
11743         (__lll_timedlock_elision, __lll_lock_elision)
11744         (__lll_unlock_elision, __lll_trylock_elision)
11745         (lll_timedlock_elision, lll_lock_elision)
11746         (lll_unlock_elision, lll_trylock_elision): Add.
11747         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11748         (pthread_mutex_t): Add lock elision support for s390.
11749
11750 2014-05-14  Wilco  <wdijkstr@arm.com>
11751
11752         * sysdeps/arm/fclrexcpt.c: Cleanup.
11753         * sysdeps/arm/fedisblxcpt.c: Cleanup.
11754         * sysdeps/arm/feenablxcpt.c: Cleanup.
11755         * sysdeps/arm/fegetenv.c: Cleanup.
11756         * sysdeps/arm/fegetexcept.c: Cleanup.
11757         * sysdeps/arm/fegetround.c: Cleanup.
11758         * sysdeps/arm/feholdexcpt.c: Cleanup.
11759         * sysdeps/arm/fesetenv.c: Cleanup.
11760         * sysdeps/arm/fesetround.c: Cleanup.
11761         * sysdeps/arm/feupdateenv.c: Cleanup.
11762         * sysdeps/arm/fgetexcptflg.c: Cleanup.
11763         * sysdeps/arm/fraiseexcpt.c: Cleanup.
11764         * sysdeps/arm/fsetexcptflg.c: Cleanup.
11765         * sysdeps/arm/ftestexcept.c: Cleanup.
11766         * sysdeps/arm/get-rounding-mode.h: Cleanup.
11767         * sysdeps/arm/setfpucw.c: Cleanup.
11768
11769 2014-05-09  Will Newton  <will.newton@linaro.org>
11770
11771         * sysdeps/arm/armv7/strcmp.S: New file.
11772         * NEWS: Mention addition of ARMv7 optimized strcmp.
11773
11774 2014-05-08  Roland McGrath  <roland@hack.frob.com>
11775
11776         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
11777         look for %.ac rather than %.in.
11778
11779         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
11780         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
11781         * sysdeps/mach/hurd/configure: Regenerated.
11782         * sysdeps/unix/sysv/linux/configure: Regenerated.
11783
11784         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
11785
11786 2014-05-07  Steve Ellcey  <sellcey@mips.com>
11787
11788         [BZ# 16922]
11789         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
11790         (LONG_SUB): Ditto.
11791         (PTR_SUB): Ditto.
11792
11793 2014-05-07  Andreas Schwab  <schwab@suse.de>
11794
11795         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11796         when skipping over non-matching result from nscd.
11797
11798 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
11799
11800         [BZ #16876]
11801         * nptl/sockperf.c (client): Check socket return value.
11802
11803         [BZ #16877]
11804         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11805         nscd security class.
11806
11807 2014-05-06  Roland McGrath  <roland@hack.frob.com>
11808
11809         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11810         * sysdeps/arm/unwind.h: ... here.
11811
11812 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
11813
11814         [BZ# 16916]
11815         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11816         Define.
11817
11818 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11819
11820         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11821         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11822         multiarch strncpy for PPC64.
11823         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11824         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11825         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11826         multiarch optimizations.
11827         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11828         (__libc_ifunc_impl_list): Likewise.
11829         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11830         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11831         multiarch stpncpy for PPC64.
11832         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11833         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11834
11835 2014-05-06  Andreas Schwab  <schwab@suse.de>
11836
11837         [BZ #16912]
11838         * gmon/mcount.c (_MCOUNT_DECL): Use
11839         atomic_compare_and_exchange_bool_acq instead of
11840         catomic_compare_and_exchange_bool_acq.
11841
11842 2014-05-05  Roland McGrath  <roland@hack.frob.com>
11843
11844         * elf/Makefile (others, install-bin): Remove pldd.
11845         (pldd-modules): Variable removed.
11846         ($(objpfx)pldd): Target removed.
11847         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11848         (others, install-bin): Append pldd here.
11849         ($(objpfx)pldd): New target.
11850
11851         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11852         to 0, so the first #if test emitted later doesn't see it undefined.
11853         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11854         * sysdeps/gnu/errlist.c: Regenerated.
11855
11856 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11857
11858         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11859         [libc_hidden_builtin_def]: Define to empty value.
11860         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11861         [libc_hidden_builtin_def]: Likewise.
11862         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11863         [libc_hidden_builtin_def]: Likewise.
11864         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11865         [libc_hidden_builtin_def]: Likewise.
11866         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11867         __redirect_memcpy and define ifunc as default hidden symbol.
11868         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11869         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11870
11871 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11872
11873         * locale/iso-4217.def: Reintroduce XDR currency.
11874
11875 2014-05-04  Allan McRae  <allan@archlinux.org>
11876
11877         * po/eo.po: Update Esperanto translation from translation project.
11878
11879 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11880
11881         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11882         and FEATURE_INDEX_MAX to 1.
11883         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11884
11885 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11886
11887         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11888         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11889         * iconvdata/big5.c (ONE_DIRECTION): Define.
11890         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11891         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11892         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11893         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11894         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11895         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11896         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11897         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11898         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11899         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11900         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11901         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11902         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11903         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11904         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11905         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11906         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11907         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11908         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11909         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11910         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11911         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11912         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11913         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11914         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11915         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11916         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11917         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11918         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11919         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11920         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11921         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11922         * iconvdata/johab.c (ONE_DIRECTION): Define.
11923         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11924         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11925         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11926         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11927         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11928         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11929         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11930         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11931         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11932         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11933
11934 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11935
11936         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11937         (_IO_JUMPS_OFFSET): Define to 0.
11938
11939         * nptl/sysdeps/pthread/bits/libc-lock.h
11940         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11941         (__libc_lock_define_initialized_recursive): Always define using
11942         initializer.  Modern compilers treat uninitialized (implicit zero) and
11943         explicit zero initializers the same (i.e. put the datum in bss).
11944
11945 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11946
11947         * nscd/nscd-client.h: Include <string.h>.
11948
11949 2014-05-01  David S. Miller  <davem@davemloft.net>
11950
11951         [BZ #16885]
11952         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11953         multiple zero bytes exist at the end of a string.
11954         Reported by Aurelien Jarno <aurelien@aurel32.net>
11955
11956         * string/test-strcmp.c (check): Add explicit test for situations where
11957         there are multiple zero bytes after the first.
11958
11959 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11960
11961         [BZ #16890]
11962         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11963         when compiling wprintf.
11964         * stdio-common/tstdiomisc.c (t3): New function.
11965         (main): Call it.
11966
11967 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11968
11969         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11970         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11971         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11972         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11973
11974 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11975
11976         * stdlib/longlong.h: Updated from GCC.
11977
11978 2014-05-01  Will Newton  <will.newton@linaro.org>
11979             Bernard Ogden  <bernie.ogden@linaro.org>
11980
11981         * NEWS: Update fixed bug list.
11982
11983         [BZ #15119]
11984         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11985
11986 2014-04-30  David S. Miller  <davem@davemloft.net>
11987
11988         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11989         (libc_feholdexcept_setround_sparc_ctx): New function.
11990         (libc_fesetenv_sparc_ctx): Likewise.
11991         (libc_feupdateenv_sparc_ctx): Likewise.
11992         (libc_feholdsetround_sparc_ctx): Likewise.
11993         (libc_feholdexcept_setround_ctx): Define.
11994         (libc_feholdexcept_setroundf_ctx): Likewise.
11995         (libc_feholdexcept_setroundl_ctx): Likewise.
11996         (libc_fesetenv_ctx): Likewise.
11997         (libc_fesetenvf_ctx): Likewise.
11998         (libc_fesetenvl_ctx): Likewise.
11999         (libc_feupdateenv_ctx): Likewise.
12000         (libc_feupdateenvf_ctx): Likewise.
12001         (libc_feupdateenvl_ctx): Likewise.
12002         (libc_feresetround_ctx): Likewise.
12003         (libc_feresetroundf_ctx): Likewise.
12004         (libc_feresetroundl_ctx): Likewise.
12005         (libc_feholdsetround_ctx): Likewise.
12006         (libc_feholdsetroundf_ctx): Likewise.
12007         (libc_feholdsetroundl_ctx): Likewise.
12008
12009         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12010         with __USE_GNU instead of XOPEN cpp guards.
12011
12012         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
12013         0.
12014
12015         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12016         with XOPEN cpp guards.
12017
12018 2014-04-30  Julian Brown  <julian@codesourcery.com>
12019
12020         [BZ #16888]
12021         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
12022         handling.
12023
12024 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
12025
12026         [BZ #9894]
12027         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
12028         Change to 2.6.32.
12029         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
12030         * sysdeps/unix/sysv/linux/configure: Regenerated.
12031         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
12032         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
12033         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
12034         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
12035         * README: Update reference to required Linux kernel version.
12036         * manual/install.texi (Linux): Update reference to required Linux
12037         kernel headers version.
12038         * INSTALL: Regenerated.
12039
12040         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
12041         header inclusion.
12042         [POSIX] (limits.h): Likewise.
12043         [POSIX] (math.h): Likewise.
12044         [POSIX] (sys/wait.h): Likewise.
12045         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
12046         function.
12047         [POSIX] (stddef.h): Do not allow header inclusion.
12048
12049 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12050
12051         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
12052
12053 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
12054
12055         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
12056         Return immediately after lll_futex_wake.
12057
12058 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12059
12060         [BZ #16791]
12061         * nscd/nscd-client.h (datahead_init_common): Initialize entire
12062         structure.
12063         (datahead_init_pos): Call datahead_init_common early.
12064         (datahead_init_neg): Likewise.
12065
12066         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
12067         datahead_init_neg): New functions.
12068         * nscd/aicache.c (addhstaiX): Use them.
12069         * nscd/grpcache.c (cache_addgr): Likewise.
12070         * nscd/hstcache.c (cache_addhst): Likewise.
12071         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12072         * nscd/netgroupcache.c (do_notfound): Likewise.
12073         (addgetnetgrentX): Likewise.
12074         (addinnetgrX): Likewise.
12075         * nscd/pwdcache.c (cache_addpw): Likewise.
12076         * nscd/servicescache.c (cache_addserv): Likewise.
12077
12078 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12079             Atsushi Onoe  <atsushi@onoe.org>
12080
12081         [BZ #14308]
12082         [BZ #12994]
12083         [BZ #13651]
12084         * resolv/res_query.c (__libc_res_nsearch): Return if at least
12085         one response is valid.
12086         * resolv/res_send.c (send_dg): Check for validity of other
12087         response if the current response is a referral.
12088
12089 2014-04-29  Steve Ellcey  <sellcey@mips.com>
12090
12091         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
12092
12093 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
12094
12095         [BZ #16823]
12096         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
12097         Always divide by positive zero when computing -Inf result.
12098         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12099         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
12100
12101 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12102
12103         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
12104         FPSCR if value do not change.
12105         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
12106         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
12107         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
12108         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
12109         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
12110         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
12111         function.
12112
12113 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
12114
12115         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
12116         * sysdeps/unix/sysv/linux/hppa: Move directory from
12117         ports/systeps/unix/sysv/linux/hppa.
12118         * README: Update listing for hppa-*-linux-gnu.
12119
12120 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
12121
12122         [BZ #16754]
12123         * manual/stdio.texi (Hook functions): Fix types of stream hook
12124         functions.
12125         [BZ #16854]
12126         * socket/sys/socket.h: Fix typo in comment.
12127
12128 2014-04-28  Wilco  <wdijkstr@arm.com>
12129
12130         * sysdeps/arm/fenv_private.h: New file.
12131         * sysdeps/arm/math_private.h: New file.
12132         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
12133
12134 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
12135
12136         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
12137         with __int128_t.
12138         (La_x86_64_retval): Likewise.
12139
12140 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
12141
12142         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
12143         fpsr if value didn't change.
12144         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
12145         to fpcr if value didn't change.
12146         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
12147         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
12148         fpsr or fpcr if value didn't change.
12149         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12150         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
12151         fpcr if value didn't change.
12152         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
12153         to fpsr if value didn't change.
12154
12155 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
12156
12157         * nptl/tst-sem3.c: Use test-skeleton.c
12158         (main): Rename to do_test.  Use return instead of
12159         exit.
12160         * nptl/tst-sem4.c: Use test-skeleton.c
12161         (main): Rename to do_test.
12162
12163 2014-04-22  David S. Miller  <davem@davemloft.net>
12164
12165         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
12166         (struct sigaction): New struct member __glibc_reserved0, change
12167         type of sa_flags to int.
12168
12169 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
12170
12171         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
12172         (COUNT_LEADING_ZEROS_0): Define for AArch64.
12173
12174 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12175
12176         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
12177         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
12178
12179 2014-04-22  Will Newton  <will.newton@linaro.org>
12180             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
12181
12182         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
12183         (__longjmp): Add longjmp and longjmp_target SystemTap
12184         probes.
12185         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
12186         (__sigsetjmp): Add setjmp SystemTap probe.
12187
12188 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
12189
12190         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
12191         match manual order.
12192
12193 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12194
12195         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
12196
12197         * sysdeps/powerpc/fpu/fenv_private.h
12198         (libc_feholdexcept_setroundl_ctx): Define to
12199         libc_feholdexcept_setround_ppc_ctx.
12200         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
12201         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
12202         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
12203         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
12204
12205 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
12206
12207         * sysdeps/aarch64/math-tests.h: New file.
12208
12209 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
12210
12211         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
12212         New.
12213         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
12214         Check and set bit_AVX2_Usable.
12215         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
12216         macro.
12217         (bit_AVX2): Likewise.
12218         (index_AVX2_Usable): Likewise.
12219         (CPUID_AVX2): Likewise.
12220         (HAS_AVX2): Likewise.
12221
12222 2014-04-17  Will Newton  <will.newton@linaro.org>
12223
12224         * manual/setjmp.texi (System V contexts): Add note that
12225         calling setcontext on a context created by a call to a
12226         signal handler is undefined.  Update text to note that
12227         setcontext from a signal handler is possible but not
12228         recommended.
12229
12230         [BZ #16629]
12231         * stdlib/tst-setcontext.c: Include signal.h.
12232         (main): Check that the signal stack before and
12233         after swapcontext is the same.
12234
12235         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
12236         Re-implement to restore registers in user code and avoid
12237         rt_sigreturn system call.
12238
12239 2014-04-17  Wilco  <wdijkstr@arm.com>
12240
12241         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
12242         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
12243         * math/test-fenv.c: Skip exception trap tests on targets which only
12244         support non-stop mode.
12245
12246 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
12247             Wilco Dijkstra  <wilco.dijkstra@arm.com>
12248
12249         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
12250         (libc_feholdsetround_aarch64_ctx)
12251         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
12252         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
12253         (libc_feresetround_ctx, libc_feresetroundf_ctx)
12254         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
12255         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
12256         (libc_feresetround_noexl_ctx): Define.
12257
12258 2014-04-16  Richard Henderson  <rth@redhat.com>
12259
12260         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
12261
12262         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
12263         unwind tables.
12264
12265         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
12266         const from the non-libc, non-ldso copy.
12267
12268         * sysdeps/alpha/libm-test-ulps: Regenerate.
12269
12270 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
12271             Wilco Dijkstra  <wilco.dijkstra@arm.com>
12272
12273         * sysdeps/aarch64/fpu/math_private.h: New file.
12274
12275 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12276
12277         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12278
12279 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
12280
12281         [BZ #16275]
12282         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
12283         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
12284         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
12285         Intel MPX bound registers before _dl_profile_fixup.
12286         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
12287         registers after _dl_profile_fixup.  Save and restore bound
12288         registers bnd0/bnd1 when calling _dl_call_pltexit.
12289         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
12290         (LR_BND_OFFSET): Likewise.
12291         (LRV_BND0_OFFSET): Likewise.
12292         (LRV_BND1_OFFSET): Likewise.
12293
12294 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12295
12296         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
12297         to...
12298         * sysdeps/mach/hurd/i386/tls.h: ... here.
12299         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
12300         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
12301         fields.
12302
12303 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12304
12305         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
12306
12307 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
12308
12309         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12310
12311 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
12312
12313         [BZ #14770]
12314         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
12315         * sysdeps/s390/configure: Regenerate.
12316
12317         [BZ #16824]
12318         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
12319         Set round-to-nearest internally to reduce error accumulation.
12320
12321 2014-04-16  Alan Modra  <amodra@gmail.com>
12322
12323         [BZ #16740]
12324         [BZ #16619]
12325         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
12326         * math/libm-test.inc (frexp_test_data): Add tests.
12327         * NEWS: Update fixed bug list.
12328
12329 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
12330
12331         * benchtests/Makefile: Depend on libraries in build directory.
12332         (bench-math): Separate out math tests.
12333         (bench-pthread): Separate out pthread tests.
12334         (bench): Include math and pthread tests.
12335
12336 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
12337
12338         [BZ #16831]
12339         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
12340         _dl_debug_initialize.
12341
12342         * configure.ac: Remove SELinux header check.
12343         * configure: Regenerate.
12344         * nscd/selinux.c (perms): Array of const char* to permission names.
12345         (nscd_request_avc_has_perm): Call security_deny_unknown to find
12346         default policy. Call string_to_security_class and string_to_av_perm to
12347         translate strings. Enforce default policy and call avs_has_perm with
12348         results of translated strings.
12349
12350 2014-04-13  David S. Miller  <davem@davemloft.net>
12351
12352         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12353
12354 2014-04-12  Allan McRae  <allan@archlinux.org>
12355
12356         [BZ #16838]
12357         * manual/string.texi (Collation Functions): Fix qsort argument
12358         order in example.
12359         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
12360
12361 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
12362
12363         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
12364         Make the test a no-op if there are no exceptions defined.
12365
12366 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
12367
12368         * elf/Makefile (tests): make tst-dlopen-aout conditional on
12369         enable-hardcoded-path-in-tests
12370
12371 2014-04-11  Will Newton  <will.newton@linaro.org>
12372
12373         * benchtests/Makefile (extra-objs): Add json-lib.o.
12374         (bench-func): Tidy up JSON output.
12375         * benchtests/bench-skeleton.c: Include json-lib.h.
12376         (main): Use JSON library functions to do output of
12377         benchmark results.
12378         * benchtests/bench-timing-type.c (main): Output the
12379         timing type simply, leaving formatting to the user.
12380         * benchtests/json-lib.c: New file.
12381         * benchtests/json-lib.h: Likewise.
12382
12383 2014-04-11  Torvald Riegel  <triegel@redhat.com>
12384
12385         [BZ #15215]
12386         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
12387         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
12388         memory barriers.  Add comments.
12389         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
12390         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
12391         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
12392         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
12393         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
12394         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
12395
12396 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
12397
12398         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
12399         * sysdeps/s390/s390-64/configure.ac: ... this ...
12400         * sysdeps/s390/configure.ac: ... to here.
12401         * sysdeps/s390/s390-32/configure: Delete file.
12402         * sysdeps/s390/s390-64/configure: Delete file.
12403         * sysdeps/s390/configure: Regenerate.
12404
12405 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
12406
12407         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
12408
12409 2014-04-11  Will Newton  <will.newton@linaro.org>
12410
12411         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
12412         to zero if it is not defined elsewhere.  (mtrim): Test
12413         the value of MALLOC_DEBUG with #if rather than #ifdef.
12414
12415 2014-04-10 Torvald Riegel  <triegel@redhat.com>
12416
12417         * benchtests/pthread_once-inputs: New file.
12418         * benchtests/pthread_once-source.c: New file.
12419         * benchtests/README: Update documentation.
12420
12421 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
12422             H.J. Lu  <hongjiu.lu@intel.com>
12423
12424         [BZ #16275]
12425         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
12426         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
12427         * sysdeps/x86_64/configure: Regenerated.
12428         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
12429         macro.
12430         (REGISTER_SAVE_RAX): Likewise.
12431         (REGISTER_SAVE_RCX): Likewise.
12432         (REGISTER_SAVE_RDX): Likewise.
12433         (REGISTER_SAVE_RSI): Likewise.
12434         (REGISTER_SAVE_RDI): Likewise.
12435         (REGISTER_SAVE_R8): Likewise.
12436         (REGISTER_SAVE_R9): Likewise.
12437         (REGISTER_SAVE_BND0): Likewise.
12438         (REGISTER_SAVE_BND1): Likewise.
12439         (REGISTER_SAVE_BND2): Likewise.
12440         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
12441         bound registers when calling _dl_fixup.
12442
12443 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12444
12445         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
12446         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
12447         of its definition.
12448         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
12449         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
12450         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
12451         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
12452         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
12453         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
12454         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
12455
12456 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
12457
12458         [BZ #15514]
12459         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
12460         pathconf(_PC_NAME_MAX).
12461
12462 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12463
12464         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
12465         Remove macro usage.
12466         (__PTHREAD_SPINS): Move definition to ...
12467         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12468         (__PTHREAD_SPINS): ... here.
12469         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12470         (__PTHREAD_SPIN): Likewise.
12471         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
12472         (__PTHREAD_SPIN): Likewise.
12473         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
12474         (__PTHREAD_SPIN): Likewise.
12475         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
12476         (__PTHREAD_SPIN): Likewise.
12477         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12478         (__PTHREAD_SPIN): Likewise.
12479         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12480         (__PTHREAD_SPIN): Likewise.
12481         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
12482         (__PTHREAD_SPIN): Likewise.
12483         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12484         (__PTHREAD_SPIN): Likewise.
12485         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12486         (__PTHREAD_SPIN): Likewise.
12487         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12488         (__PTHREAD_SPIN): Likewise.
12489         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12490         (__PTHREAD_SPIN): Likewise.
12491         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
12492         (__PTHREAD_SPIN): Likewise.
12493
12494         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
12495         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
12496         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
12497         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
12498         imply folder.
12499         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
12500         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
12501         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
12502         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
12503         correct imply path.
12504         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
12505         strlen symbol for non multi-arch builds.
12506         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
12507         missing hidden_def and weak_alias.
12508
12509 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
12510
12511         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
12512
12513 2014-04-07  Will Newton  <will.newton@linaro.org>
12514
12515         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
12516         and contents.  [!_LIBC] Remove #ifndef and contents.
12517         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
12518         * string/memccpy.c (__memccpy): Use ANSI prototype.
12519         * string/memfrob.c (memfrob): Likewise.
12520         * string/strcoll.c (STRCOLL): Likewise.
12521         * string/strlen.c (strlen): Likewise.
12522         * string/strtok.c (STRTOK): Likewise.
12523         * string/strcat.c: Remove unused #include of memcopy.h.
12524         (strcat): Use ANSI prototype.
12525         * string/strchr.c: Remove unused #include of memcopy.h.
12526         (strchr): Use ANSI prototype.
12527         * string/strcmp.c: Remove unused #include of memcopy.h.
12528         (strcmp): Use ANSI prototype.
12529         * string/strcpy.c: Remove unused #include of memcopy.h.
12530         (strcpy): Use ANSI prototype.
12531
12532 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12533
12534         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
12535         * config.make.in (config-extra-cppflags): Set it from
12536         libc_extra_cppflags.
12537         * configure.ac (libc_extra_cflags): Make it accumulate over
12538         configure fragments.
12539         (libc_extra_cppflags): New flag.
12540         * configure. Regenerate.
12541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
12542         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
12543         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
12544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
12545
12546         [BZ #16815]
12547         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
12548         result for FE_DOWNWARD rounding mode.
12549         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
12550         Likewise.
12551         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12552
12553 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
12554
12555         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
12556         in function argument name.
12557
12558 2014-04-03  David Svoboda  <svoboda@cert.org>
12559
12560         [BZ #5666]
12561         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
12562         explicitly.
12563
12564 2014-04-03  Roland McGrath  <roland@hack.frob.com>
12565
12566         * elf/dl-unmap-segments.h: New file.
12567         * sysdeps/generic/ldsodefs.h
12568         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
12569         * elf/dl-close.c: Include <dl-unmap-segments.h>.
12570         * elf/dl-fptr.c: Likewise.
12571         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
12572         * sysdeps/aarch64/tlsdesc.c: Likewise.
12573         * sysdeps/arm/tlsdesc.c: Likewise.
12574         * sysdeps/i386/tlsdesc.c: Likewise.
12575         * sysdeps/tile/dl-runtime.c: Likewise.
12576         * sysdeps/x86_64/tlsdesc.c: Likewise.
12577         * elf/dl-load.h: New file.
12578         * elf/dl-load.c: Include it.
12579         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
12580         Macros moved to dl-load.h.
12581         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
12582         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
12583         Use _dl_unmap_segments in place of __munmap.
12584         Break out segment-mapping loop into ...
12585         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
12586
12587 2014-04-03  Will Newton  <will.newton@linaro.org>
12588
12589         * elf/dl-lookup.c (do_lookup_x): Remove comment
12590         referring to nested function and move variable
12591         declarations down to before first use.
12592
12593 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
12594
12595         [BZ #16799]
12596         [BZ #16800]
12597         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
12598         with 0 numerator.
12599         * math/s_catanf.c (__catanf): Likewise.
12600         * math/s_catanh.c (__catanh): Likewise.
12601         * math/s_catanhf.c (__catanhf): Likewise.
12602         * math/s_catanhl.c (__catanhl): Likewise.
12603         * math/s_catanl.c (__catanl): Likewise.
12604         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
12605         by positive zero when computing -Inf result.
12606         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
12607         (catanh_test): Likewise.
12608         * sysdeps/i386/fpu/libm-test-ulps: Update.
12609         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12610
12611         [BZ #16789]
12612         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
12613         instead of using underflowing value in computing result.
12614         * math/s_clog10.c (__clog10): Likewise.
12615         * math/s_clog10f.c (__clog10f): Likewise.
12616         * math/s_clog10l.c (__clog10l): Likewise.
12617         * math/s_clogf.c (__clogf): Likewise.
12618         * math/s_clogl.c (__clogl): Likewise.
12619         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
12620         (clog10_test): Likewise.
12621         * sysdeps/i386/fpu/libm-test-ulps: Update.
12622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12623
12624 2014-04-02  Alan Modra  <amodra@gmail.com>
12625
12626         [BZ #16739]
12627         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
12628         output when value is near a power of two.  Use int64_t for lx and
12629         remove casts.  Use decimal rather than hex exponent constants.
12630         Don't use long double multiplication when double will suffice.
12631         * math/libm-test.inc (nextafter_test_data): Add tests.
12632         * NEWS: Add 16739 and 16786 to bug list.
12633
12634         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
12635
12636         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
12637
12638 2014-04-01  Will Newton  <will.newton@linaro.org>
12639
12640         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
12641         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
12642
12643 2014-04-01  Florian Weimer  <fweimer@redhat.com>
12644
12645         [BZ #13347]
12646         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
12647         * nptl/tst-setuid2.c: New file.
12648         * nptl/Makefile (xtests): Add tst-setuid2.
12649
12650 2014-04-01  Alan Modra  <amodra@gmail.com>
12651
12652         [BZ #16786]
12653         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
12654
12655 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
12656
12657         [BZ #6803]
12658         [BZ #6804]
12659         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
12660         set errno as appropriate.
12661         * math/w_scalbf.c (__scalbf): Likewise.
12662         * math/w_scalbl.c (__scalbl): Likewise.
12663         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
12664         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
12665         * math/libm-test.inc (scalb_test_data): Add errno expectations.
12666         Add more NaN tests.
12667
12668         [BZ #16349]
12669         * math/w_atan2.c: Include <errno.h>.
12670         (__atan2): Set errno for result underflowing to zero.
12671         * math/w_atan2f.c: Include <errno.h>.
12672         (__atan2f): Set errno for result underflowing to zero.
12673         * math/w_atan2l.c: Include <errno.h>.
12674         (__atan2l): Set errno for result underflowing to zero.
12675         * math/auto-libm-test-in: Don't allow missing errno for some atan2
12676         tests.
12677         * math/auto-libm-test-out: Regenerated.
12678
12679 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12680
12681         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
12682         Encode instruction correctly in little endian.
12683         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
12684         Likewise.
12685         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
12686         Likewise.
12687         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
12688         Likewise.
12689         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
12690         Likewise.
12691
12692 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
12693
12694         [BZ #9894]
12695         * sysdeps/unix/sysv/linux/kernel-features.h
12696         [__sparc__ && !__arch64__ && !__sparc_v9__]
12697         (__ASSUME_SET_ROBUST_LIST): Do not define.
12698         [__sparc__ && !__arch64__ && !__sparc_v9__]
12699         (__ASSUME_FUTEX_LOCK_PI): Likewise.
12700         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
12701         Likewise.
12702         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12703         (__ASSUME_FUTEX_LOCK_PI): Undefine.
12704         (__ASSUME_REQUEUE_PI): Likewise.
12705         (__ASSUME_SET_ROBUST_LIST): Likewise.
12706         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12707         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
12708         Undefine.
12709         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12710         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
12711         Likewise.
12712         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
12713         Likewise.
12714         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
12715         Likewise.
12716         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12717         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
12718         Undefine.
12719         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
12720         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
12721         Likewise.
12722
12723         [BZ #16648]
12724         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12725         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
12726         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
12727
12728 2014-03-31  Will Newton  <will.newton@linaro.org>
12729
12730         * benchtests/Makefile (bench): Add ffs and ffsll to list
12731         of tests.
12732         * benchtests/ffs-inputs: New file.
12733         * benchtests/ffsll-inputs: Likewise.
12734
12735 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
12736
12737         [BZ #16770]
12738         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
12739         too large before casting to int.
12740         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
12741         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
12742         * math/libm-test.inc (scalb_test_data): Add more tests.
12743
12744 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
12745
12746         * benchtests/Makefile (DETAILED_OPT): New make option.
12747         (bench-func): Run benchmark program with -d if DETAILED_OPT is
12748         set.
12749         * benchtests/bench-skeleton.c: Include stdbool.h.
12750         (main): Store and print timings per input.
12751         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
12752         member to each argument value.
12753         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
12754         (_print_arg_data): Initialize per-input timing to 0.
12755
12756         * benchtests/Makefile (timing-type): New binary.
12757         (bench-clean): Also remove bench-timing-type.
12758         (bench): New target for timing-type.
12759         (bench-func): Print output in JSON format.
12760         * benchtests/bench-skeleton.c (main): Print output in JSON
12761         format.
12762         * benchtests/bench-timing-type.c: New file.
12763         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
12764         (TIMING_PRINT_STATS): Remove.
12765         * benchtests/scripts/bench.py (_print_arg_data): Store variant
12766         name separately.
12767
12768         * benchtests/bench-modf.c: Remove.
12769         * benchtests/modf-inputs: New inputs file.
12770
12771 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
12772
12773         [BZ #16362]
12774         * math/s_clog10.c (M_PI_LOG10E): New macro.
12775         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
12776         imaginary parts are 0.
12777         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
12778         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
12779         imaginary parts are 0.
12780         * math/s_clog10l.c (M_PI_LOG10El): New macro.
12781         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
12782         imaginary parts are 0.
12783         * math/libm-test.inc (clog10_test_data): Update expected results
12784         for when real and imaginary parts are 0.
12785
12786 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
12787
12788         * elf/dl-load.c: Finish conversion of __builtin_expect into
12789         __glibc_{un}likely.
12790
12791 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
12792
12793         [BZ #16348]
12794         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
12795         1+x for argument with exponent below -67.
12796         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12797         Likewise.
12798         * math/auto-libm-test-in: Add more tests of exp.
12799         * math/auto-libm-test-out: Regenerated.
12800
12801 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12802
12803         [BZ #16759]
12804         * inet/getnetgrent_r.c (get_nonempty_val): New function.
12805         (nscd_getnetgrent): Use it.
12806
12807         [BZ #16760]
12808         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12809         of stpcpy.
12810
12811 2014-03-27  Andi Kleen  <ak@linux.intel.com>
12812
12813         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12814         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12815         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12816         (lll_robust_unlock): Remove out of line section. Use cfi
12817         intrinsics.
12818         (LLL_STUB_UNWIND_INFO*): Remove.
12819         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12820         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12821         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12822         (lll_robust_unlock): Remove out of line section. Use cfi
12823         intrinsics.
12824         (LLL_STUB_UNWIND_INFO*): Remove.
12825
12826 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12827
12828         [BZ #16758]
12829         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12830         blank values.
12831
12832 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
12833
12834         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12835
12836 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
12837
12838         [BZ #16198]
12839         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12840         fnstenv.
12841         * math/test-fenv-preserve.c: New file.
12842         * math/Makefile (tests): Add test-fenv-preserve.
12843
12844 2014-03-26  Will Newton <will.newton@linaro.org>
12845
12846         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12847
12848 2014-03-25  Roland McGrath  <roland@hack.frob.com>
12849
12850         * scripts/versionlist.awk: Partition the version sets and emit all
12851         GLIBC_* (sorted) before all others (sorted).
12852
12853 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12854
12855         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12856         GLIBC_2.2.5 version.
12857
12858 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12859
12860         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12861         calls.
12862
12863         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12864         previous change.
12865
12866         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12867
12868 2014-03-25  Andreas Schwab  <schwab@suse.de>
12869
12870         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12871         label to be used after in6ailist is initialized.
12872
12873 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12874
12875         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12876         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12877
12878 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12879
12880         [BZ #16357]
12881         [BZ #16599]
12882         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12883         min_plus_half.
12884         (fp_formats): Update initializers.
12885         (init_fp_formats): Initialize new field.
12886         (output_for_one_input_case): Allow underflow for results up to
12887         min_plus_half.
12888         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12889         * math/auto-libm-test-in: Don't mark some underflows from asin and
12890         atanh as spurious.
12891         * math/auto-libm-test-out: Regenerated.
12892         * sysdeps/i386/fpu/libm-test-ulps: Update.
12893         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12894
12895 2014-03-25  Andreas Schwab  <schwab@suse.de>
12896
12897         * libio/Makefile (tst-ftell-partial-wide-ENV)
12898         (tst-ftell-active-handler-ENV): Define.
12899
12900 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12901
12902         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12903
12904 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12905
12906         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12907
12908 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12909
12910         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12911         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12912         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12913
12914 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12915
12916         [BZ #16634]
12917         * elf/dl-load.c (open_verify): Add mode parameter.
12918         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12919         (open_path): Change from boolean 'secure' to complete flag 'mode'
12920         (_dl_map_object): Adjust.
12921         * elf/Makefile (tests): Add tst-dlopen-aout.
12922         * elf/tst-dlopen-aout.c: New test.
12923
12924 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12925
12926         [BZ #16714]
12927         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12928         (struct stat): Rename member pad0 to __glibc_reserved0.
12929
12930         [BZ #16712]
12931         * sysdeps/s390/s390-32/bits/wordsize.h
12932         (__WORDSIZE32_SIZE_ULONG): New define.
12933         * sysdeps/s390/s390-64/bits/wordsize.h
12934         (__WORDSIZE32_SIZE_ULONG): Likewise.
12935         * sysdeps/generic/stdint.h (SIZE_MAX):
12936         Define as UL if __WORDSIZE32_SIZE_ULONG.
12937
12938         [BZ #16713]
12939         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12940         (__glibc_reserved0): New variable.
12941         (sa_flags): Change type to int.
12942
12943         * posix/Makefile (before-compile): Use += before-compile instead
12944         of a :=.
12945
12946         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12947         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12948
12949 2014-03-20  Andreas Schwab  <schwab@suse.de>
12950
12951         [BZ #16743]
12952         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12953         non-matching result from nscd.
12954
12955 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12956
12957         * scripts/bench.py: Moved to ...
12958         * benchtests/scripts/bench.py: ... here.
12959         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12960
12961 2014-03-24  Andreas Schwab  <schwab@suse.de>
12962
12963         [BZ #16002]
12964         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12965         alloca_account and account alloca use for struct in6ailist.
12966
12967 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12968
12969         [BZ #16284]
12970         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12971         rounding mode to recompute results that overflow to infinity or
12972         underflow to zero.
12973         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12974         bug 16284.
12975         * math/auto-libm-test-out: Regenerated.
12976         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12977         (ccosh_test): Likewise.
12978         (csin_test_data): Use plus_oflow.
12979         (csin_test): Use ALL_RM_TEST.
12980         (csinh_test_data): Use plus_oflow.
12981         (csinh_test): Use ALL_RM_TEST.
12982         * sysdeps/i386/fpu/libm-test-ulps: Update.
12983         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12984
12985 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12986
12987         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12988         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12989         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12990
12991         [BZ #16731]
12992         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12993         when x - 1 is zero.
12994         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12995         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12996         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12997         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12998         argument is 1.
12999         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
13000         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
13001         zero.
13002         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
13003         * sysdeps/i386/fpu/libm-test-ulps: Update.
13004         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13005
13006 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13007
13008         * scripts/bench.pl: Remove file.
13009         * scripts/bench.py: New benchmark script.
13010         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
13011         * benchtests/README: Mention python dependency.
13012         * scripts/pylintrc: New file.
13013         * scripts/pylint: New file.
13014
13015         * bits/mathdef.h: Use #ifdef instead of #if.
13016         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
13017         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13018         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
13019         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13020         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
13021         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13022
13023 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13024             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13025
13026         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
13027         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
13028         and strpbrk-ppc64 objects.
13029         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13030         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
13031         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
13032         multiarch strpbrk for POWER7.
13033         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
13034         multiarch strpbrk for PPC64.
13035         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
13036         ifunc selector.
13037         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
13038         strpbrk for POWER7.
13039
13040 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
13041
13042         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
13043         (atan_test): Likewise.
13044         (atanh_test_data): Use NO_TEST_INLINE for two tests.
13045         (atanh_test): Use ALL_RM_TEST.
13046         (atan2_test_data): Likewise.
13047         (cabs_test): Likewise.
13048         (cacosh_test): Likewise.
13049         (carg_test): Likewise.
13050         (casin_test): Likewise.
13051         (casinh_test): Likewise.
13052         (cbrt_test): Likewise.
13053         (csqrt_test): Likewise.
13054         (erf_test): Likewise.
13055         (erfc_test): Likewise.
13056         (pow10_test): Likewise.
13057         (exp2_test): Likewise.
13058         (hypot_test): Likewise.
13059         (j0_test): Likewise.
13060         (j1_test): Likewise.
13061         (lgamma_test): Likewise.
13062         (gamma_test): Likewise.
13063         (sincos_test): Likewise.
13064         (tanh_test): Likewise.
13065         (y0_test): Likewise.
13066         (y1_test): Likewise.
13067         * sysdeps/i386/fpu/libm-test-ulps: Update.
13068         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13069
13070 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13071
13072         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
13073         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
13074         and strcspn-ppc64 objects.
13075         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13076         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
13077         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
13078         multiarch strcspn for POWER7.
13079         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
13080         multiarch strcspn for PPC64.
13081         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
13082         ifunc selector.
13083         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
13084         strcspn for POWER7.
13085
13086 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
13087
13088         * math/gen-libm-test.pl (generate_testfile): Expect only function
13089         name as argument to AUTO_TESTS_* and pass results for all rounding
13090         modes to parse_args.
13091         (parse_auto_input): Separate inputs of automatic tests from
13092         outputs before storing in %auto_tests.
13093         * math/libm-test.inc (acos_test_data): Update call to
13094         AUTO_TESTS_f_f.
13095         (acos_test): Use ALL_RM_TEST.
13096         (acos_tonearest_test_data): Remove.
13097         (acos_test_tonearest): Likewise.
13098         (acos_towardzero_test_data): Likewise.
13099         (acos_test_towardzero): Likewise.
13100         (acos_downward_test_data): Likewise.
13101         (acos_test_downward): Likewise.
13102         (acos_upward_test_data): Likewise.
13103         (acos_test_upward): Likewise.
13104         (acosh_test_data): Update call to AUTO_TESTS_f_f.
13105         (asin_test_data): Likewise.
13106         (asin_test): Use ALL_RM_TEST.
13107         (asin_tonearest_test_data): Remove.
13108         (asin_test_tonearest): Likewise.
13109         (asin_towardzero_test_data): Likewise.
13110         (asin_test_towardzero): Likewise.
13111         (asin_downward_test_data): Likewise.
13112         (asin_test_downward): Likewise.
13113         (asin_upward_test_data): Likewise.
13114         (asin_test_upward): Likewise.
13115         (asinh_test_data): Update call to AUTO_TESTS_f_f.
13116         (atan_test_data): Likewise.
13117         (atanh_test_data): Likewise.
13118         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
13119         (cabs_test_data): Update call to AUTO_TESTS_c_f.
13120         (carg_test_data): Likewise.
13121         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
13122         (ccos_test_data): Update call to AUTO_TESTS_c_c.
13123         (ccosh_test_data): Likewise.
13124         (cexp_test_data): Likewise.
13125         (clog_test_data): Likewise.
13126         (clog10_test_data): Likewise.
13127         (cos_test_data): Update call to AUTO_TESTS_f_f.
13128         (cos_test): Use ALL_RM_TEST.
13129         (cos_tonearest_test_data): Remove.
13130         (cos_test_tonearest): Likewise.
13131         (cos_towardzero_test_data): Likewise.
13132         (cos_test_towardzero): Likewise.
13133         (cos_downward_test_data): Likewise.
13134         (cos_test_downward): Likewise.
13135         (cos_upward_test_data): Likewise.
13136         (cos_test_upward): Likewise.
13137         (cosh_test_data): Update call to AUTO_TESTS_f_f.
13138         (cosh_test): Use ALL_RM_TEST.
13139         (cosh_tonearest_test_data): Remove.
13140         (cosh_test_tonearest): Likewise.
13141         (cosh_towardzero_test_data): Likewise.
13142         (cosh_test_towardzero): Likewise.
13143         (cosh_downward_test_data): Likewise.
13144         (cosh_test_downward): Likewise.
13145         (cosh_upward_test_data): Likewise.
13146         (cosh_test_upward): Likewise.
13147         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
13148         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
13149         (ctan_test_data): Likewise.
13150         (ctan_test): Use ALL_RM_TEST.
13151         (ctan_tonearest_test_data): Remove.
13152         (ctan_test_tonearest): Likewise.
13153         (ctan_towardzero_test_data): Likewise.
13154         (ctan_test_towardzero): Likewise.
13155         (ctan_downward_test_data): Likewise.
13156         (ctan_test_downward): Likewise.
13157         (ctan_upward_test_data): Likewise.
13158         (ctan_test_upward): Likewise.
13159         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
13160         (ctanh_test): Use ALL_RM_TEST.
13161         (ctanh_tonearest_test_data): Remove.
13162         (ctanh_test_tonearest): Likewise.
13163         (ctanh_towardzero_test_data): Likewise.
13164         (ctanh_test_towardzero): Likewise.
13165         (ctanh_downward_test_data): Likewise.
13166         (ctanh_test_downward): Likewise.
13167         (ctanh_upward_test_data): Likewise.
13168         (ctanh_test_upward): Likewise.
13169         (erf_test_data): Update call to AUTO_TESTS_f_f.
13170         (erfc_test_data): Likewise.
13171         (exp_test_data): Likewise.
13172         (exp_test): Use ALL_RM_TEST.
13173         (exp_tonearest_test_data): Remove.
13174         (exp_test_tonearest): Likewise.
13175         (exp_towardzero_test_data): Likewise.
13176         (exp_test_towardzero): Likewise.
13177         (exp_downward_test_data): Likewise.
13178         (exp_test_downward): Likewise.
13179         (exp_upward_test_data): Likewise.
13180         (exp_test_upward): Likewise.
13181         (exp10_test_data): Update call to AUTO_TESTS_f_f.
13182         (exp10_test): Use ALL_RM_TEST.
13183         (exp10_tonearest_test_data): Remove.
13184         (exp10_test_tonearest): Likewise.
13185         (exp10_towardzero_test_data): Likewise.
13186         (exp10_test_towardzero): Likewise.
13187         (exp10_downward_test_data): Likewise.
13188         (exp10_test_downward): Likewise.
13189         (exp10_upward_test_data): Likewise.
13190         (exp10_test_upward): Likewise.
13191         (exp2_test_data): Update call to AUTO_TESTS_f_f.
13192         (expm1_test_data): Likewise.
13193         (expm1_test): Use ALL_RM_TEST.
13194         (expm1_tonearest_test_data): Remove.
13195         (expm1_test_tonearest): Likewise.
13196         (expm1_towardzero_test_data): Likewise.
13197         (expm1_test_towardzero): Likewise.
13198         (expm1_downward_test_data): Likewise.
13199         (expm1_test_downward): Likewise.
13200         (expm1_upward_test_data): Likewise.
13201         (expm1_test_upward): Likewise.
13202         (fma_test_data): Update call to AUTO_TESTS_fff_f.
13203         (fma_test): Use ALL_RM_TEST.
13204         (fma_towardzero_test_data): Remove.
13205         (fma_test_towardzero): Likewise.
13206         (fma_downward_test_data): Likewise.
13207         (fma_test_downward): Likewise.
13208         (fma_upward_test_data): Likewise.
13209         (fma_test_upward): Likewise.
13210         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
13211         (j0_test_data): Update call to AUTO_TESTS_f_f.
13212         (j1_test_data): Likewise.
13213         (jn_test_data): Update call to AUTO_TESTS_if_f.
13214         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
13215         (log_test_data): Update call to AUTO_TESTS_f_f.
13216         (log10_test_data): Likewise.
13217         (log1p_test_data): Likewise.
13218         (log2_test_data): Likewise.
13219         (pow_test_data): Update call to AUTO_TESTS_ff_f.
13220         (pow_tonearest_test_data): Likewise.
13221         (sin_test_data): Update call to AUTO_TESTS_f_f.
13222         (sin_test): Use ALL_RM_TEST.
13223         (sin_tonearest_test_data): Remove.
13224         (sin_test_tonearest): Likewise.
13225         (sin_towardzero_test_data): Likewise.
13226         (sin_test_towardzero): Likewise.
13227         (sin_downward_test_data): Likewise.
13228         (sin_test_downward): Likewise.
13229         (sin_upward_test_data): Likewise.
13230         (sin_test_upward): Likewise.
13231         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
13232         (sinh_test_data): Update call to AUTO_TESTS_f_f.
13233         (sinh_test): Use ALL_RM_TEST.
13234         (sinh_tonearest_test_data): Remove.
13235         (sinh_test_tonearest): Likewise.
13236         (sinh_towardzero_test_data): Likewise.
13237         (sinh_test_towardzero): Likewise.
13238         (sinh_downward_test_data): Likewise.
13239         (sinh_test_downward): Likewise.
13240         (sinh_upward_test_data): Likewise.
13241         (sinh_test_upward): Likewise.
13242         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
13243         (sqrt_test): Use ALL_RM_TEST.
13244         (sqrt_tonearest_test_data): Remove.
13245         (sqrt_test_tonearest): Likewise.
13246         (sqrt_towardzero_test_data): Likewise.
13247         (sqrt_test_towardzero): Likewise.
13248         (sqrt_downward_test_data): Likewise.
13249         (sqrt_test_downward): Likewise.
13250         (sqrt_upward_test_data): Likewise.
13251         (sqrt_test_upward): Likewise.
13252         (tan_test_data): Update call to AUTO_TESTS_f_f.
13253         (tan_test): Use ALL_RM_TEST.
13254         (tan_tonearest_test_data): Remove.
13255         (tan_test_tonearest): Likewise.
13256         (tan_towardzero_test_data): Likewise.
13257         (tan_test_towardzero): Likewise.
13258         (tan_downward_test_data): Likewise.
13259         (tan_test_downward): Likewise.
13260         (tan_upward_test_data): Likewise.
13261         (tan_test_upward): Likewise.
13262         (tanh_test_data): Update call to AUTO_TESTS_f_f.
13263         (tgamma_test_data): Likewise.
13264         (y0_test_data): Likewise.
13265         (y1_test_data): Likewise.
13266         (yn_test_data): Update call to AUTO_TESTS_if_f.
13267         (main): Do not call removed functions.
13268
13269 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
13270
13271         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
13272         (ldexp_test_data): Remove.
13273         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
13274         scalbn_test_data.
13275         (scalb_test): Use ALL_RM_TEST.
13276
13277 2014-03-19  Andreas Schwab  <schwab@suse.de>
13278
13279         * nscd/nscd.service: Also invalidate netgroup cache on reload.
13280
13281 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
13282
13283         [BZ #16649]
13284         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13285         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
13286         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
13287         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13288         (__ASSUME_PREADV): Undefine.
13289         (__ASSUME_PWRITEV): Likewise.
13290
13291 2014-03-18  Roland McGrath  <roland@hack.frob.com>
13292
13293         * bits/mman-linux.h: Add comment about non-Linux use.
13294         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
13295         bits/mman-linux.h resting place.
13296
13297         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
13298         * bits/mman-linux.h: ... here.
13299
13300 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13301
13302         * conform/conformtest.pl: Add standard definition when calling C
13303         preprocessor on data files.
13304         (checknamespace): Remove unused variable.
13305
13306 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
13307
13308         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
13309         minus_oflow, plus_uflow and minus_uflow in expected results.
13310         * math/libm-test.inc (scalbn_test_data): Add more tests of
13311         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
13312         minus_uflow.
13313         (scalbn_test): Use ALL_RM_TEST.
13314         (scalbln_test_data): Add more tests of negative arguments.  Use
13315         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
13316         (scalbln_test): Use ALL_RM_TEST.
13317
13318 2014-03-18  Roland McGrath  <roland@hack.frob.com>
13319
13320         * scripts/abilist.awk: Ignore symbols marked with .hidden.
13321
13322 2014-03-18  Will Newton  <will.newton@linaro.org>
13323
13324         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
13325         inaccurate comment.
13326
13327 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
13328
13329         * Makerules [!subdir] (check-abi): Exit with error status if a
13330         test failed.
13331
13332 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
13333
13334         * math/libm-test.inc (nearbyint_test_data): Include all tests used
13335         for rint.  Include results for all rounding modes.
13336         (nearbyint_test): Use ALL_RM_TEST.
13337         (rint_test_data): Include all tests used for nearbyint.
13338
13339 2014-03-17  Will Newton  <will.newton@linaro.org>
13340
13341         * nptl/sysdeps/pthread/pthread.h: Revert previous
13342         change.
13343
13344         * sysdeps/generic/ldsodefs.h: Revert previous
13345         change.
13346
13347         * libio/genops.c: Revert previous change.
13348         * libio/libioP.h: Likewise.
13349         * stdio-common/vfprintf.c: Likewise.
13350
13351         * sysdeps/generic/math_private.h: Revert previous
13352         change.
13353
13354         * sysdeps/generic/math_private.h: Check whether
13355         HAVE_RM_CTX is defined with #ifdef rather
13356         than #if.
13357
13358         * argp/argp-fmtstream.h: Check whether
13359         __STRICT_ANSI__ is defined with #ifdef rather
13360         than #if.
13361         * argp/argp.h: Likewise.
13362
13363         * libio/genops.c: Check whether
13364         _IO_JUMPS_OFFSET is defined with #ifdef rather
13365         than #if.
13366         * libio/libioP.h: Likewise.
13367         * stdio-common/vfprintf.c: Likewise.
13368
13369         * sysdeps/generic/ldsodefs.h: Check whether
13370         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
13371         than #if.
13372
13373         * nptl/sysdeps/pthread/pthread.h: Check
13374         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
13375         its value.
13376
13377 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
13378
13379         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
13380         setting O_APPEND.
13381         * libio/tst-ftell-active-handler.c (do_append_test): Add a
13382         test case.
13383
13384         [BZ #16680]
13385         * libio/fileops.c (_IO_file_open): Seek to end of file but
13386         don't cache the offset.
13387         (get_file_offset): Remove function.
13388         (do_ftell): Use cached offset when available.
13389         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
13390         don't cache the offset.
13391         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
13392         case.
13393         (do_one_test): Call it.
13394         (do_ftell_test): Fix up expected old offset for a+ mode.
13395         * libio/wfileops.c (do_ftell_wide): Used cached offset when
13396         available.
13397
13398         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
13399         up test status with function return status.
13400         (do_write_test): Likewise.
13401         (do_append_test): Likewise.
13402
13403         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
13404         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
13405         Remove.
13406
13407 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
13408
13409         * math/gen-libm-test.pl (parse_args): Handle results specified for
13410         each rounding mode separately.
13411         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
13412         tests and results from lrint_tonearest_test_data,
13413         lrint_towardzero_test_data, lrint_downward_test_data and
13414         lrint_upward_test_data.
13415         (lrint_test): Use ALL_RM_TEST.
13416         (lrint_tonearest_test_data): Remove.
13417         (lrint_test_tonearest): Likewise.
13418         (lrint_towardzero_test_data): Likewise.
13419         (lrint_test_towardzero): Likewise.
13420         (lrint_downward_test_data): Likewise.
13421         (lrint_test_downward): Likewise.
13422         (lrint_upward_test_data): Likewise.
13423         (lrint_test_upward): Likewise.
13424         (llrint_test_data): Merge in per-rounding-mode tests and results
13425         from llrint_tonearest_test_data, llrint_towardzero_test_data,
13426         llrint_downward_test_data and llrint_upward_test_data.
13427         (llrint_test): Use ALL_RM_TEST.
13428         (llrint_tonearest_test_data): Remove.
13429         (llrint_test_tonearest): Likewise.
13430         (llrint_towardzero_test_data): Likewise.
13431         (llrint_test_towardzero): Likewise.
13432         (llrint_downward_test_data): Likewise.
13433         (llrint_test_downward): Likewise.
13434         (llrint_upward_test_data): Likewise.
13435         (llrint_test_upward): Likewise.
13436         (rint_test_data): Merge in per-rounding-mode tests and results
13437         from rint_tonearest_test_data, rint_towardzero_test_data,
13438         rint_downward_test_data and rint_upward_test_data.  Add
13439         per-rounding-mode results for tests not in those arrays.
13440         (rint_test): Use ALL_RM_TEST.
13441         (rint_tonearest_test_data): Remove.
13442         (rint_test_tonearest): Likewise.
13443         (rint_towardzero_test_data): Likewise.
13444         (rint_test_towardzero): Likewise.
13445         (rint_downward_test_data): Likewise.
13446         (rint_test_downward): Likewise.
13447         (rint_upward_test_data): Likewise.
13448         (rint_test_upward): Likewise.
13449         (main): Don't call removed functions.
13450
13451 2014-03-14  Roland McGrath  <roland@hack.frob.com>
13452
13453         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
13454         "Compiled on ..." crapola.  It is anti-useful.
13455
13456 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
13457
13458         * scripts/evaluate-test.sh: Handle fourth argument to determine
13459         whether test run should stop on failure.
13460         * Makeconfig (stop-on-test-failure): New variable.
13461         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
13462         $(stop-on-test-failure).
13463         * Makefile (tests): Give a summary of results from testing and
13464         exit with failure status if they include an ERROR or FAIL.
13465         (xtests): Likewise.
13466         * manual/install.texi (Configuring and compiling): Mention
13467         stop-on-test-failure=y.
13468         * INSTALL: Regenerated.
13469
13470 2014-03-14  Roland McGrath  <roland@hack.frob.com>
13471
13472         * scripts/versionlist.awk: New file.
13473         * Makerules [$(build-shared) = yes]
13474         (postclean-generated): Add Versions.def, not Versions.def.v and
13475         Versions.def.v.i.
13476         ($(common-objpfx)Versions.def.v.i): Target removed.
13477         ($(common-objpfx)Versions.def): New target.
13478         ($(common-objpfx)Versions.all): Depend on that rather that
13479         $(common-objpfx)Versions.def.v.
13480         * Versions.def: File removed.
13481
13482         * Makeconfig (+gccwarn): Add -Wundef.
13483         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
13484         a dl-sysdep.h breaking its contract.
13485         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
13486         * include/stackinfo.h: New file.
13487         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
13488         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
13489         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
13490         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
13491         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
13492         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
13493         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13494         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13495         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13496         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13497         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13498         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
13499         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13500         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13501         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13502
13503 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13504
13505         [BZ #16707]
13506         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
13507         implementation.
13508         * math/libm-test.inc (round_test_data): Add more tests.
13509
13510         [BZ #16706]
13511         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
13512         implementation.
13513         * math/libm-test.inc (nearbyint_test_data): Add more tests.
13514
13515         [BZ #16701]
13516         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
13517         implementation.
13518         * math/libm-test.inc (ceil_test_data): Add more tests.
13519
13520         * math/libm-test.inc (trunc_test_data): Add more tests related to
13521         BZ#16414.
13522
13523 2014-03-14  Roland McGrath  <roland@hack.frob.com>
13524
13525         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
13526         with #if rather than #ifdef.
13527         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
13528
13529 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
13530
13531         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
13532         first.  Disable AVX-512 GCC support if assembler doesn't support
13533         it.
13534         * sysdeps/x86_64/configure: Regenerated.
13535
13536 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
13537
13538         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
13539         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
13540         (__old_pthread_attr_setstack): Likewise.
13541         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
13542         [!_STACK_GROWS_DOWN]: Likewise.
13543
13544 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
13545
13546         * config.make.in (have-bash2): Delete.
13547         * configure.ac (libc_cv_have_bash2): Delete.
13548         * configure: Regenerate.
13549         * elf/Makefile (common-ldd-rewrite): Rename to ...
13550         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
13551         (sh-ldd-rewrite): Delete.
13552         (bash-ldd-rewrite): Delete.
13553         (have-bash2): Delete checks.
13554         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
13555         ldd-rewrite.
13556
13557         * config.make.in (have-ksh): Delete.
13558         (KSH): Delete.
13559         * configure.ac (libc_cv_have_ksh): Delete.
13560         * configure: Regenerate.
13561
13562         * elf/Makefile: Delete $(have-ksh) check.
13563         ($(objpfx)sotruss): Change KSH to BASH.
13564         * elf/sotruss.ksh: Rename to ...
13565         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
13566         function style to match POSIX.  Drop ksh vim mode setting.
13567
13568         * manual/time.texi (Specifying the Time Zone with TZ): Change
13569         Tuesday to Thursday.
13570
13571         * debug/tst-longjmp_chk2.c: Update header comment.
13572         (stackoverflow_handler): Add comment.  Call assert on pass value.
13573
13574 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
13575
13576         [BZ #16194]
13577         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
13578         (HAVE_AVX512_ASM_SUPPORT): Likewise.
13579         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
13580         (La_x86_64_vector): Add zmm.
13581         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
13582         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
13583         ($(objpfx)tst-audit10): New target.
13584         ($(objpfx)tst-audit10.out): Likewise.
13585         (tst-audit10-ENV): New.
13586         (AVX512-CFLAGS): Likewise.
13587         (CFLAGS-tst-audit10.c): Likewise.
13588         (CFLAGS-tst-auditmod10a.c): Likewise.
13589         (CFLAGS-tst-auditmod10b.c): Likewise.
13590         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
13591         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
13592         * sysdeps/x86_64/configure: Regenerated.
13593         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
13594         AVX-512 zmm register support.
13595         (_dl_x86_64_save_sse): Likewise.
13596         (_dl_x86_64_restore_sse): Likewise.
13597         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
13598         size vector registers.
13599         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
13600         (ZMM_SIZE): Likewise.
13601         * sysdeps/x86_64/tst-audit10.c: New file.
13602         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
13603         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
13604
13605 2014-03-13  Roland McGrath  <roland@hack.frob.com>
13606
13607         * configure.ac (HAVE_EHDR_START): New check.
13608         * configure: Regenerated.
13609         * config.h.in (HAVE_EHDR_START): New #undef.
13610         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
13611         assuming the lowest-addressed segment maps the start of the file.
13612
13613 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
13614
13615         * INSTALL: Regenerated.
13616
13617 2014-03-13  Will Newton  <will.newton@linaro.org>
13618
13619         * manual/setjmp.texi (System V contexts): Improve
13620         clarity and grammar of documentation.
13621
13622 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
13623
13624         [BZ #16381]
13625         * elf/Makefile (tests): Add tst-pie2.
13626         (tests-pie): Add tst-pie2.
13627         * elf/tst-pie2.c: New file.
13628         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
13629         for ET_EXEC.
13630         * elf/rtld.c (map_doit): Load executable as lt_executable.
13631         (dl_main): Likewise.
13632
13633 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
13634
13635         [BZ #16642]
13636         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13637         (__ASSUME_PSELECT): Undefine.
13638
13639 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13640
13641         [BZ #16689]
13642         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
13643         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
13644         static build.
13645         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
13646         selector for static builds.
13647
13648 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13649
13650         [BZ #16695]
13651         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
13652         key in the buffer.
13653
13654 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13655
13656         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
13657         IFUNC selector for static builds.
13658
13659 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
13660
13661         * sysdeps/mips/math_private.h [__mips_hard_float]
13662         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
13663         libc_feresetround_mips_ctx.
13664         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
13665         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
13666         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
13667
13668         [BZ #16677]
13669         * math/s_nextafter.c (__nextafter): Do not return value from
13670         overflowing computation.
13671         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
13672         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
13673         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
13674         Likewise.
13675         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
13676         Likewise.
13677         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
13678         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
13679
13680 2014-03-11  Roland McGrath  <roland@hack.frob.com>
13681
13682         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
13683         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
13684         Move sfi_sp use from the load-multiple (that no longer sets sp) to
13685         the new mov targetting sp.
13686
13687 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13688
13689         [BZ #16683]
13690         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
13691         Define it for static builds as well.
13692         (NO_BZERO_IMPL): Likewise.
13693
13694 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13695
13696         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
13697         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
13698         multiarch strspn for PPC64.
13699         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
13700         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
13701         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13702         (__libc_ifunc_impl_list): Likewise.
13703         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
13704         multiarch optimizations
13705         * string/strspn.c (strspn): Using macro to redefine symbol name.
13706
13707 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13708             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13709
13710         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
13711         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
13712         multiarch strncat for PPC64.
13713         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
13714         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
13715         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13716         (__libc_ifunc_impl_list): Likewise.
13717         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
13718         multiarch optimizations
13719
13720 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
13721
13722         [BZ #16639]
13723         * nscd/nscd.service: Make service type forking.
13724
13725 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13726
13727         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
13728         sign in non default rounding modes.
13729         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
13730
13731 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
13732
13733         * math/libm-test.inc (ALL_RM_TEST): New macro.
13734         (ceil_test): Use ALL_RM_TEST.
13735         (cimag_test): Likewise.
13736         (conj_test): Likewise.
13737         (copysign_test): Likewise.
13738         (cproj_test): Likewise.
13739         (creal_test): Likewise.
13740         (fabs_test): Likewise.
13741         (floor_test): Likewise.
13742         (fmax_test): Likewise.
13743         (fmin_test): Likewise.
13744         (fmod_test): Likewise.
13745         (fpclassify_test): Likewise.
13746         (frexp_test): Likewise.
13747         (ilogb_test): Likewise.
13748         (isfinite_test): Likewise.
13749         (finite_test): Likewise.
13750         (isgreater_test): Likewise.
13751         (isgreaterequal_test): Likewise.
13752         (isinf_test): Likewise.
13753         (isless_test): Likewise.
13754         (islessequal_test): Likewise.
13755         (islessgreater_test): Likewise.
13756         (isnan_test): Likewise.
13757         (isnormal_test): Likewise.
13758         (issignaling_test): Likewise.
13759         (isunordered_test): Likewise.
13760         (logb_test): Likewise.
13761         (logb_downward_test_data): Remove.
13762         (logb_test_downward): Likewise.
13763         (lround_test): Use ALL_RM_TEST.
13764         (llround_test): Likewise.
13765         (modf_test): Likewise.
13766         (nexttoward_test): Likewise.
13767         (remainder_test): Likewise.
13768         (drem_test): Likewise.
13769         (remainder_tonearest_test_data): Likewise.
13770         (remainder_test_tonearest): Likewise.
13771         (drem_test_tonearest): Likewise.
13772         (remainder_towardzero_test_data): Likewise.
13773         (remainder_test_towardzero): Likewise.
13774         (drem_test_towardzero): Likewise.
13775         (remainder_downward_test_data): Likewise.
13776         (remainder_test_downward): Likewise.
13777         (drem_test_downward): Likewise.
13778         (remainder_upward_test_data): Likewise.
13779         (remainder_test_upward): Likewise.
13780         (drem_test_upward): Likewise.
13781         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
13782         (round_test): Use ALL_RM_TEST.
13783         (signbit_test): Likewise.
13784         (trunc_test): Likewise.
13785         (significand_test): Likewise.
13786         (main): Don't call removed functions.
13787
13788 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13789
13790         [BZ #16674]
13791         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
13792         || __USE_XOPEN2K8].
13793         (ILL_ILLOPN): Likewise.
13794         (ILL_ILLADR): Likewise.
13795         (ILL_ILLTRP): Likewise.
13796         (ILL_PRVOPC): Likewise.
13797         (ILL_PRVREG): Likewise.
13798         (ILL_COPROC): Likewise.
13799         (ILL_BADSTK): Likewise.
13800         (FPE_INTDIV): Likewise.
13801         (FPE_INTOVF): Likewise.
13802         (FPE_FLTDIV): Likewise.
13803         (FPE_FLTOVF): Likewise.
13804         (FPE_FLTUND): Likewise.
13805         (FPE_FLTRES): Likewise.
13806         (FPE_FLTINV): Likewise.
13807         (FPE_FLTSUB): Likewise.
13808         (SEGV_MAPERR): Likewise.
13809         (SEGV_ACCERR): Likewise.
13810         (BUS_ADRALN): Likewise.
13811         (BUS_ADRERR): Likewise.
13812         (BUS_OBJERR): Likewise.
13813         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13814         (TRAP_TRACE): Likewise.
13815         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13816         __USE_XOPEN2K8].
13817         (CLD_KILLED): Likewise.
13818         (CLD_DUMPED): Likewise.
13819         (CLD_TRAPPED): Likewise.
13820         (CLD_STOPPED): Likewise.
13821         (CLD_CONTINUED): Likewise.
13822         (POLL_IN): Likewise.
13823         (POLL_OUT): Likewise.
13824         (POLL_MSG): Likewise.
13825         (POLL_ERR): Likewise.
13826         (POLL_PRI): Likewise.
13827         (POLL_HUP): Likewise.
13828         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13829         Likewise.
13830         (ILL_ILLOPN): Likewise.
13831         (ILL_ILLADR): Likewise.
13832         (ILL_ILLTRP): Likewise.
13833         (ILL_PRVOPC): Likewise.
13834         (ILL_PRVREG): Likewise.
13835         (ILL_COPROC): Likewise.
13836         (ILL_BADSTK): Likewise.
13837         (FPE_INTDIV): Likewise.
13838         (FPE_INTOVF): Likewise.
13839         (FPE_FLTDIV): Likewise.
13840         (FPE_FLTOVF): Likewise.
13841         (FPE_FLTUND): Likewise.
13842         (FPE_FLTRES): Likewise.
13843         (FPE_FLTINV): Likewise.
13844         (FPE_FLTSUB): Likewise.
13845         (SEGV_MAPERR): Likewise.
13846         (SEGV_ACCERR): Likewise.
13847         (BUS_ADRALN): Likewise.
13848         (BUS_ADRERR): Likewise.
13849         (BUS_OBJERR): Likewise.
13850         (BUS_MCEERR_AR): Likewise.
13851         (BUS_MCEERR_AO): Likewise.
13852         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13853         (TRAP_TRACE): Likewise.
13854         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13855         __USE_XOPEN2K8].
13856         (CLD_KILLED): Likewise.
13857         (CLD_DUMPED): Likewise.
13858         (CLD_TRAPPED): Likewise.
13859         (CLD_STOPPED): Likewise.
13860         (CLD_CONTINUED): Likewise.
13861         (POLL_IN): Likewise.
13862         (POLL_OUT): Likewise.
13863         (POLL_MSG): Likewise.
13864         (POLL_ERR): Likewise.
13865         (POLL_PRI): Likewise.
13866         (POLL_HUP): Likewise.
13867         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13868         (ILL_ILLOPN): Likewise.
13869         (ILL_ILLADR): Likewise.
13870         (ILL_ILLTRP): Likewise.
13871         (ILL_PRVOPC): Likewise.
13872         (ILL_PRVREG): Likewise.
13873         (ILL_COPROC): Likewise.
13874         (ILL_BADSTK): Likewise.
13875         (FPE_INTDIV): Likewise.
13876         (FPE_INTOVF): Likewise.
13877         (FPE_FLTDIV): Likewise.
13878         (FPE_FLTOVF): Likewise.
13879         (FPE_FLTUND): Likewise.
13880         (FPE_FLTRES): Likewise.
13881         (FPE_FLTINV): Likewise.
13882         (FPE_FLTSUB): Likewise.
13883         (SEGV_MAPERR): Likewise.
13884         (SEGV_ACCERR): Likewise.
13885         (BUS_ADRALN): Likewise.
13886         (BUS_ADRERR): Likewise.
13887         (BUS_OBJERR): Likewise.
13888         (BUS_MCEERR_AR): Likewise.
13889         (BUS_MCEERR_AO): Likewise.
13890         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13891         (TRAP_TRACE): Likewise.
13892         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13893         __USE_XOPEN2K8].
13894         (CLD_KILLED): Likewise.
13895         (CLD_DUMPED): Likewise.
13896         (CLD_TRAPPED): Likewise.
13897         (CLD_STOPPED): Likewise.
13898         (CLD_CONTINUED): Likewise.
13899         (POLL_IN): Likewise.
13900         (POLL_OUT): Likewise.
13901         (POLL_MSG): Likewise.
13902         (POLL_ERR): Likewise.
13903         (POLL_PRI): Likewise.
13904         (POLL_HUP): Likewise.
13905         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13906         Likewise.
13907         (ILL_ILLOPN): Likewise.
13908         (ILL_ILLADR): Likewise.
13909         (ILL_ILLTRP): Likewise.
13910         (ILL_PRVOPC): Likewise.
13911         (ILL_PRVREG): Likewise.
13912         (ILL_COPROC): Likewise.
13913         (ILL_BADSTK): Likewise.
13914         (ILL_BADIADDR): Likewise.
13915         (ILL_BREAK): Likewise.
13916         (FPE_INTDIV): Likewise.
13917         (FPE_INTOVF): Likewise.
13918         (FPE_FLTDIV): Likewise.
13919         (FPE_FLTOVF): Likewise.
13920         (FPE_FLTUND): Likewise.
13921         (FPE_FLTRES): Likewise.
13922         (FPE_FLTINV): Likewise.
13923         (FPE_FLTSUB): Likewise.
13924         (FPE_DECOVF): Likewise.
13925         (FPE_DECDIV): Likewise.
13926         (FPE_DECERR): Likewise.
13927         (FPE_INVASC): Likewise.
13928         (FPE_INVDEC): Likewise.
13929         (SEGV_MAPERR): Likewise.
13930         (SEGV_ACCERR): Likewise.
13931         (SEGV_PSTKOVF): Likewise.
13932         (BUS_ADRALN): Likewise.
13933         (BUS_ADRERR): Likewise.
13934         (BUS_OBJERR): Likewise.
13935         (BUS_MCEERR_AR): Likewise.
13936         (BUS_MCEERR_AO): Likewise.
13937         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13938         (TRAP_TRACE): Likewise.
13939         (TRAP_BRANCH): Likewise.
13940         (TRAP_HWBKPT): Likewise.
13941         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13942         __USE_XOPEN2K8].
13943         (CLD_KILLED): Likewise.
13944         (CLD_DUMPED): Likewise.
13945         (CLD_TRAPPED): Likewise.
13946         (CLD_STOPPED): Likewise.
13947         (CLD_CONTINUED): Likewise.
13948         (POLL_IN): Likewise.
13949         (POLL_OUT): Likewise.
13950         (POLL_MSG): Likewise.
13951         (POLL_ERR): Likewise.
13952         (POLL_PRI): Likewise.
13953         (POLL_HUP): Likewise.
13954         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13955         (ILL_ILLOPN): Likewise.
13956         (ILL_ILLADR): Likewise.
13957         (ILL_ILLTRP): Likewise.
13958         (ILL_PRVOPC): Likewise.
13959         (ILL_PRVREG): Likewise.
13960         (ILL_COPROC): Likewise.
13961         (ILL_BADSTK): Likewise.
13962         (FPE_INTDIV): Likewise.
13963         (FPE_INTOVF): Likewise.
13964         (FPE_FLTDIV): Likewise.
13965         (FPE_FLTOVF): Likewise.
13966         (FPE_FLTUND): Likewise.
13967         (FPE_FLTRES): Likewise.
13968         (FPE_FLTINV): Likewise.
13969         (FPE_FLTSUB): Likewise.
13970         (SEGV_MAPERR): Likewise.
13971         (SEGV_ACCERR): Likewise.
13972         (BUS_ADRALN): Likewise.
13973         (BUS_ADRERR): Likewise.
13974         (BUS_OBJERR): Likewise.
13975         (BUS_MCEERR_AR): Likewise.
13976         (BUS_MCEERR_AO): Likewise.
13977         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13978         (TRAP_TRACE): Likewise.
13979         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13980         __USE_XOPEN2K8].
13981         (CLD_KILLED): Likewise.
13982         (CLD_DUMPED): Likewise.
13983         (CLD_TRAPPED): Likewise.
13984         (CLD_STOPPED): Likewise.
13985         (CLD_CONTINUED): Likewise.
13986         (POLL_IN): Likewise.
13987         (POLL_OUT): Likewise.
13988         (POLL_MSG): Likewise.
13989         (POLL_ERR): Likewise.
13990         (POLL_PRI): Likewise.
13991         (POLL_HUP): Likewise.
13992         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13993         (ILL_ILLOPN): Likewise.
13994         (ILL_ILLADR): Likewise.
13995         (ILL_ILLTRP): Likewise.
13996         (ILL_PRVOPC): Likewise.
13997         (ILL_PRVREG): Likewise.
13998         (ILL_COPROC): Likewise.
13999         (ILL_BADSTK): Likewise.
14000         (FPE_INTDIV): Likewise.
14001         (FPE_INTOVF): Likewise.
14002         (FPE_FLTDIV): Likewise.
14003         (FPE_FLTOVF): Likewise.
14004         (FPE_FLTUND): Likewise.
14005         (FPE_FLTRES): Likewise.
14006         (FPE_FLTINV): Likewise.
14007         (FPE_FLTSUB): Likewise.
14008         (SEGV_MAPERR): Likewise.
14009         (SEGV_ACCERR): Likewise.
14010         (BUS_ADRALN): Likewise.
14011         (BUS_ADRERR): Likewise.
14012         (BUS_OBJERR): Likewise.
14013         (BUS_MCEERR_AR): Likewise.
14014         (BUS_MCEERR_AO): Likewise.
14015         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14016         (TRAP_TRACE): Likewise.
14017         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14018         __USE_XOPEN2K8].
14019         (CLD_KILLED): Likewise.
14020         (CLD_DUMPED): Likewise.
14021         (CLD_TRAPPED): Likewise.
14022         (CLD_STOPPED): Likewise.
14023         (CLD_CONTINUED): Likewise.
14024         (POLL_IN): Likewise.
14025         (POLL_OUT): Likewise.
14026         (POLL_MSG): Likewise.
14027         (POLL_ERR): Likewise.
14028         (POLL_PRI): Likewise.
14029         (POLL_HUP): Likewise.
14030         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
14031         (ILL_ILLOPN): Likewise.
14032         (ILL_ILLADR): Likewise.
14033         (ILL_ILLTRP): Likewise.
14034         (ILL_PRVOPC): Likewise.
14035         (ILL_PRVREG): Likewise.
14036         (ILL_COPROC): Likewise.
14037         (ILL_BADSTK): Likewise.
14038         (FPE_INTDIV): Likewise.
14039         (FPE_INTOVF): Likewise.
14040         (FPE_FLTDIV): Likewise.
14041         (FPE_FLTOVF): Likewise.
14042         (FPE_FLTUND): Likewise.
14043         (FPE_FLTRES): Likewise.
14044         (FPE_FLTINV): Likewise.
14045         (FPE_FLTSUB): Likewise.
14046         (SEGV_MAPERR): Likewise.
14047         (SEGV_ACCERR): Likewise.
14048         (BUS_ADRALN): Likewise.
14049         (BUS_ADRERR): Likewise.
14050         (BUS_OBJERR): Likewise.
14051         (BUS_MCEERR_AR): Likewise.
14052         (BUS_MCEERR_AO): Likewise.
14053         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14054         (TRAP_TRACE): Likewise.
14055         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14056         __USE_XOPEN2K8].
14057         (CLD_KILLED): Likewise.
14058         (CLD_DUMPED): Likewise.
14059         (CLD_TRAPPED): Likewise.
14060         (CLD_STOPPED): Likewise.
14061         (CLD_CONTINUED): Likewise.
14062         (POLL_IN): Likewise.
14063         (POLL_OUT): Likewise.
14064         (POLL_MSG): Likewise.
14065         (POLL_ERR): Likewise.
14066         (POLL_PRI): Likewise.
14067         (POLL_HUP): Likewise.
14068         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
14069         (ILL_ILLOPN): Likewise.
14070         (ILL_ILLADR): Likewise.
14071         (ILL_ILLTRP): Likewise.
14072         (ILL_PRVOPC): Likewise.
14073         (ILL_PRVREG): Likewise.
14074         (ILL_COPROC): Likewise.
14075         (ILL_BADSTK): Likewise.
14076         (ILL_DBLFLT): Likewise.
14077         (ILL_HARDWALL): Likewise.
14078         (FPE_INTDIV): Likewise.
14079         (FPE_INTOVF): Likewise.
14080         (FPE_FLTDIV): Likewise.
14081         (FPE_FLTOVF): Likewise.
14082         (FPE_FLTUND): Likewise.
14083         (FPE_FLTRES): Likewise.
14084         (FPE_FLTINV): Likewise.
14085         (FPE_FLTSUB): Likewise.
14086         (SEGV_MAPERR): Likewise.
14087         (SEGV_ACCERR): Likewise.
14088         (BUS_ADRALN): Likewise.
14089         (BUS_ADRERR): Likewise.
14090         (BUS_OBJERR): Likewise.
14091         (BUS_MCEERR_AR): Likewise.
14092         (BUS_MCEERR_AO): Likewise.
14093         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14094         (TRAP_TRACE): Likewise.
14095         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14096         __USE_XOPEN2K8].
14097         (CLD_KILLED): Likewise.
14098         (CLD_DUMPED): Likewise.
14099         (CLD_TRAPPED): Likewise.
14100         (CLD_STOPPED): Likewise.
14101         (CLD_CONTINUED): Likewise.
14102         (POLL_IN): Likewise.
14103         (POLL_OUT): Likewise.
14104         (POLL_MSG): Likewise.
14105         (POLL_ERR): Likewise.
14106         (POLL_PRI): Likewise.
14107         (POLL_HUP): Likewise.
14108         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
14109         (ILL_ILLOPN): Likewise.
14110         (ILL_ILLADR): Likewise.
14111         (ILL_ILLTRP): Likewise.
14112         (ILL_PRVOPC): Likewise.
14113         (ILL_PRVREG): Likewise.
14114         (ILL_COPROC): Likewise.
14115         (ILL_BADSTK): Likewise.
14116         (FPE_INTDIV): Likewise.
14117         (FPE_INTOVF): Likewise.
14118         (FPE_FLTDIV): Likewise.
14119         (FPE_FLTOVF): Likewise.
14120         (FPE_FLTUND): Likewise.
14121         (FPE_FLTRES): Likewise.
14122         (FPE_FLTINV): Likewise.
14123         (FPE_FLTSUB): Likewise.
14124         (SEGV_MAPERR): Likewise.
14125         (SEGV_ACCERR): Likewise.
14126         (BUS_ADRALN): Likewise.
14127         (BUS_ADRERR): Likewise.
14128         (BUS_OBJERR): Likewise.
14129         (BUS_MCEERR_AR): Likewise.
14130         (BUS_MCEERR_AO): Likewise.
14131         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14132         (TRAP_TRACE): Likewise.
14133         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14134         __USE_XOPEN2K8].
14135         (CLD_KILLED): Likewise.
14136         (CLD_DUMPED): Likewise.
14137         (CLD_TRAPPED): Likewise.
14138         (CLD_STOPPED): Likewise.
14139         (CLD_CONTINUED): Likewise.
14140         (POLL_IN): Likewise.
14141         (POLL_OUT): Likewise.
14142         (POLL_MSG): Likewise.
14143         (POLL_ERR): Likewise.
14144         (POLL_PRI): Likewise.
14145         (POLL_HUP): Likewise.
14146         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
14147         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
14148
14149         [BZ #16670]
14150         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
14151         before #include of <time.h>.
14152         [!__USE_XOPEN2K] (__need_timespec): Likewise.
14153         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
14154         (test-xfail-UNIX98/sched.h/conform): Likewise.
14155
14156 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14157
14158         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
14159         error absence of trapping exception support.
14160         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14161
14162 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14163
14164         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
14165         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
14166         * timezone/Makefile (testdata): Move definition above include of
14167         Rules.
14168         (test-zones): New variable.
14169         (tests-special): Add zone files.
14170         (build-testdata): Use $(evaluate-test).
14171
14172         * elf/Makefile (tests-special): Rename tests to end with .out.
14173         ($(objpfx)noload-mem): Likewise.
14174         ($(objpfx)tst-leaks1-mem): Likewise.
14175         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
14176         * iconv/Makefile (xtests-special): Change test-iconvconfig to
14177         $(objpfx)test-iconvconfig.out.
14178         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
14179         set -e inside subshell and redirect output to file.
14180         * iconvdata/Makefile (generated): Rename tests to end with .out.
14181         Correct type.
14182         (tests-special): Rename tests to end with .out.
14183         ($(objpfx)mtrace-tst-loading): Likewise.
14184         * intl/Makefile (generated): Likewise.
14185         (tests-special): Likewise.
14186         ($(objpfx)mtrace-tst-gettext): Likewise.
14187         * misc/Makefile (generated): Likewise.
14188         (tests-special): Likewise.
14189         ($(objpfx)tst-error1-mem): Likewise.
14190         * nptl/Makefile (tests-special): Likewise.
14191         ($(objpfx)tst-stack3-mem): Likewise.
14192         (generated): Likewise.
14193         * posix/Makefile (generated): Likewise.
14194         (tests-special): Likewise.
14195         (xtests-special): Likewise.
14196         ($(objpfx)tst-fnmatch-mem): Likewise.
14197         ($(objpfx)bug-regex2-mem): Likewise.
14198         ($(objpfx)bug-regex14-mem): Likewise.
14199         ($(objpfx)bug-regex21-mem): Likewise.
14200         ($(objpfx)bug-regex31-mem): Likewise.
14201         ($(objpfx)tst-vfork3-mem): Likewise.
14202         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14203         ($(objpfx)tst-pcre-mem): Likewise.
14204         ($(objpfx)tst-boost-mem): Likewise.
14205         ($(objpfx)bug-ga2-mem): Likewise.
14206         ($(objpfx)bug-glob2-mem): Likewise.
14207         * resolv/Makefile (generate): Likewise.
14208         (tests-special): Likewise.
14209         (xtests-special): Likewise.
14210         (generated): Likewise.
14211         ($(objpfx)mtrace-tst-leaks): Likewise.
14212         ($(objpfx)mtrace-tst-leaks2): Likewise.
14213
14214         * scripts/merge-test-results.sh: New file.
14215         * Makefile (tests-special-notdir): New variable.
14216         (tests): Run merge-test-results.sh.
14217         (xtests): Likewise.
14218         * Rules (tests-special-notdir): New variable.
14219         (xtests-special-notdir): Likewise.
14220         (tests): Run merge-test-results.sh
14221         (xtests): Likewise.
14222
14223         * Makeconfig (test-xfail-name): New variable.
14224         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
14225         compute variable name for expected failures.
14226         * conform/Makefile (conformtest-headers-data): New variable.
14227         (conformtest-standards): Likewise.
14228         (conformtest-headers-ISO): Likewise.
14229         (conformtest-headers-ISO99): Likewise.
14230         (conformtest-headers-ISO11): Likewise.
14231         (conformtest-headers-POSIX): Likewise.
14232         (conformtest-headers-XPG3): Likewise.
14233         (conformtest-headers-XPG4): Likewise.
14234         (conformtest-headers-UNIX98): Likewise.
14235         (conformtest-headers-XOPEN2K): Likewise.
14236         (conformtest-headers-POSIX2008): Likewise.
14237         (conformtest-headers-XOPEN2K8): Likewise.
14238         (conformtest-header-list-base): Likewise.
14239         (conformtest-header-list-tests): Likewise.
14240         (conformtest-header-base): Likewise.
14241         (conformtest-header-tests): Likewise.
14242         (tests-special): Add $(conformtest-header-list-tests).  If
14243         [$(fast-check) && !$(cross-compiling)], add
14244         $(conformtest-header-tests) instead of
14245         $(objpfx)run-conformtest.out.
14246         (generated): Add $(conformtest-header-list-base).  If
14247         [$(fast-check) && !$(cross-compiling)], add
14248         $(conformtest-header-base).  Remove previous setting.
14249         ($(conformtest-header-list-tests)): New target.
14250         (test-xfail-run-conformtest): Remove variable.
14251         ($(objpfx)run-conformtest.out): Remove target.
14252         (test-xfail-ISO11/complex.h/conform): New variable.
14253         (test-xfail-ISO11/stdalign.h/conform): Likewise.
14254         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
14255         (test-xfail-XPG3/varargs.h/conform): Likewise.
14256         (test-xfail-XPG4/varargs.h/conform): Likewise.
14257         (test-xfail-UNIX98/varargs.h/conform): Likewise.
14258         (test-xfail-XPG4/ndbm.h/conform): Likewise.
14259         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
14260         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
14261         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
14262         (test-xfail-XPG3/fcntl.h/conform): Likewise.
14263         (test-xfail-XPG3/ftw.h/conform): Likewise.
14264         (test-xfail-XPG3/grp.h/conform): Likewise.
14265         (test-xfail-XPG3/langinfo.h/conform): Likewise.
14266         (test-xfail-XPG3/limits.h/conform): Likewise.
14267         (test-xfail-XPG3/pwd.h/conform): Likewise.
14268         (test-xfail-XPG3/search.h/conform): Likewise.
14269         (test-xfail-XPG3/signal.h/conform): Likewise.
14270         (test-xfail-XPG3/stdio.h/conform): Likewise.
14271         (test-xfail-XPG3/stdlib.h/conform): Likewise.
14272         (test-xfail-XPG3/string.h/conform): Likewise.
14273         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
14274         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
14275         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
14276         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
14277         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
14278         (test-xfail-XPG3/sys/types.h/conform): Likewise.
14279         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
14280         (test-xfail-XPG3/termios.h/conform): Likewise.
14281         (test-xfail-XPG3/time.h/conform): Likewise.
14282         (test-xfail-XPG3/unistd.h/conform): Likewise.
14283         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
14284         (test-xfail-XPG4/fcntl.h/conform): Likewise.
14285         (test-xfail-XPG4/langinfo.h/conform): Likewise.
14286         (test-xfail-XPG4/netdb.h/conform): Likewise.
14287         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
14288         (test-xfail-XPG4/signal.h/conform): Likewise.
14289         (test-xfail-XPG4/stdio.h/conform): Likewise.
14290         (test-xfail-XPG4/stdlib.h/conform): Likewise.
14291         (test-xfail-XPG4/stropts.h/conform): Likewise.
14292         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
14293         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
14294         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
14295         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
14296         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
14297         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
14298         (test-xfail-XPG4/sys/time.h/conform): Likewise.
14299         (test-xfail-XPG4/sys/types.h/conform): Likewise.
14300         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
14301         (test-xfail-XPG4/termios.h/conform): Likewise.
14302         (test-xfail-XPG4/ucontext.h/conform): Likewise.
14303         (test-xfail-XPG4/unistd.h/conform): Likewise.
14304         (test-xfail-XPG4/utmpx.h/conform): Likewise.
14305         (test-xfail-POSIX/sched.h/conform): Likewise.
14306         (test-xfail-POSIX/signal.h/conform): Likewise.
14307         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
14308         (test-xfail-POSIX/tar.h/conform): Likewise.
14309         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
14310         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
14311         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
14312         (test-xfail-UNIX98/netdb.h/conform): Likewise.
14313         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
14314         (test-xfail-UNIX98/sched.h/conform): Likewise.
14315         (test-xfail-UNIX98/signal.h/conform): Likewise.
14316         (test-xfail-UNIX98/stdio.h/conform): Likewise.
14317         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
14318         (test-xfail-UNIX98/stropts.h/conform): Likewise.
14319         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
14320         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
14321         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
14322         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
14323         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
14324         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
14325         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
14326         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
14327         (test-xfail-UNIX98/unistd.h/conform): Likewise.
14328         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
14329         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
14330         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
14331         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
14332         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
14333         (test-xfail-XOPEN2K/math.h/conform): Likewise.
14334         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
14335         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
14336         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
14337         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
14338         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
14339         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
14340         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
14341         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
14342         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
14343         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
14344         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
14345         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
14346         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
14347         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
14348         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
14349         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
14350         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
14351         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
14352         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
14353         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
14354         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
14355         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
14356         (test-xfail-POSIX2008/signal.h/conform): Likewise.
14357         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
14358         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
14359         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
14360         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
14361         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
14362         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
14363         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
14364         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
14365         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
14366         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
14367         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
14368         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
14369         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
14370         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
14371         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
14372         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
14373         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
14374         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
14375         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
14376         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
14377         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
14378         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
14379         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
14380         (conformtest-cc-flags): Likewise.
14381         ($(conformtest-header-tests): New target.
14382         * conform/check-header-lists.sh: New file.
14383         * conform/run-conformtest.sh: Remove.
14384
14385         * conform/conformtest.pl: Allow ' and \ in values given for
14386         constants.
14387         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
14388         inclusion.
14389         [POSIX] (sys/types.h): Likewise.
14390         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
14391         inclusion.
14392         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
14393         inclusion.
14394         * conform/data/signal.h-data (SIGIO): Remove expectation.
14395         [XPG3] (SIGBUS): Do not expect.
14396         [POSIX || XPG3] (SIGPOLL): Likewise.
14397         [POSIX || XPG3] (SIGPROF): Likewise.
14398         [POSIX || XPG3] (SIGSYS): Likewise.
14399         [XPG3] (SIGTRAP): Likewise.
14400         [POSIX || XPG3] (SIGURG): Likewise.
14401         [POSIX || XPG3] (SIGVTALRM): Likewise.
14402         [POSIX || XPG3] (SIGXCPU): Likewise.
14403         [POSIX || XPG3] (SIGXFSZ): Likewise.
14404         [POSIX] (SA_SIGINFO): Expect.
14405         [XPG3] (siginfo_t): Do not expect type or contents.
14406         [POSIX] (si_pid): Do not expect element.
14407         [POSIX] (si_uid): Likewise.
14408         [POSIX] (si_addr): Likewise.
14409         [POSIX] (si_status): Likewise.
14410         [POSIX] (si_band): Likewise.
14411         [XPG4] (si_value): Likewise.
14412         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
14413         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
14414         [POSIX || XPG3] (ILL_ILLADR): Likewise.
14415         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
14416         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
14417         [POSIX || XPG3] (ILL_PRVREG): Likewise.
14418         [POSIX || XPG3] (ILL_COPROC): Likewise.
14419         [POSIX || XPG3] (ILL_BADSTK): Likewise.
14420         [POSIX || XPG3] (FPE_INTDIV): Likewise.
14421         [POSIX || XPG3] (FPE_INTOVF): Likewise.
14422         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
14423         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
14424         [POSIX || XPG3] (FPE_FLTUND): Likewise.
14425         [POSIX || XPG3] (FPE_FLTRES): Likewise.
14426         [POSIX || XPG3] (FPE_FLTINV): Likewise.
14427         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
14428         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
14429         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
14430         [POSIX || XPG3] (BUS_ADRALN): Likewise.
14431         [POSIX || XPG3] (BUS_ADRERR): Likewise.
14432         [POSIX || XPG3] (BUS_OBJERR): Likewise.
14433         [POSIX || XPG3] (CLD_EXITED): Likewise.
14434         [POSIX || XPG3] (CLD_KILLED): Likewise.
14435         [POSIX || XPG3] (CLD_DUMPED): Likewise.
14436         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
14437         [POSIX || XPG3] (CLD_STOPPED): Likewise.
14438         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
14439         [POSIX || XPG3] (POLL_IN): Likewise.
14440         [POSIX || XPG3] (POLL_OUT): Likewise.
14441         [POSIX || XPG3] (POLL_MSG): Likewise.
14442         [POSIX || XPG3] (POLL_ERR): Likewise.
14443         [POSIX || XPG3] (POLL_PRI): Likewise.
14444         [POSIX || XPG3] (POLL_HUP): Likewise.
14445         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
14446         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
14447         (SIG*): Do not allow.
14448         [XPG3] (si_*): Likewise.
14449         [XPG3] (SI_*): Likewise.
14450         [XPG3 || XPG4] (sigev_*): Likewise.
14451         [XPG3 || XPG4] (SIGEV_*): Likewise.
14452         [XPG3 || XPG4] (sival_*): Likewise.
14453         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
14454         [POSIX || XPG3] (BUS_*): Likewise.
14455         [POSIX || XPG3] (CLD_*): Likewise.
14456         [POSIX || XPG3] (FPE_*): Likewise.
14457         [POSIX || XPG3] (ILL_*): Likewise.
14458         [POSIX || XPG3] (POLL_*): Likewise.
14459         [POSIX || XPG3] (SEGV_*): Likewise.
14460         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
14461         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
14462         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
14463         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
14464         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
14465         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
14466         Specify type and value.
14467         (TVERSLEN): Likewise.
14468         (REGTYPE): Likewise.
14469         (AREGTYPE): Likewise.
14470         (LNKTYPE): Likewise.
14471         (SYMTYPE): Likewise.
14472         (CHRTYPE): Likewise.
14473         (BLKTYPE): Likewise.
14474         (DIRTYPE): Likewise.
14475         (FIFOTYPE): Likewise.
14476         (CONTTYPE): Likewise.
14477         (TSUID): Likewise.
14478         (TSGID): Likewise.
14479         (TSVTX): Likewise.
14480         (TUREAD): Likewise.
14481         (TUWRITE): Likewise.
14482         (TUEXEC): Likewise.
14483         (TGREAD): Likewise.
14484         (TGWRITE): Likewise.
14485         (TGEXEC): Likewise.
14486         (TOREAD): Likewise.
14487         (TOWRITE): Likewise.
14488         (TOEXEC): Likewise.
14489         [POSIX] (TSVTX): Expect constant.
14490
14491 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
14492
14493         * Makefile (tests): Change dependencies to ....
14494         (tests-special): ... additions to this variable.
14495         (tests): Depend on $(tests-special).
14496         * Makerules (check-abi-list): New variable.
14497         (check-abi): Depend on $(check-abi-list).
14498         [$(subdir) = elf] (tests-special): Add
14499         $(objpfx)check-abi-libc.out.
14500         [$(build-shared) = yes && subdir] (tests-special): Add
14501         $(check-abi-list).
14502         [$(build-shared) = yes && subdir] (tests): Do not depend on
14503         check-abi.
14504         * Rules (tests): Depend on $(tests-special).
14505         (xtests): Depend on $(xtests-special).
14506         * catgets/Makefile (tests): Change dependencies to ....
14507         (tests-special): ... additions to this variable.
14508         * conform/Makefile (tests): Change dependencies to ....
14509         (tests-special): ... additions to this variable.
14510         * elf/Makefile (tests): Change dependencies to ....
14511         (tests-special): ... additions to this variable.
14512         * grp/Makefile (tests): Change dependencies to ....
14513         (tests-special): ... additions to this variable.
14514         * iconv/Makefile (xtests): Change dependencies to ....
14515         (xtests-special): ... additions to this variable.
14516         * iconvdata/Makefile (tests): Change dependencies to ....
14517         (tests-special): ... additions to this variable.
14518         * intl/Makefile (tests): Change dependencies to ....
14519         (tests-special): ... additions to this variable.  Also add
14520         $(objpfx)tst-gettext.out.
14521         * io/Makefile (tests): Change dependencies to ....
14522         (tests-special): ... additions to this variable.
14523         * libio/Makefile (tests): Change dependencies to ....
14524         (tests-special): ... additions to this variable.
14525         * malloc/Makefile (tests): Change dependencies to ....
14526         (tests-special): ... additions to this variable.
14527         * misc/Makefile (tests): Change dependencies to ....
14528         (tests-special): ... additions to this variable.
14529         * nptl/Makefile (tests): Change dependencies to ....
14530         (tests-special): ... additions to this variable.
14531         * nptl_db/Makefile (tests): Change dependencies to ....
14532         (tests-special): ... additions to this variable.
14533         * posix/Makefile (tests): Change dependencies to ....
14534         (tests-special): ... additions to this variable.
14535         (xtests): Change dependencies to ....
14536         (xtests-special): ... additions to this variable.
14537         * resolv/Makefile (tests): Change dependencies to ....
14538         (tests-special): ... additions to this variable.
14539         (xtests): Change dependencies to ....
14540         (xtests-special): ... additions to this variable.
14541         * stdio-common/Makefile (tests): Change dependencies to ....
14542         (tests-special): ... additions to this variable.
14543         (do-tst-unbputc): Remove target.
14544         (do-tst-printf): Likewise.
14545         * stdlib/Makefile (tests): Change dependencies to ....
14546         (tests-special): ... additions to this variable.
14547         * string/Makefile (tests): Change dependencies to ....
14548         (tests-special): ... additions to this variable.
14549         * sysdeps/x86/Makefile (tests): Change dependencies to ....
14550         (tests-special): ... additions to this variable.
14551
14552         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
14553         whole file.
14554         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
14555         whole file.
14556         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
14557         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
14558
14559         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
14560         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
14561         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
14562         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
14563         * conform/data/libgen.h-data [XPG3]: Likewise.
14564         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
14565         * conform/data/ndbm.h-data [XPG3]: Likewise.
14566         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
14567         * conform/data/netdb.h-data [XPG3]: Likewise.
14568         * conform/data/netinet/in.h-data [XPG3]: Likewise.
14569         * conform/data/poll.h-data [XPG3]: Likewise.
14570         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
14571         * conform/data/strings.h-data [XPG3]: Likewise.
14572         * conform/data/stropts.h-data [XPG3]: Likewise.
14573         * conform/data/sys/mman.h-data [XPG3]: Likewise.
14574         * conform/data/sys/resource.h-data [XPG3]: Likewise.
14575         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
14576         Likewise.
14577         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
14578         * conform/data/sys/time.h-data [XPG3]: Likewise.
14579         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
14580         * conform/data/sys/uio.h-data [XPG3]: Likewise.
14581         * conform/data/sys/un.h-data [XPG3]: Likewise.
14582         * conform/data/syslog.h-data [XPG3]: Likewise.
14583         * conform/data/ucontext.h-data [XPG3]: Likewise.
14584         * conform/data/utmpx.h-data [XPG3]: Likewise.
14585         * conform/data/varargs.h-data [UNIX98]: Enable file.
14586
14587         * manual/Makefile (INSTALL_INFO): Remove variable setting.
14588
14589         * math/libm-test.inc (struct test_f_f_data): Move expected results
14590         into structure for each rounding mode.
14591         (struct test_ff_f_data): Likewise.
14592         (struct test_ff_f_data_nexttoward): Likewise.
14593         (struct test_fi_f_data): Likewise.
14594         (struct test_fl_f_data): Likewise.
14595         (struct test_if_f_data): Likewise.
14596         (struct test_fff_f_data): Likewise.
14597         (struct test_c_f_data): Likewise.
14598         (struct test_f_f1_data): Likewise.
14599         (struct test_fF_f1_data): Likewise.
14600         (struct test_ffI_f1_data): Likewise.
14601         (struct test_c_c_data): Likewise.
14602         (struct test_cc_c_data): Likewise.
14603         (struct test_f_i_data): Likewise.
14604         (struct test_ff_i_data): Likewise.
14605         (struct test_f_l_data): Likewise.
14606         (struct test_f_L_data): Likewise.
14607         (struct test_fFF_11_data): Likewise.
14608         (RM_): New macro.
14609         (RM_FE_DOWNWARD): Likewise.
14610         (RM_FE_TONEAREST): Likewise.
14611         (RM_FE_TOWARDZERO): Likewise.
14612         (RM_FE_UPWARD): Likewise.
14613         (RUN_TEST_LOOP_f_f): Update references to expected results.
14614         (RUN_TEST_LOOP_2_f): Likewise.
14615         (RUN_TEST_LOOP_fff_f): Likewise.
14616         (RUN_TEST_LOOP_c_f): Likewise.
14617         (RUN_TEST_LOOP_f_f1): Likewise.
14618         (RUN_TEST_LOOP_fF_f1): Likewise.
14619         (RUN_TEST_LOOP_fI_f1): Likewise.
14620         (RUN_TEST_LOOP_ffI_f1): Likewise.
14621         (RUN_TEST_LOOP_c_c): Likewise.
14622         (RUN_TEST_LOOP_cc_c): Likewise.
14623         (RUN_TEST_LOOP_f_i): Likewise.
14624         (RUN_TEST_LOOP_f_i_tg): Likewise.
14625         (RUN_TEST_LOOP_ff_i_tg): Likewise.
14626         (RUN_TEST_LOOP_f_b): Likewise.
14627         (RUN_TEST_LOOP_f_b_tg): Likewise.
14628         (RUN_TEST_LOOP_f_l): Likewise.
14629         (RUN_TEST_LOOP_f_L): Likewise.
14630         (RUN_TEST_LOOP_fFF_11): Likewise.
14631         * math/gen-libm-test.pl (parse_args): Output four copies of
14632         expected results for each test.
14633
14634         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14635         (__ASSUME_UTIMES): Remove.
14636         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14637         (__ASSUME_UTIMES): Likewise.
14638
14639         * math/gen-auto-libm-tests.c: Update comment on output format.
14640         (output_for_one_input_case): Generate before-rounding and
14641         after-rounding information as conditions on output flags not
14642         floating-point format.
14643         * math/auto-libm-test-out: Regenerated.
14644         * math/gen-libm-test.pl (cond_value): New function.
14645         (or_cond_value): Use cond_value.
14646         (generate_testfile): Handle conditional exceptions.
14647
14648 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
14649
14650         * math/libm-test.inc (max_valid_error): New variable.
14651         (init_max_error): Take new argument specifying whether function
14652         results are exactly determined.  Set max_valid_error and bound
14653         other variables for errors based on this argument.
14654         (set_max_error): Do not record results above max_valid_error.
14655         (check_float_internal): Only accept errors of up to 0.5ulps if
14656         also at most max_valid_error.
14657         (START): Take new argument EXACT and pass it to init_max_error.
14658         (acos_test): Update call to START.
14659         (acos_test_tonearest): Likewise.
14660         (acos_test_towardzero): Likewise.
14661         (acos_test_downward): Likewise.
14662         (acos_test_upward): Likewise.
14663         (acosh_test): Likewise.
14664         (asin_test): Likewise.
14665         (asin_test_tonearest): Likewise.
14666         (asin_test_towardzero): Likewise.
14667         (asin_test_downward): Likewise.
14668         (asin_test_upward): Likewise.
14669         (asinh_test): Likewise.
14670         (atan_test): Likewise.
14671         (atanh_test): Likewise.
14672         (atan2_test): Likewise.
14673         (cabs_test): Likewise.
14674         (cacos_test): Likewise.
14675         (cacosh_test): Likewise.
14676         (carg_test): Likewise.
14677         (casin_test): Likewise.
14678         (casinh_test): Likewise.
14679         (catan_test): Likewise.
14680         (catanh_test): Likewise.
14681         (cbrt_test): Likewise.
14682         (ccos_test): Likewise.
14683         (ccosh_test): Likewise.
14684         (ceil_test): Likewise.
14685         (cexp_test): Likewise.
14686         (cimag_test): Likewise.
14687         (clog_test): Likewise.
14688         (clog10_test): Likewise.
14689         (conj_test): Likewise.
14690         (copysign_test): Likewise.
14691         (cos_test): Likewise.
14692         (cos_test_tonearest): Likewise.
14693         (cos_test_towardzero): Likewise.
14694         (cos_test_downward): Likewise.
14695         (cos_test_upward): Likewise.
14696         (cosh_test): Likewise.
14697         (cosh_test_tonearest): Likewise.
14698         (cosh_test_towardzero): Likewise.
14699         (cosh_test_downward): Likewise.
14700         (cosh_test_upward): Likewise.
14701         (cpow_test): Likewise.
14702         (cproj_test): Likewise.
14703         (creal_test): Likewise.
14704         (csin_test): Likewise.
14705         (csinh_test): Likewise.
14706         (csqrt_test): Likewise.
14707         (ctan_test): Likewise.
14708         (ctan_test_tonearest): Likewise.
14709         (ctan_test_towardzero): Likewise.
14710         (ctan_test_downward): Likewise.
14711         (ctan_test_upward): Likewise.
14712         (ctanh_test): Likewise.
14713         (ctanh_test_tonearest): Likewise.
14714         (ctanh_test_towardzero): Likewise.
14715         (ctanh_test_downward): Likewise.
14716         (ctanh_test_upward): Likewise.
14717         (erf_test): Likewise.
14718         (erfc_test): Likewise.
14719         (exp_test): Likewise.
14720         (exp_test_tonearest): Likewise.
14721         (exp_test_towardzero): Likewise.
14722         (exp_test_downward): Likewise.
14723         (exp_test_upward): Likewise.
14724         (exp10_test): Likewise.
14725         (exp10_test_tonearest): Likewise.
14726         (exp10_test_towardzero): Likewise.
14727         (exp10_test_downward): Likewise.
14728         (exp10_test_upward): Likewise.
14729         (pow10_test): Likewise.
14730         (exp2_test): Likewise.
14731         (expm1_test): Likewise.
14732         (expm1_test_tonearest): Likewise.
14733         (expm1_test_towardzero): Likewise.
14734         (expm1_test_downward): Likewise.
14735         (expm1_test_upward): Likewise.
14736         (fabs_test): Likewise.
14737         (fdim_test): Likewise.
14738         (floor_test): Likewise.
14739         (fma_test): Likewise.
14740         (fma_test_towardzero): Likewise.
14741         (fma_test_downward): Likewise.
14742         (fma_test_upward): Likewise.
14743         (fmax_test): Likewise.
14744         (fmin_test): Likewise.
14745         (fmod_test): Likewise.
14746         (fpclassify_test): Likewise.
14747         (frexp_test): Likewise.
14748         (hypot_test): Likewise.
14749         (ilogb_test): Likewise.
14750         (isfinite_test): Likewise.
14751         (finite_test): Likewise.
14752         (isgreater_test): Likewise.
14753         (isgreaterequal_test): Likewise.
14754         (isinf_test): Likewise.
14755         (isless_test): Likewise.
14756         (islessequal_test): Likewise.
14757         (islessgreater_test): Likewise.
14758         (isnan_test): Likewise.
14759         (isnormal_test): Likewise.
14760         (issignaling_test): Likewise.
14761         (isunordered_test): Likewise.
14762         (j0_test): Likewise.
14763         (j1_test): Likewise.
14764         (jn_test): Likewise.
14765         (ldexp_test): Likewise.
14766         (lgamma_test): Likewise.
14767         (gamma_test): Likewise.
14768         (lrint_test): Likewise.
14769         (lrint_test_tonearest): Likewise.
14770         (lrint_test_towardzero): Likewise.
14771         (lrint_test_downward): Likewise.
14772         (lrint_test_upward): Likewise.
14773         (llrint_test): Likewise.
14774         (llrint_test_tonearest): Likewise.
14775         (llrint_test_towardzero): Likewise.
14776         (llrint_test_downward): Likewise.
14777         (llrint_test_upward): Likewise.
14778         (log_test): Likewise.
14779         (log10_test): Likewise.
14780         (log1p_test): Likewise.
14781         (log2_test): Likewise.
14782         (logb_test): Likewise.
14783         (logb_test_downward): Likewise.
14784         (lround_test): Likewise.
14785         (llround_test): Likewise.
14786         (modf_test): Likewise.
14787         (nearbyint_test): Likewise.
14788         (nextafter_test): Likewise.
14789         (nexttoward_test): Likewise.
14790         (pow_test): Likewise.
14791         (pow_test_tonearest): Likewise.
14792         (pow_test_towardzero): Likewise.
14793         (pow_test_downward): Likewise.
14794         (pow_test_upward): Likewise.
14795         (remainder_test): Likewise.
14796         (drem_test): Likewise.
14797         (remainder_test_tonearest): Likewise.
14798         (drem_test_tonearest): Likewise.
14799         (remainder_test_towardzero): Likewise.
14800         (drem_test_towardzero): Likewise.
14801         (remainder_test_downward): Likewise.
14802         (drem_test_downward): Likewise.
14803         (remainder_test_upward): Likewise.
14804         (drem_test_upward): Likewise.
14805         (remquo_test): Likewise.
14806         (rint_test): Likewise.
14807         (rint_test_tonearest): Likewise.
14808         (rint_test_towardzero): Likewise.
14809         (rint_test_downward): Likewise.
14810         (rint_test_upward): Likewise.
14811         (round_test): Likewise.
14812         (scalb_test): Likewise.
14813         (scalbn_test): Likewise.
14814         (scalbln_test): Likewise.
14815         (signbit_test): Likewise.
14816         (sin_test): Likewise.
14817         (sin_test_tonearest): Likewise.
14818         (sin_test_towardzero): Likewise.
14819         (sin_test_downward): Likewise.
14820         (sin_test_upward): Likewise.
14821         (sincos_test): Likewise.
14822         (sinh_test): Likewise.
14823         (sinh_test_tonearest): Likewise.
14824         (sinh_test_towardzero): Likewise.
14825         (sinh_test_downward): Likewise.
14826         (sinh_test_upward): Likewise.
14827         (sqrt_test): Likewise.
14828         (sqrt_test_tonearest): Likewise.
14829         (sqrt_test_towardzero): Likewise.
14830         (sqrt_test_downward): Likewise.
14831         (sqrt_test_upward): Likewise.
14832         (tan_test): Likewise.
14833         (tan_test_tonearest): Likewise.
14834         (tan_test_towardzero): Likewise.
14835         (tan_test_downward): Likewise.
14836         (tan_test_upward): Likewise.
14837         (tanh_test): Likewise.
14838         (tgamma_test): Likewise.
14839         (trunc_test): Likewise.
14840         (y0_test): Likewise.
14841         (y1_test): Likewise.
14842         (yn_test): Likewise.
14843         (significand_test): Likewise.
14844
14845         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14846         individual tests in comment.
14847         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14848         (prev_max_error): New variable.
14849         (prev_real_max_error): Likewise.
14850         (prev_imag_max_error): Likewise.
14851         (compare_ulp_data): Don't refer to test names in comment.
14852         (find_test_ulps): Remove function.
14853         (find_function_ulps): Likewise.
14854         (find_complex_function_ulps): Likewise.
14855         (init_max_error): Take function name as argument.  Look up ulps
14856         for that function.
14857         (print_ulps): Remove function.
14858         (print_max_error): Use prev_max_error instead of calling
14859         find_function_ulps.
14860         (print_complex_max_error): Use prev_real_max_error and
14861         prev_imag_max_error instead of calling find_complex_function_ulps.
14862         (check_float_internal): Take max_ulp parameter instead of calling
14863         find_test_ulps.  Don't call print_ulps.
14864         (check_float): Update call to check_float_internal.
14865         (check_complex): Update calls to check_float_internal.
14866         (START): Pass argument to init_max_error.
14867         * math/gen-libm-test.pl (%results): Don't include "kind"
14868         information.
14869         (parse_ulps): Don't handle ulps of individual tests.
14870         (print_ulps_file): Likewise.
14871         (output_ulps): Likewise.
14872         * math/README.libm-test: Update.
14873         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14874         individual tests.
14875         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14876         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14877         * sysdeps/arm/libm-test-ulps: Likewise.
14878         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14879         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14880         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14881         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14882         * sysdeps/microblaze/libm-test-ulps: Likewise.
14883         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14884         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14885         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14886         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14887         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14888         * sysdeps/sh/libm-test-ulps: Likewise.
14889         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14890         * sysdeps/tile/libm-test-ulps: Likewise.
14891         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14892
14893 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14894
14895         * math/libm-test.inc (print_complex_max_error): Check separately
14896         whether real and imaginary errors are within allowed range and
14897         pass 0 to print_complex_function_ulps instead of value within
14898         allowed range.
14899
14900 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14901
14902         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14903         formatting.
14904         (get_handles_fopen): Likewise.
14905         (do_write_test): Likewise.
14906
14907         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14908
14909         * libio/fileops.c (do_ftell): Use cached offset when
14910         available.
14911         * libio/iofwide.c (do_ftell_wide): Likewise.
14912         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14913         _IO_file_attach.
14914         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14915
14916         [BZ #16532]
14917         * libio/libioP.h (get_file_offset): New function.
14918         * libio/fileops.c (get_file_offset): Likewise.
14919         (do_ftell): Likewise.
14920         (_IO_new_file_seekoff): Split out ftell logic.
14921         * libio/wfileops.c (do_ftell_wide): Likewise.
14922         (_IO_wfile_seekoff): Split out ftell logic.
14923         * libio/tst-ftell-active-handler.c: New test case.
14924         * libio/Makefile (tests): Add it.
14925
14926 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14927
14928         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14929         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14930
14931 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14932
14933         [BZ #16639]
14934         * nscd/connections.c (nscd_init): Call do_exit.
14935         (start_threads): Call do_exit and notify_parent.
14936         (begin_drop_privileges): Call do_exit.
14937         (finish_drop_privileges): Likewise.
14938         * nscd/selinux.c (preserve_capabilities): Likewise.
14939         (install_real_capabilities): Likewise.
14940         (nscd_selinux_enabled): Likewise.
14941         (avc_create_thread): Likewise.
14942         (avc_alloc_lock): Likewise.
14943         (nscd_avc_init): Likewise.
14944         * nscd/nscd.c (parent_fd): New static variable.
14945         (main): Create a pipe between parent and child processes.
14946         Skip closing parent_fd.
14947         (monitor_child): New function.
14948         (do_exit): Likewise.
14949         (notify_parent): Likewise.
14950         * nscd/nscd.h (notify_parent): Likewise.
14951         (do_exit): Likewise.
14952
14953 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14954
14955         * malloc/malloc.c (__libc_calloc): Revert last change.
14956
14957 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14958
14959         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14960
14961 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14962
14963         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14964         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14965         implementation.
14966         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14967         (__libc_ifunc_impl_list): Likewise.
14968         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14969         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14970         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14971         * string/strrchr.c: Define STRRCHR.
14972
14973 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14974
14975         * benchtest/bench-strtok.c (simple_strtok): Delete.
14976         (strtok_string): Use as benchmark.
14977         * string/strtok (STRTOK): New macro.
14978
14979 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14980
14981         * manual/threads.texi: Add header and standard comments to all
14982         functions.
14983
14984         * elf/dl-lookup.c (check_match): New function.
14985         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14986         (do_lookup_x): Remove nested function check_match. Use non-nested
14987         function check_match.
14988
14989 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14990
14991         * csu/Makefile (generated, before-compile): Use += rather than =.
14992         * catgets/Makefile (generated, generated-dirs): Likewise.
14993         * debug/Makefile (generated): Likewise.
14994         * dlfcn/Makefile (generated): Likewise.
14995         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14996         * iconvdata/Makefile (before-compile, generated): Likewise.
14997         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14998         * libio/Makefile (generated): Likewise.
14999         * malloc/Makefile (generated): Likewise.
15000         * manual/Makefile (generated, generated-dirs): Likewise.
15001         * misc/Makefile (generated): Likewise.
15002         * posix/Makefile (generated): Likewise.
15003         * resolv/Makefile (generated): Likewise.
15004         * sunrpc/Makefile (generated, generated-dirs): Likewise.
15005         * timezone/Makefile (generated, generated-dirs): Likewise.
15006
15007         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
15008
15009 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15010
15011         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
15012         power8 implementation.
15013         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
15014         file: POWER8 llround ifunc implementation.
15015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
15016         (__lllround): Add POWER8 implementation.
15017         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
15018         POWER8 llround implementation.
15019
15020         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
15021         power8 implementation.
15022         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
15023         file: POWER8 llrint ifunc implementation.
15024         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
15025         Add POWER8 implementation.
15026         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
15027         POWER8 llrint implementation.
15028
15029         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
15030         power8 implementation.
15031         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
15032         file: POWER8 finite ifunc implementation.
15033         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
15034         Add POWER8 implementation.
15035         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
15036         Likewise.
15037         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
15038         POWER8 finite implementation.
15039         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
15040
15041         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
15042         power8 implementation.
15043         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
15044         file: POWER8 isinf ifunc implementation.
15045         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
15046         POWER8 implementation.
15047         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
15048         Likewise.
15049         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
15050         isinf implementation.
15051         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
15052
15053         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
15054         (INIT_ARCH): Add hwcap2 initialization.
15055         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
15056         power8 implementation.
15057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
15058         file: POWER8 isnan ifunc implementation.
15059         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
15060         POWER8 implementation.
15061         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
15062         Likewise.
15063         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
15064         isnan implementation.
15065         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
15066
15067 2014-02-27  Joey Ye  <joey.ye@arm.com>
15068
15069         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
15070         (_FP_NANFRAC_Q): Set to zero.
15071
15072 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15073
15074         [BZ #16623]
15075         * math/auto-libm-test-in: New test inputs.
15076         * math/auto-libm-test-out: Regenerate.
15077         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
15078         and DA.
15079         (__cos): Likewise.
15080         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
15081
15082 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
15083
15084         * scripts/evaluate-test.sh: Take new argument indicating whether
15085         failure is expected.
15086         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
15087         indicating whether failure is expected.
15088         * conform/Makefile (test-xfail-run-conformtest): New variable.
15089         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
15090         level.
15091         * posix/Makefile (test-xfail-annexc): New variable.
15092         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
15093
15094 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
15095
15096         * argp/Makefile: Include Makeconfig immediately after defining
15097         subdir.
15098         * assert/Makefile: Likewise.
15099         * benchtests/Makefile: Likewise.
15100         * catgets/Makefile: Likewise.
15101         * conform/Makefile: Likewise.
15102         * crypt/Makefile: Likewise.
15103         * csu/Makefile: Likewise.
15104         (all): Remove target.
15105         * ctype/Makefile: Include Makeconfig immediately after defining
15106         subdir.
15107         * debug/Makefile: Likewise.
15108         * dirent/Makefile: Likewise.
15109         * dlfcn/Makefile: Likewise.
15110         * gmon/Makefile: Likewise.
15111         * gnulib/Makefile: Likewise.
15112         * grp/Makefile: Likewise.
15113         * gshadow/Makefile: Likewise.
15114         * hesiod/Makefile: Likewise.
15115         * hurd/Makefile: Likewise.
15116         (all): Remove target.
15117         * iconvdata/Makefile: Include Makeconfig immediately after
15118         defining subdir.
15119         * inet/Makefile: Likewise.
15120         * intl/Makefile: Likewise.
15121         * io/Makefile: Likewise.
15122         * libio/Makefile: Likewise.
15123         (all): Remove target.
15124         * locale/Makefile: Include Makeconfig immediately after defining
15125         subdir.
15126         * login/Makefile: Likewise.
15127         * mach/Makefile: Likewise.
15128         (all): Remove target.
15129         * malloc/Makefile: Include Makeconfig immediately after defining
15130         subdir.
15131         (all): Remove target.
15132         * manual/Makefile: Include Makeconfig immediately after defining
15133         subdir.
15134         * math/Makefile: Likewise.
15135         * misc/Makefile: Likewise.
15136         * nis/Makefile: Likewise.
15137         * nss/Makefile: Likewise.
15138         * po/Makefile: Likewise.
15139         (all): Remove target.
15140         * posix/Makefile: Include Makeconfig immediately after defining
15141         subdir.
15142         * pwd/Makefile: Likewise.
15143         * resolv/Makefile: Likewise.
15144         * resource/Makefile: Likewise.
15145         * rt/Makefile: Likewise.
15146         * setjmp/Makefile: Likewise.
15147         * shadow/Makefile: Likewise.
15148         * signal/Makefile: Likewise.
15149         * socket/Makefile: Likewise.
15150         * soft-fp/Makefile: Likewise.
15151         * stdio-common/Makefile: Likewise.
15152         * stdlib/Makefile: Likewise.
15153         * streams/Makefile: Likewise.
15154         * string/Makefile: Likewise.
15155         * sunrpc/Makefile: Likewise.
15156         (all): Remove target.
15157         * sysvipc/Makefile: Include Makeconfig immediately after defining
15158         subdir.
15159         * termios/Makefile: Likewise.
15160         * time/Makefile: Likewise.
15161         * timezone/Makefile: Likewise.
15162         (all): Remove target.
15163         * wcsmbs/Makefile: Include Makeconfig immediately after defining
15164         subdir.
15165         * wctype/Makefile: Likewise.
15166
15167 2014-02-26  Steve Ellcey  <sellcey@mips.com>
15168
15169         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
15170         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
15171         (libc_feholdexcept_setround_mips): Ditto.
15172         (libc_feholdsetround): New.
15173         (libc_feholdsetroundf): New.
15174         (libc_feholdsetroundl): New.
15175         (libc_feupdateenv_test_mips): New.
15176         (libc_feupdateenv_test): New.
15177         (libc_feupdateenv_testf): New.
15178         (libc_feupdateenv_testl): New.
15179         (libc_feresetround): New.
15180         (libc_feresetroundf): New.
15181         (libc_feresetroundl): New.
15182         (libc_fetestexcept_mips): New.
15183         (libc_fetestexcept): New.
15184         (libc_fetestexceptf): New.
15185         (libc_fetestexceptl): New.
15186         (HAVE_RM_CTX): New.
15187         (libc_feholdexcept_setround_mips_ctx): New.
15188         (libc_feholdexcept_setround_ctx): New.
15189         (libc_feholdexcept_setroundf_ctx): New.
15190         (libc_feholdexcept_setroundl_ctx): New.
15191         (libc_fesetenv_mips_ctx): New.
15192         (libc_fesetenv_ctx): New.
15193         (libc_fesetenv_ctxf): New.
15194         (libc_fesetenv_ctxl): New.
15195         (libc_feupdateenv_mips_ctx): New.
15196         (libc_feupdateenv_ctx): New.
15197         (libc_feupdateenvf_ctx): New.
15198         (libc_feupdateenvl_ctx): New.
15199         (libc_feholdsetround_mips_ctx): New.
15200         (libc_feholdsetround_ctx): New.
15201         (libc_feholdsetroundf_ctx): New.
15202         (libc_feholdsetroundl_ctx): New.
15203         (libc_feresetround_mips_ctx): New.
15204         (libc_feresetround_ctx): New.
15205         (libc_feresetroundf_ctx): New.
15206         (libc_feresetroundl_ctx): New.
15207
15208 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
15209
15210         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
15211
15212         * manual/ipc.texi: New file.
15213         * manual/Makefile (chapters): Add ipc.
15214         * manual/job.texi: Add "Inter-Process Communication" to next.
15215         * manual/process.texi: Add "Inter-Process Communication" to prev.
15216
15217 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15218
15219         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15220
15221 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
15222
15223         * malloc/malloc.c (__libc_calloc): Simplify implementation.
15224
15225         * manual/arith.texi: Fix spaces after sentences.
15226         * manual/charset.texi: Likewise.
15227         * manual/errno.texi: Likewise.
15228         * manual/install.texi: Likewise.
15229         * manual/llio.texi: Likewise.
15230         * manual/locale.texi: Likewise.
15231         * manual/maint.texi: Likewise.
15232         * manual/math.texi: Likewise.
15233         * manual/memory.texi: Likewise.
15234         * manual/message.texi: Likewise.
15235         * manual/probes.texi: Likewise.
15236         * manual/resource.texi: Likewise.
15237         * manual/signal.texi: Likewise.
15238         * manual/socket.texi: Likewise.
15239         * manual/stdio.texi: Likewise.
15240         * manual/string.texi: Likewise.
15241         * manual/time.texi: Likewise.
15242         * manual/users.texi: Likewise.
15243
15244 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
15245
15246         [BZ #16632]
15247         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
15248         _DEFAULT_SOURCE is defined.
15249
15250 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
15251             Carlos O'Donell  <carlos@redhat.com>
15252
15253         [BZ #16613]
15254         * elf/dl-tls.c (_dl_count_modids): New function.
15255         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
15256         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
15257         audit library and increment generation counter.
15258         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
15259         * elf/tst-audit9.c: New file.
15260         * elf/tst-auditmod9a.c: New file.
15261         * elf/tst-auditmod9b.c: New file.
15262         * elf/Makefile: Add rules to build and run tst-audit9.
15263
15264 2014-02-25  Florian Weimer  <fweimer@redhat.com>
15265
15266         [BZ #15347]
15267         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
15268
15269 2014-02-25  Will Newton  <will.newton@linaro.org>
15270
15271         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
15272         (__longjmp): Restore sp and lr before restoring callee
15273         saved registers.  Add longjmp and longjmp_target
15274         SystemTap probe point.
15275         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
15276         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
15277         Define to zero to match jmpbuf layout.
15278         * sysdeps/arm/setjmp.S: Include stap-probe.h.
15279         (__sigsetjmp): Save sp and lr before saving callee
15280         saved registers.  Add setjmp SystemTap probe point.
15281
15282 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
15283
15284         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15285
15286 2014-02-24  Andreas Schwab  <schwab@suse.de>
15287
15288         [BZ #15804]
15289         * elf/pldd.c (wait_for_ptrace_stop): New function.
15290         (main): Call it after attaching.
15291
15292 2014-02-22  Roland McGrath  <roland@hack.frob.com>
15293
15294         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
15295         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
15296         Versions files is now verboten.
15297         * hurd/Versions (libc: GLIBC_2.0):
15298         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
15299         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
15300         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
15301         * mach/Versions: Likewise.
15302
15303         * csu/Versions: Remove unused %include.
15304         * resolv/Versions: Likewise.
15305
15306 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
15307
15308         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
15309         ($(objpfx)check-local-headers.out): Likewise.
15310         ($(objpfx)begin-end-check.out): Likewise.
15311         * Makerules (check-abi-%.out): Likewise.
15312         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
15313         ($(objpfx)test2.cat): Likewise.
15314         ($(objpfx)de/libc.cat): Likewise.
15315         ($(objpfx)test-gencat.out): Likewise.
15316         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
15317         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
15318         ($(objpfx)noload-mem): Likewise.
15319         ($(objpfx)tst-pathopt.out): Likewise.
15320         ($(objpfx)tst-rtld-load-self.out): Likewise.
15321         ($(objpfx)tst-array1-cmp.out): Likewise.
15322         ($(objpfx)tst-array1-static-cmp.out): Likewise.
15323         ($(objpfx)tst-array2-cmp.out): Likewise.
15324         ($(objpfx)tst-array3-cmp.out): Likewise.
15325         ($(objpfx)tst-array4-cmp.out): Likewise.
15326         ($(objpfx)tst-array5-cmp.out): Likewise.
15327         ($(objpfx)tst-array5-static-cmp.out): Likewise.
15328         ($(objpfx)check-textrel.out): Likewise.
15329         ($(objpfx)check-execstack.out): Likewise.
15330         ($(objpfx)check-localplt.out): Likewise.
15331         ($(objpfx)order2-cmp.out): Likewise.
15332         ($(objpfx)tst-leaks1-mem): Likewise.
15333         ($(objpfx)tst-leaks1-static-mem): Likewise.
15334         ($(objpfx)tst-initorder-cmp.out): Likewise.
15335         ($(objpfx)tst-initorder2-cmp.out): Likewise.
15336         ($(objpfx)tst-unused-dep.out): Likewise.
15337         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
15338         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
15339         * iconv/Makefile (test-iconvconfig): Likewise.
15340         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
15341         ($(objpfx)iconv-test.out): Likewise.
15342         ($(objpfx)tst-tables.out): Likewise.
15343         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
15344         ($(objpfx)tst-gettext.out): Likewise.
15345         ($(objpfx)tst-translit.out): Likewise.
15346         ($(objpfx)tst-gettext2.out): Likewise.
15347         ($(objpfx)tst-gettext4.out): Likewise.
15348         ($(objpfx)tst-gettext6.out): Likewise.
15349         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
15350         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
15351         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
15352         ($(objpfx)tst-fopenloc-mem.out): Likewise.
15353         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
15354         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
15355         * posix/Makefile ($(objpfx)globtest.out): Likewise.
15356         ($(objpfx)wordexp-tst.out): Likewise.
15357         ($(objpfx)annexc.out): Likewise.
15358         ($(objpfx)tst-fnmatch-mem): Likewise.
15359         ($(objpfx)bug-regex2-mem): Likewise.
15360         ($(objpfx)bug-regex14-mem): Likewise.
15361         ($(objpfx)bug-regex21-mem): Likewise.
15362         ($(objpfx)bug-regex31-mem): Likewise.
15363         ($(objpfx)tst-vfork3-mem): Likewise.
15364         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
15365         ($(objpfx)tst-pcre-mem): Likewise.
15366         ($(objpfx)tst-boost-mem): Likewise.
15367         ($(objpfx)tst-getconf.out): Likewise.
15368         ($(objpfx)bug-ga2-mem): Likewise.
15369         ($(objpfx)bug-glob2-mem): Likewise.
15370         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
15371         ($(objpfx)mtrace-tst-leaks2): Likewise.
15372         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
15373         ($(objpfx)tst-printf.out): Likewise.
15374         ($(objpfx)tst-setvbuf1.out): Likewise.
15375         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
15376         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
15377         ($(objpfx)tst-fmtmsg.out): Likewise.
15378         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
15379         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
15380
15381         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
15382         * bits/sigaction.h [__USE_MISC]: Likewise.
15383         * bits/waitstatus.h: Update #endif comments.
15384         * ctype/ctype.h: Likewise.
15385         * dirent/dirent.h: Likewise.
15386         [__USE_MISC]: Remove redundant conditionals.
15387         * grp/grp.h: Update #endif comments.
15388         [__USE_GNU]: Remove redundant conditionals.
15389         [__USE_MISC]: Likewise.
15390         * inet/netinet/in.h [__USE_GNU]: Likewise.
15391         * io/sys/stat.h [__USE_MISC]: Likewise.
15392         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
15393         * libio/bits/stdio.h: Update #endif comments.
15394         [__USE_MISC]: Remove redundant conditionals.
15395         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
15396         * libio/stdio.h: Update #endif comments.
15397         [__USE_MISC]: Remove redundant conditionals.
15398         * math/bits/math-finite.h [__USE_MISC]: Likewise.
15399         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
15400         * math/math.h: Update #else and #endif comments.
15401         [__USE_MISC]: Remove redundant conditionals.
15402         * misc/sys/uio.h: Update #endif comments.
15403         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
15404         * posix/glob.h [__USE_MISC]: Likewise.
15405         * posix/sys/types.h: Update #endif comments.
15406         [__USE_MISC]: Remove redundant conditionals.
15407         * posix/sys/wait.h: Update #endif comments.
15408         [__USE_MISC]: Remove redundant conditionals.
15409         * posix/unistd.h: Update #endif comments.
15410         [__USE_MISC]: Remove redundant conditionals.
15411         * pwd/pwd.h [__USE_GNU]: Likewise.
15412         [__USE_MISC]: Likewise.
15413         * resolv/netdb.h [__USE_GNU]: Likewise.
15414         * signal/signal.h: Update #endif comments.
15415         [__USE_MISC]: Remove redundant conditionals.
15416         * stdlib/stdlib.h: Update #else and #endif comments.
15417         [__USE_MISC]: Remove redundant conditionals.
15418         [__USE_GNU]: Likewise.
15419         * string/bits/string2.h [__USE_MISC]: Likewise.
15420         * string/string.h: Update #endif comments.
15421         [__USE_MISC]: Remove redundant conditionals.
15422         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
15423         Likewise.
15424         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
15425         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
15426         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
15427         Likewise.
15428         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
15429         Likewise.
15430         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
15431         comments.
15432         [__USE_MISC]: Remove redundant conditionals.
15433         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
15434         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
15435         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
15436         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
15437         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
15438         Likewise.
15439         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
15440         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
15441         Likewise.
15442         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
15443         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
15444         Likewise.
15445         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
15446         Likewise.
15447         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
15448         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
15449         Likewise.
15450         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
15451         Likewise.
15452         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
15453         * sysdeps/x86/bits/string.h: Update #endif comments.
15454         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
15455         conditionals.
15456         * time/sys/time.h: Update #endif comments.
15457         * time/time.h: Likewise.
15458         [__USE_MISC]: Remove redundant conditionals.
15459
15460 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
15461
15462         [BZ #16600]
15463         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
15464
15465 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
15466
15467         * Versions.def (librt): Add GLIBC_2.17.
15468
15469 2014-02-21  Adam Conrad  <adconrad@0c3.net>
15470
15471         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
15472         synonym for _SYS_AUXV_H to allow direct inclusion.
15473         * sysdeps/sparc/bits/hwcap.h: Likewise.
15474         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
15475         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
15476         * sysdeps/sparc/sysdep.h: Likewise.
15477
15478 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15479
15480         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
15481
15482 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15483
15484         * benchtests/bench-strrchr.c: Print length instead of position.
15485
15486 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
15487
15488         [BZ #16611]
15489         * sysdeps/unix/sysv/linux/kernel-features.h
15490         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
15491         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
15492         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
15493         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
15494         Likewise.
15495         [__i386__ || __powerpc__ || __sh__ || __sparc__]
15496         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
15497         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
15498         (__ASSUME_SENDMMSG): Define instead of using previous
15499         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
15500         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15501         (__ASSUME_SENDMMSG_SYSCALL): Define.
15502         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15503         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
15504         Likewise.
15505         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15506         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
15507         Likewise.
15508         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15509         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
15510         Likewise.
15511         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
15512         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
15513         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
15514         [__ASSUME_SENDMMSG]: Change conditionals to
15515         [__ASSUME_SENDMMSG_SOCKETCALL].
15516         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15517         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
15518         Define.
15519         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15520         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
15521         Likewise.
15522         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
15523         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
15524         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
15525         [!__ASSUME_SENDMMSG]: Change conditional to
15526         [!__ASSUME_SENDMMSG_SOCKETCALL].
15527         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15528         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
15529         Define.
15530
15531         [BZ #16610]
15532         * sysdeps/unix/sysv/linux/kernel-features.h
15533         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
15534         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
15535         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
15536         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
15537         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
15538         [__i386__ || __sparc__]
15539         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
15540         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
15541         (__ASSUME_RECVMMSG): Define instead of using previous
15542         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
15543         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15544         (__ASSUME_RECVMMSG_SYSCALL): Define.
15545         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15546         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15547         Likewise.
15548         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15549         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15550         Likewise.
15551         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15552         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15553         Likewise.
15554         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
15555         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
15556         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
15557         [__ASSUME_RECVMMSG]: Change condition to
15558         [__ASSUME_RECVMMSG_SOCKETCALL].
15559         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15560         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15561         Define.
15562         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
15563         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15564         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15565         Likewise.
15566         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
15567         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
15568         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
15569         [!__ASSUME_RECVMMSG]: Change condition to
15570         [!__ASSUME_RECVMMSG_SOCKETCALL].
15571         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15572         (__ASSUME_RECVMMSG_SYSCALL): Define.
15573
15574         [BZ #16609]
15575         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
15576         __powerpc__ || __s390__ || __sh__ || __sparc__]
15577         (__ASSUME_SOCKETCALL): Define.
15578         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
15579         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
15580         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
15581         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
15582         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15583         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
15584         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
15585         (__ASSUME_ACCEPT4): Define instead of using previous
15586         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
15587         __powerpc__ || __sparc__ || __s390__)] condition.
15588         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15589         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
15590         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
15591         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
15592         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
15593         [!__ASSUME_ACCEPT4]: Change condition to
15594         [!__ASSUME_ACCEPT4_SOCKETCALL].
15595         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15596         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
15597         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
15598         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15599         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
15600         __ASSUME_ACCEPT4_SYSCALL.
15601         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
15602         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
15603         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15604         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
15605         __ASSUME_ACCEPT4_SYSCALL.
15606         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
15607         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
15608         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
15609         [__ASSUME_ACCEPT4]: Change condition to
15610         [__ASSUME_ACCEPT4_SOCKETCALL].
15611         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15612         (__ASSUME_SOCKETCALL): Define.
15613         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
15614         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15615         (__ASSUME_SOCKETCALL): Define.
15616         (__ASSUME_ACCEPT4): Remove.
15617         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
15618         Define.
15619         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15620         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
15621         Likewise.
15622         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15623         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
15624
15625         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
15626         macro.
15627         (HWCAP_ARM_LPAE): Likewise.
15628         (HWCAP_ARM_EVTSTRM): Likewise.
15629         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
15630         Add vpfd32, lpae and evtstrm.
15631         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
15632         Increase to 22.
15633
15634 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
15635
15636         * math/auto-libm-test-in: Add tests of clog10.
15637         * math/auto-libm-test-out: Regenerated.
15638         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
15639         * sysdeps/i386/fpu/libm-test-ulps: Update.
15640         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15641
15642 2014-02-18  Andreas Schwab  <schwab@suse.de>
15643
15644         [BZ #16574]
15645         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
15646         Store non-zero if the second buffer was newly allocated.
15647         (send_dg): Likewise.
15648         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
15649         to send_vc and send_dg.
15650         (res_nsend): Pass NULL for ansp2_malloced.
15651         * resolv/res_query.c (__libc_res_nquery): Add parameter
15652         answerp2_malloced and pass it down to __libc_res_nsend.
15653         (res_nquery): Pass additional NULL to __libc_res_nquery.
15654         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
15655         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
15656         second answer buffer if answerp2_malloced was set.
15657         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
15658         (__libc_res_nquerydomain): Add parameter
15659         answerp2_malloced and pass it down to __libc_res_nquery.
15660         (res_nquerydomain): Pass additional NULL to
15661         __libc_res_nquerydomain.
15662         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
15663         additional NULL to __libc_res_nsend and __libc_res_nquery.
15664         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
15665         additional NULL to __libc_res_nsearch.
15666         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
15667         parameter of __libc_res_nsearch to check for separately allocated
15668         second buffer.
15669         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
15670         __libc_res_nquery.
15671         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
15672         additional NULL to __libc_res_nquery.
15673         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
15674         __libc_res_nsearch.
15675         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
15676         * include/resolv.h: Update prototypes of __libc_res_nquery,
15677         __libc_res_nsearch, __libc_res_nsend.
15678
15679 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
15680
15681         * math/auto-libm-test-in: Add tests of fma.
15682         * math/auto-libm-test-out: Regenerated.
15683         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
15684         (fma_towardzero_test_data): Likewise.
15685         (fma_downward_test_data): Likewise.
15686         (fma_upward_test_data): Likewise.
15687         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
15688         mpc_mode.
15689         (rounding_modes): Add values for new field.
15690         (func_calc_method): Add value mpfr_fff_f.
15691         (func_calc_desc): Add mpfr_fff_f union field.
15692         (test_function): Add field exact_args.
15693         (FUNC): Add macro argument EXACT_ARGS.
15694         (FUNC_mpfr_f_f): Update call to FUNC.
15695         (FUNC_mpfr_f_f): Likewise.
15696         (FUNC_mpfr_ff_f): Likewise.
15697         (FUNC_mpfr_if_f): Likewise.
15698         (FUNC_mpc_c_f): Likewise.
15699         (FUNC_mpc_c_c): Likewise.
15700         (test_functions): Add fma.  Update calls to FUNC.
15701         (handle_input_arg): Add argument exact_args.
15702         (add_test): Update call to handle_input_arg.
15703         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
15704         (output_for_one_input_case): Update call to calc_generic_results.
15705         Recalculate exact zero results in each rounding mode.
15706
15707         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
15708         non-negative before setting low bit.
15709         * math/auto-libm-test-in: Mark one asin test possibly having
15710         spurious underflow.
15711         * math/auto-libm-test-out: Regenerated.
15712         * sysdeps/i386/fpu/libm-test-ulps: Update.
15713         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15714
15715 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
15716
15717         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
15718         * sysdeps/unix/sysv/linux/microblaze: Move directory from
15719         ports/sysdeps/unix/sysv/linux/microblaze.
15720         * README: Add missing listing for microblaze*-*-linux-gnu.
15721
15722 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
15723
15724         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
15725         duplicate code
15726
15727 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
15728
15729         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
15730         * sysdeps/unix/sysv/linux/ia64: Move directory from
15731         ports/sysdeps/unix/sysv/linux/ia64.
15732         * README: Update listing for ia64-*-linux-gnu.
15733
15734 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
15735             Joseph Myers  <joseph@codesourcery.com>
15736
15737         * Makeconfig (test-name): New variable.
15738         (evaluate-test): Likewise.
15739         * Makerules (do-test-clean): Remove .test-result files.
15740         (common-mostlyclean): Likewise.
15741         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
15742         * scripts/evaluate-test.sh: New file.
15743
15744 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
15745
15746         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
15747         separate $(objpfx)tst-fopenloc-cmp.out and
15748         $(objpfx)tst-fopenloc-mem.out targets.
15749         (tests): Update dependencies.
15750         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
15751         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
15752         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
15753         (tst-rxspencer-no-utf8-ARGS): New variable.
15754         (tst-rxspencer-no-utf8-ENV): Likewise.
15755         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
15756         instead of $(objpfx)tst-rxspencer-mem.
15757         ($(objpfx)tst-rxspencer-mem): Change target to
15758         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
15759         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
15760         * posix/tst-rxspencer-no-utf8.c: New file.
15761
15762         * elf/Makefile ($(objpfx)order.out): Remove rule.
15763         [$(run-built-tests) = yes] (tests): Depend on
15764         $(objpfx)order-cmp.out.
15765         ($(objpfx)order-cmp.out): New rule.
15766         [$(run-built-tests) = yes] (tests): Depend on
15767         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
15768         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
15769         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
15770         $(objpfx)tst-array5-static-cmp.out.
15771         ($(objpfx)tst-array1.out): Remove rule.
15772         ($(objpfx)tst-array1-cmp.out): New rule.
15773         ($(objpfx)tst-array1-static.out): Remove rule.
15774         ($(objpfx)tst-array1-static-cmp.out): New rule.
15775         ($(objpfx)tst-array2.out): Remove rule.
15776         ($(objpfx)tst-array2-cmp.out): New rule.
15777         ($(objpfx)tst-array3.out): Remove rule.
15778         ($(objpfx)tst-array3-cmp.out): New rule.
15779         ($(objpfx)tst-array4.out): Remove rule.
15780         ($(objpfx)tst-array4-cmp.out): New rule.
15781         ($(objpfx)tst-array5.out): Remove rule.
15782         ($(objpfx)tst-array5-cmp.out): New rule.
15783         ($(objpfx)tst-array5-static.out): Remove rule.
15784         ($(objpfx)tst-array5-static-cmp.out): New rule.
15785         [$(run-built-tests) = yes] (tests): Depend on
15786         $(objpfx)order2-cmp.out.
15787         ($(objpfx)order2.out): Remove rule.
15788         ($(objpfx)order2-cmp.out): New rule.
15789         ($(objpfx)tst-initorder.out): Remove rule.
15790         [$(run-built-tests) = yes] (tests): Depend on
15791         $(objpfx)tst-initorder-cmp.out.
15792         ($(objpfx)tst-initorder-cmp.out): New rule.
15793         ($(objpfx)tst-initorder2.out): Remove rule.
15794         [$(run-built-tests) = yes] (tests): Depend on
15795         $(objpfx)tst-initorder2-cmp.out.
15796         ($(objpfx)tst-initorder2-cmp.out): New rule.
15797         [$(run-built-tests) = yes] (tests): Depend on
15798         $(objpfx)tst-unused-dep-cmp.out.
15799         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15800         ($(objpfx)tst-unused-dep-cmp.out): New rule.
15801         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15802         on $(objpfx)tst-setvbuf1-cmp.out.
15803         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15804         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15805         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15806         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15807         ($(objpfx)tst-svc.out): Remove rule.
15808         ($(objpfx)tst-svc-cmp.out): New rule.
15809
15810 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
15811
15812         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15813         * ctype/ctype.h [__USE_MISC]: Likewise.
15814         * dirent/dirent.h [__USE_MISC]: Likewise.
15815         * grp/grp.h [__USE_MISC]: Likewise.
15816         * io/fcntl.h [__USE_MISC]: Likewise.
15817         * io/sys/stat.h [__USE_MISC]: Likewise.
15818         * libio/stdio.h [__USE_MISC]: Likewise.
15819         * posix/unistd.h [__USE_MISC]: Likewise.
15820         * pwd/pwd.h [__USE_MISC]: Likewise.
15821         * stdlib.h [__USE_MISC]: Likewise.
15822         * string/bits/string2.h [__USE_MISC]: Likewise.
15823         * string/string.h [__USE_MISC]: Likewise.
15824         * time/time.h [__USE_MISC]: Likewise.
15825
15826 2014-02-13  Andreas Schwab  <schwab@suse.de>
15827
15828         [BZ #16574]
15829         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15830         second answer buffer if it was separately allocated.
15831
15832 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
15833
15834         * sysdeps/mips/math-tests.h: Include <features.h>.
15835         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15836         (ROUNDING_TESTS_long_double): Do not define.
15837         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15838         (EXCEPTION_TESTS_long_double): Likewise.
15839         * sysdeps/mips/mips64/libm-test-ulps: Update.
15840
15841         * include/features.h (__USE_BSD): Remove macro definitions.
15842         (__USE_SVID): Likewise.
15843         (_BSD_SOURCE): Likewise.
15844         (_SVID_SOURCE): Likewise.
15845         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15846         from definition of _DEFAULT_SOURCE.
15847         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15848         [_DEFAULT_SOURCE].
15849         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15850         * bits/mman.h [__USE_BSD]: Likewise.
15851         * bits/termios.h [__USE_BSD]: Likewise.
15852         * bits/waitstatus.h [__USE_BSD]: Likewise.
15853         * ctype/ctype.h [__USE_SVID]: Likewise.
15854         * dirent/dirent.h [__USE_BSD]: Likewise.
15855         * grp/grp.h [__USE_SVID]: Likewise.
15856         [__USE_BSD]: Likewise.
15857         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15858         * io/fcntl.h [__USE_BSD]: Likewise.
15859         * io/ftw.h [__USE_BSD]: Likewise.
15860         * io/sys/stat.h [__USE_BSD]: Likewise.
15861         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15862         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15863         * libio/stdio.h [__USE_SVID]: Likewise.
15864         [__USE_BSD]: Likewise.
15865         * math/math.h [__USE_SVID]: Likewise.
15866         [__USE_BSD]: Likewise.
15867         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15868         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15869         * misc/search.h [__USE_SVID]: Likewise.
15870         * misc/sys/mman.h [__USE_BSD]: Likewise.
15871         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15872         * misc/sys/uio.h [__USE_BSD]: Likewise.
15873         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15874         * posix/glob.h [__USE_BSD]: Likewise.
15875         * posix/regex.h [__USE_BSD]: Likewise.
15876         * posix/sys/types.h [__USE_BSD]: Likewise.
15877         [__USE_SVID]: Likewise.
15878         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15879         * posix/sys/wait.h [__USE_BSD]: Likewise.
15880         [__USE_SVID]: Likewise.
15881         * posix/unistd.h [__USE_BSD]: Likewise.
15882         [__USE_SVID]: Likewise.
15883         * pwd/pwd.h [__USE_SVID]: Likewise.
15884         * resolv/netdb.h [__USE_BSD]: Likewise.
15885         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15886         * signal/signal.h [__USE_BSD]: Likewise.
15887         [__USE_SVID]: Likewise.
15888         * socket/sys/socket.h [__USE_BSD]: Likewise.
15889         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15890         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15891         [__USE_SVID]: Likewise.
15892         * string/bits/string2.h [__USE_BSD]: Likewise.
15893         [__USE_SVID]: Likewise.
15894         * string/bits/string3.h [__USE_BSD]: Likewise.
15895         * string/endian.h [__USE_BSD]: Likewise.
15896         * string/string.h [__USE_SVID]: Likewise.
15897         [__USE_BSD]: Likewise.
15898         * string/strings.h [__USE_BSD]: Likewise.
15899         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15900         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15901         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15902         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15903         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15904         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15905         Likewise.
15906         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15907         Likewise.
15908         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15909         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15910         Likewise.
15911         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15912         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15913         Likewise.
15914         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15915         Likewise.
15916         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15917         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15918         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15919         Likewise.
15920         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15921         Likewise.
15922         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15923         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15924         * termios/termios.h [__USE_BSD]: Likewise.
15925         * time/sys/time.h [__USE_BSD]: Likewise.
15926         * time/time.h [__USE_BSD]: Likewise.
15927         [__USE_SVID]: Likewise.
15928
15929         * Makefile (subdir_targets): Remove subdir_lint.out.
15930
15931         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15932         (do-tst-printf): Likewise.
15933         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15934         $(objpfx)tst-printf.out.
15935
15936         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15937
15938         * Makerules (check-abi-%): Change target to
15939         $(objpfx)check-abi-%.out.
15940         (check-abi target): Update dependencies.
15941         (check-abi-pattern variable): Redirect output of diff to $@.
15942         (check-abi variable): Likewise.
15943         * elf/Makefile (check-abi): Update dependencies.
15944
15945         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15946         unused.
15947         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15948         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15949         subnormal range.
15950         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15951         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15952         value has largest subnormal exponent.
15953         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15954         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15955         * sysdeps/aarch64/soft-fp/sfp-machine.h
15956         (_FP_TININESS_AFTER_ROUNDING): New macro.
15957         * sysdeps/alpha/soft-fp/sfp-machine.h
15958         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15959         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15960         Likewise.
15961         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15962         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15963         * sysdeps/mips/soft-fp/sfp-machine.h
15964         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15965         * sysdeps/powerpc/soft-fp/sfp-machine.h
15966         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15967         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15968         Likewise.
15969         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15970         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15971         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15972         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15973         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15974         Likewise.
15975
15976 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15977
15978         [BZ #16545]
15979         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15980         model 1.
15981
15982 2014-02-12  Richard Henderson  <rth@redhat.com>
15983
15984         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15985         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15986         * sysdeps/unix/sysv/linux/alpha: Move directory from
15987         ports/sysdeps/unix/sysv/linux/alpha.
15988         * README: Update listing for alpha-*-linux-gnu.
15989
15990 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15991
15992         * include/features.h: Update comment documenting feature test
15993         macros.
15994         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15995         _DEFAULT_SOURCE.
15996         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15997         (_SVID_SOURCE): Likewise.
15998         (_DEFAULT_SOURCE): Update description of default features.
15999         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
16000         with _GNU_SOURCE.
16001         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
16002         (S_ISVTX): Likewise.
16003         * manual/math.texi (Mathematical Constants): Likewise.
16004         * manual/signal.texi (Interrupted Primitives): Likewise.
16005         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
16006         * math/test-matherr.c (_SVID_SOURCE): Do not define.
16007         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
16008         Don't refer to _SVID_SOURCE in warning text.
16009
16010         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16011
16012         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
16013         already defined.
16014         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
16015         * sysdeps/mips/dl-lookup.c: Remove.
16016         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
16017
16018 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
16019
16020         [BZ #16447]
16021         * math/auto-libm-test-in: Add testcase for expl.
16022         * math/auto-libm-test-out: Regenerate.
16023         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
16024         calculation of unsafe.
16025         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
16026
16027 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16028
16029         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
16030         * sysdeps/unix/sysv/linux/aarch64: Move directory from
16031         ports/sysdeps/unix/sysv/linux/aarch64.
16032         * README: Update listing for aarch64*-*-linux-gnu.
16033
16034 2014-02-11  Will Newton  <will.newton@linaro.org>
16035
16036         * manual/probes.texi (Mathematical Function Probes): Use
16037         "triggered" instead of "hit".
16038
16039         * manual/probes.texi (Internal Probes): Add documentation
16040         of setjmp, longjmp and longjmp_target probes.
16041
16042         * include/stap-probe.h: Add comment about probe argument
16043         format.
16044
16045         * malloc/mtrace.c (attribute_hidden): Remove unused macro
16046         definition.  (tr_where, tr_freehook, tr_mallochook,
16047         tr_reallochook, tr_memalignhook): Use ANSI protoype.
16048
16049 2014-02-11  David S. Miller  <davem@davemloft.net>
16050
16051         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
16052         processing int_tests.
16053
16054 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
16055
16056         * sysdeps/mips: Move directory from ports/sysdeps/mips.
16057         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
16058         * sysdeps/unix/sysv/linux/mips: Move directory from
16059         ports/sysdeps/unix/sysv/linux/mips.
16060         * README: Update listing for mips-*-linux-gnu and
16061         mips64-*-linux-gnu.
16062
16063 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
16064
16065         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
16066         * sysdeps/unix/sysv/linux/m68k: Move directory from
16067         ports/sysdeps/unix/sysv/linux/m68k.
16068         * README: Update listing for m68k-*-linux-gnu.
16069
16070 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
16071
16072         * sysdeps/tile: Move directory from ports/sysdeps/tile.
16073         * sysdeps/unix/sysv/linux/generic: Move directory from
16074         ports/sysdeps/unix/sysv/linux/generic.
16075         * sysdeps/unix/sysv/linux/tile: Move directory from
16076         ports/sysdeps/unix/sysv/linux/tile.
16077         * README: Update listing for tile*-*-linux-gnu.
16078
16079 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
16080
16081         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
16082         __builtin_expect.
16083         * benchtests/bench-memmem.c (simple_memmem): Likewise.
16084         * catgets/open_catalog.c (__open_catalog): Likewise.
16085         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
16086         * debug/confstr_chk.c: Likewise.
16087         * debug/fread_chk.c (__fread_chk): Likewise.
16088         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
16089         * debug/getgroups_chk.c: Likewise.
16090         * debug/mbsnrtowcs_chk.c: Likewise.
16091         * debug/mbsrtowcs_chk.c: Likewise.
16092         * debug/mbstowcs_chk.c: Likewise.
16093         * debug/memcpy_chk.c: Likewise.
16094         * debug/memmove_chk.c: Likewise.
16095         * debug/mempcpy_chk.c: Likewise.
16096         * debug/memset_chk.c: Likewise.
16097         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
16098         * debug/strcat_chk.c (__strcat_chk): Likewise.
16099         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
16100         * debug/strncat_chk.c (__strncat_chk): Likewise.
16101         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
16102         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
16103         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
16104         * debug/wcpncpy_chk.c: Likewise.
16105         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
16106         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
16107         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
16108         * debug/wcsncpy_chk.c: Likewise.
16109         * debug/wcsnrtombs_chk.c: Likewise.
16110         * debug/wcsrtombs_chk.c: Likewise.
16111         * debug/wcstombs_chk.c: Likewise.
16112         * debug/wmemcpy_chk.c: Likewise.
16113         * debug/wmemmove_chk.c: Likewise.
16114         * debug/wmempcpy_chk.c: Likewise.
16115         * debug/wmemset_chk.c: Likewise.
16116         * dirent/scandirat.c (SCANDIRAT): Likewise.
16117         * dlfcn/dladdr1.c (dladdr1): Likewise.
16118         * dlfcn/dladdr.c (dladdr): Likewise.
16119         * dlfcn/dlclose.c (dlclose_doit): Likewise.
16120         * dlfcn/dlerror.c (__dlerror): Likewise.
16121         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
16122         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
16123         * dlfcn/dlopen.c (dlopen_doit): Likewise.
16124         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
16125         * dlfcn/dlsym.c (dlsym_doit): Likewise.
16126         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
16127         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
16128         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
16129         Likewise.
16130         * elf/dl-conflict.c: Likewise.
16131         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
16132         * elf/dl-dst.h: Likewise.
16133         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
16134         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
16135         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
16136         * elf/dl-init.c (call_init, _dl_init): Likewise.
16137         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
16138         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
16139         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
16140         Likewise.
16141         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
16142         Likewise.
16143         * elf/dl-minimal.c (__libc_memalign): Likewise.
16144         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
16145         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
16146         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
16147         * elf/dl-sym.c (do_sym): Likewise.
16148         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
16149         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
16150         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
16151         * elf/dl-writev.h (_dl_writev): Likewise.
16152         * elf/ldconfig.c (search_dir): Likewise.
16153         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
16154         (dl_main): Likewise.
16155         * elf/setup-vdso.h (setup_vdso): Likewise.
16156         * grp/compat-initgroups.c (compat_call): Likewise.
16157         * grp/fgetgrent.c (fgetgrent): Likewise.
16158         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
16159         * grp/putgrent.c (putgrent): Likewise.
16160         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
16161         Likewise.
16162         * hurd/hurdinit.c: Likewise.
16163         * iconvdata/8bit-gap.c (struct): Likewise.
16164         * iconvdata/ansi_x3.110.c : Likewise.
16165         * iconvdata/big5.c : Likewise.
16166         * iconvdata/big5hkscs.c : Likewise.
16167         * iconvdata/cp1255.c: Likewise.
16168         * iconvdata/cp1258.c : Likewise.
16169         * iconvdata/cp932.c : Likewise.
16170         * iconvdata/euc-cn.c: Likewise.
16171         * iconvdata/euc-jisx0213.c : Likewise.
16172         * iconvdata/euc-jp.c: Likewise.
16173         * iconvdata/euc-jp-ms.c : Likewise.
16174         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
16175         * iconvdata/gb18030.c : Likewise.
16176         * iconvdata/gbbig5.c (const): Likewise.
16177         * iconvdata/gbgbk.c: Likewise.
16178         * iconvdata/gbk.c : Likewise.
16179         * iconvdata/ibm1364.c : Likewise.
16180         * iconvdata/ibm930.c : Likewise.
16181         * iconvdata/ibm932.c: Likewise.
16182         * iconvdata/ibm933.c : Likewise.
16183         * iconvdata/ibm935.c : Likewise.
16184         * iconvdata/ibm937.c : Likewise.
16185         * iconvdata/ibm939.c : Likewise.
16186         * iconvdata/ibm943.c: Likewise.
16187         * iconvdata/iso_11548-1.c: Likewise.
16188         * iconvdata/iso-2022-cn.c : Likewise.
16189         * iconvdata/iso-2022-cn-ext.c : Likewise.
16190         * iconvdata/iso-2022-jp-3.c: Likewise.
16191         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
16192         * iconvdata/iso-2022-kr.c : Likewise.
16193         * iconvdata/iso646.c (gconv_end): Likewise.
16194         * iconvdata/iso_6937-2.c : Likewise.
16195         * iconvdata/iso_6937.c : Likewise.
16196         * iconvdata/iso8859-1.c: Likewise.
16197         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
16198         * iconvdata/shift_jisx0213.c : Likewise.
16199         * iconvdata/sjis.c : Likewise.
16200         * iconvdata/t.61.c : Likewise.
16201         * iconvdata/tcvn5712-1.c : Likewise.
16202         * iconvdata/tscii.c: Likewise.
16203         * iconvdata/uhc.c : Likewise.
16204         * iconvdata/unicode.c (gconv_end): Likewise.
16205         * iconvdata/utf-16.c (gconv_end): Likewise.
16206         * iconvdata/utf-32.c (gconv_end): Likewise.
16207         * iconvdata/utf-7.c (base64): Likewise.
16208         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
16209         * iconv/gconv_close.c (__gconv_close): Likewise.
16210         * iconv/gconv_open.c (__gconv_open): Likewise.
16211         * iconv/gconv_simple.c (internal_ucs4_loop_single)
16212         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
16213         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
16214         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
16215         (ucs4le_internal_loop_single): Likewise.
16216         * iconv/iconv.c (iconv): Likewise.
16217         * iconv/iconv_close.c: Likewise.
16218         * iconv/loop.c (SINGLE): Likewise.
16219         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
16220         * include/atomic.h: Likewise.
16221         * inet/inet6_option.c (option_alloc): Likewise.
16222         * intl/bindtextdom.c (set_binding_values): Likewise.
16223         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
16224         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
16225         * intl/localealias.c (read_alias_file): Likewise.
16226         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
16227         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
16228         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
16229         * libio/fmemopen.c (fmemopen): Likewise.
16230         * libio/iofgets.c (_IO_fgets): Likewise.
16231         * libio/iofgets_u.c (fgets_unlocked): Likewise.
16232         * libio/iofgetws.c (fgetws): Likewise.
16233         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
16234         * libio/iogetdelim.c (_IO_getdelim): Likewise.
16235         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
16236         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
16237         * locale/findlocale.c (_nl_find_locale): Likewise.
16238         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
16239         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
16240         Likewise.
16241         * locale/setlocale.c (setlocale): Likewise.
16242         * login/programs/pt_chown.c (main): Likewise.
16243         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
16244         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
16245         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
16246         (mmap, mmap64, mremap, munmap): Likewise.
16247         * math/e_exp2l.c: Likewise.
16248         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
16249         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
16250         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
16251         * math/s_catan.c (__catan): Likewise.
16252         * math/s_catanf.c (__catanf): Likewise.
16253         * math/s_catanh.c (__catanh): Likewise.
16254         * math/s_catanhf.c (__catanhf): Likewise.
16255         * math/s_catanhl.c (__catanhl): Likewise.
16256         * math/s_catanl.c (__catanl): Likewise.
16257         * math/s_ccosh.c (__ccosh): Likewise.
16258         * math/s_ccoshf.c (__ccoshf): Likewise.
16259         * math/s_ccoshl.c (__ccoshl): Likewise.
16260         * math/s_cexp.c (__cexp): Likewise.
16261         * math/s_cexpf.c (__cexpf): Likewise.
16262         * math/s_cexpl.c (__cexpl): Likewise.
16263         * math/s_clog10.c (__clog10): Likewise.
16264         * math/s_clog10f.c (__clog10f): Likewise.
16265         * math/s_clog10l.c (__clog10l): Likewise.
16266         * math/s_clog.c (__clog): Likewise.
16267         * math/s_clogf.c (__clogf): Likewise.
16268         * math/s_clogl.c (__clogl): Likewise.
16269         * math/s_csin.c (__csin): Likewise.
16270         * math/s_csinf.c (__csinf): Likewise.
16271         * math/s_csinh.c (__csinh): Likewise.
16272         * math/s_csinhf.c (__csinhf): Likewise.
16273         * math/s_csinhl.c (__csinhl): Likewise.
16274         * math/s_csinl.c (__csinl): Likewise.
16275         * math/s_csqrt.c (__csqrt): Likewise.
16276         * math/s_csqrtf.c (__csqrtf): Likewise.
16277         * math/s_csqrtl.c (__csqrtl): Likewise.
16278         * math/s_ctan.c (__ctan): Likewise.
16279         * math/s_ctanf.c (__ctanf): Likewise.
16280         * math/s_ctanh.c (__ctanh): Likewise.
16281         * math/s_ctanhf.c (__ctanhf): Likewise.
16282         * math/s_ctanhl.c (__ctanhl): Likewise.
16283         * math/s_ctanl.c (__ctanl): Likewise.
16284         * math/w_pow.c: Likewise.
16285         * math/w_powf.c: Likewise.
16286         * math/w_powl.c: Likewise.
16287         * math/w_scalb.c (sysv_scalb): Likewise.
16288         * math/w_scalbf.c (sysv_scalbf): Likewise.
16289         * math/w_scalbl.c (sysv_scalbl): Likewise.
16290         * misc/error.c (error_tail): Likewise.
16291         * misc/pselect.c (__pselect): Likewise.
16292         * nis/nis_callback.c (__nis_create_callback): Likewise.
16293         * nis/nis_call.c (__nisfind_server): Likewise.
16294         * nis/nis_creategroup.c (nis_creategroup): Likewise.
16295         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
16296         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
16297         * nis/nis_getservlist.c (nis_getservlist): Likewise.
16298         * nis/nis_lookup.c (nis_lookup): Likewise.
16299         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
16300         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
16301         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
16302         * nis/nis_xdr.c (xdr_endpoint): Likewise.
16303         * nis/nss_compat/compat-grp.c (getgrent_next_file)
16304         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
16305         * nis/nss_compat/compat-initgroups.c (add_group)
16306         (internal_getgrent_r): Likewise.
16307         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
16308         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
16309         * nis/nss_compat/compat-spwd.c (getspent_next_file)
16310         (internal_getspnam_r): Likewise.
16311         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
16312         (_nss_nis_getaliasbyname_r): Likewise.
16313         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
16314         (_nss_nis_getntohost_r): Likewise.
16315         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
16316         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
16317         (_nss_nis_getgrgid_r): Likewise.
16318         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
16319         (internal_nis_gethostent_r, internal_gethostbyname2_r)
16320         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
16321         (_nss_nis_gethostbyname4_r): Likewise.
16322         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
16323         (initgroups_netid): Likewise.
16324         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
16325         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
16326         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
16327         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
16328         (_nss_nis_getprotobynumber_r): Likewise.
16329         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
16330         (_nss_nis_getsecretkey): Likewise.
16331         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
16332         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
16333         (_nss_nis_getpwuid_r): Likewise.
16334         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
16335         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
16336         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
16337         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
16338         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
16339         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
16340         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
16341         Likewise.
16342         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
16343         (_nss_nisplus_getntohost_r): Likewise.
16344         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
16345         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
16346         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
16347         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
16348         Likewise.
16349         * nis/nss_nisplus/nisplus-initgroups.c
16350         (_nss_nisplus_initgroups_dyn): Likewise.
16351         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
16352         (_nss_nisplus_getnetbyaddr_r): Likewise.
16353         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
16354         (_nss_nisplus_getprotobynumber_r): Likewise.
16355         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
16356         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
16357         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
16358         Likewise.
16359         * nis/nss_nisplus/nisplus-service.c
16360         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
16361         (_nss_nisplus_getservbyport_r): Likewise.
16362         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
16363         (_nss_nisplus_getspnam_r): Likewise.
16364         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
16365         Likewise.
16366         * nscd/aicache.c (addhstaiX): Likewise.
16367         * nscd/cache.c (cache_search, prune_cache): Likewise.
16368         * nscd/connections.c (register_traced_file, send_ro_fd)
16369         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
16370         (main_loop_epoll): Likewise.
16371         * nscd/grpcache.c (addgrbyX): Likewise.
16372         * nscd/hstcache.c (addhstbyX): Likewise.
16373         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16374         * nscd/mem.c (gc, mempool_alloc): Likewise.
16375         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
16376         (addinnetgrX): Likewise.
16377         * nscd/nscd-client.h (__nscd_acquire_maplock)
16378         (__nscd_drop_map_ref): Likewise.
16379         * nscd/nscd_getai.c (__nscd_getai): Likewise.
16380         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
16381         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
16382         Likewise.
16383         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
16384         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
16385         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
16386         (__nscd_get_map_ref): Likewise.
16387         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
16388         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
16389         Likewise.
16390         * nscd/pwdcache.c (addpwbyX): Likewise.
16391         * nscd/selinux.c (preserve_capabilities): Likewise.
16392         * nscd/servicescache.c (addservbyX): Likewise.
16393         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
16394         * posix/fnmatch.c (fnmatch): Likewise.
16395         * posix/getopt.c (_getopt_internal_r): Likewise.
16396         * posix/glob.c (glob, glob_in_dir): Likewise.
16397         * posix/wordexp.c (exec_comm_child): Likewise.
16398         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
16399         (getanswer_r, gaih_getanswer_slice): Likewise.
16400         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
16401         * resolv/res_init.c: Likewise.
16402         * resolv/res_mkquery.c (res_nmkquery): Likewise.
16403         * resolv/res_query.c (__libc_res_nquery): Likewise.
16404         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
16405         Likewise.
16406         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
16407         * stdio-common/perror.c (perror): Likewise.
16408         * stdio-common/printf_fp.c (___printf_fp): Likewise.
16409         * stdio-common/tmpnam.c (tmpnam): Likewise.
16410         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
16411         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
16412         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
16413         Likewise.
16414         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
16415         * stdlib/putenv.c (putenv): Likewise.
16416         * stdlib/setenv.c (__add_to_environ): Likewise.
16417         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
16418         * stdlib/strtol_l.c (INTERNAL): Likewise.
16419         * string/memmem.c (memmem): Likewise.
16420         * string/strerror.c (strerror): Likewise.
16421         * string/strnlen.c (__strnlen): Likewise.
16422         * string/test-memmem.c (simple_memmem): Likewise.
16423         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
16424         * sunrpc/pm_getport.c (__get_socket): Likewise.
16425         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
16426         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
16427         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
16428         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
16429         Likewise.
16430         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
16431         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
16432         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
16433         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
16434         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
16435         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
16436         Likewise.
16437         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
16438         Likewise.
16439         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
16440         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
16441         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
16442         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
16443         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
16444         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
16445         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
16446         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
16447         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
16448         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
16449         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
16450         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
16451         Likewise.
16452         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
16453         Likewise.
16454         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
16455         Likewise.
16456         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
16457         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
16458         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
16459         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
16460         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
16461         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
16462         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
16463         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
16464         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
16465         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
16466         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
16467         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16468         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
16469         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
16470         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
16471         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
16472         Likewise.
16473         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
16474         Likewise.
16475         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
16476         Likewise.
16477         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
16478         Likewise.
16479         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
16480         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
16481         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
16482         Likewise.
16483         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
16484         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
16485         * sysdeps/posix/opendir.c (__opendirat): Likewise.
16486         * sysdeps/posix/sleep.c: Likewise.
16487         * sysdeps/posix/tempname.c: Likewise.
16488         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
16489         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16490         Likewise.
16491         * sysdeps/powerpc/powerpc32/dl-machine.h
16492         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
16493         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
16494         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16495         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
16496         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
16497         Likewise.
16498         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
16499         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
16500         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
16501         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
16502         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
16503         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
16504         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
16505         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
16506         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
16507         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
16508         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
16509         (elf_machine_lazy_rel): Likewise.
16510         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
16511         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
16512         (elf_machine_lazy_rel): Likewise.
16513         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
16514         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
16515         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
16516         * sysdeps/unix/grantpt.c (grantpt): Likewise.
16517         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
16518         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
16519         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
16520         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
16521         Likewise.
16522         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
16523         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
16524         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
16525         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
16526         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
16527         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
16528         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
16529         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
16530         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
16531         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
16532         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
16533         Likewise.
16534         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
16535         (__posix_fallocate64_l64): Likewise.
16536         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
16537         (posix_fallocate): Likewise.
16538         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
16539         Likewise.
16540         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
16541         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
16542         (getifaddrs_internal): Likewise.
16543         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
16544         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
16545         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
16546         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
16547         * sysdeps/unix/sysv/linux/posix_fallocate64.c
16548         (__posix_fallocate64_l64): Likewise.
16549         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
16550         Likewise.
16551         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
16552         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
16553         (__get_clockfreq): Likewise.
16554         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
16555         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
16556         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
16557         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
16558         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
16559         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
16560         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
16561         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
16562         Likewise.
16563         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
16564         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
16565         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
16566         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
16567         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
16568         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
16569         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
16570         Likewise.
16571         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
16572         (posix_fallocate): Likewise.
16573         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
16574         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
16575         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
16576         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
16577         (elf_machine_rela, elf_machine_rela_relative)
16578         (elf_machine_lazy_rel): Likewise.
16579         * time/asctime.c (asctime_internal): Likewise.
16580         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
16581         * time/tzset.c (__tzset_parse_tz): Likewise.
16582         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
16583         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
16584         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
16585         * wcsmbs/wcsmbsload.h: Likewise.
16586
16587         [BZ #15894]
16588         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
16589
16590         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
16591         (arena_get2): Remove THREAD_STATS conditionals.
16592         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
16593         (__malloc_stats, int): Likewise.
16594
16595 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
16596
16597         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
16598         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
16599
16600         * manual/setjmp.texi: Fix typos/grammar errors.
16601
16602         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
16603         Only return early when n is <= 0.  Delete unused return statement.
16604
16605         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
16606         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
16607         * debug/tst-longjmp_chk3.c: New file.
16608
16609         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
16610         (test_main): Replace code with set_fortify_handler call.
16611         * debug/test-strcpy_chk.c: Likewise.
16612         * debug/tst-chk1.c: Likewise.
16613         * debug/tst-longjmp_chk.c: Likewise.
16614         * test-skeleton.c: Include fcntl.h & paths.h
16615         (set_fortify_handler): Define.
16616
16617         * debug/tst-longjmp_chk.c: Add header comment and include
16618         ../test-skeleton.c.
16619         (do_test): Mark static.
16620         (TEST_FUNCTION): Define.
16621
16622         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
16623         (IP_PMTUDISC_INTERFACE): Likewise.
16624         (IP_MULTICAST_IF): Likewise.
16625         (IP_MULTICAST_TTL): Likewise.
16626         (IP_MULTICAST_LOOP): Likewise.
16627         (IP_ADD_MEMBERSHIP): Likewise.
16628         (IP_DROP_MEMBERSHIP): Likewise.
16629         (IP_UNBLOCK_SOURCE): Likewise.
16630         (IP_BLOCK_SOURCE): Likewise.
16631         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
16632         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
16633         (IP_MSFILTER): Likewise.
16634         (MCAST_JOIN_GROUP): Likewise.
16635         (MCAST_BLOCK_SOURCE): Likewise.
16636         (MCAST_UNBLOCK_SOURCE): Likewise.
16637         (MCAST_LEAVE_GROUP): Likewise.
16638         (MCAST_JOIN_SOURCE_GROUP): Likewise.
16639         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
16640         (MCAST_MSFILTER): Likewise.
16641         (IP_MULTICAST_ALL): Likewise.
16642         (IP_UNICAST_IF): Likewise.
16643
16644         * timezone/Makefile: Delete $(have-ksh) check.
16645         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
16646         * timezone/tzselect.ksh: Add +x mode bits.
16647
16648         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
16649         (ANON_INODE_FS_MAGIC): Likewise.
16650         (BDEVFS_MAGIC): Likewise.
16651         (BINFMTFS_MAGIC): Likewise.
16652         (BTRFS_TEST_MAGIC): Likewise.
16653         (CRAMFS_MAGIC_WEND): Likewise.
16654         (DEBUGFS_MAGIC): Likewise.
16655         (ECRYPTFS_SUPER_MAGIC): Likewise.
16656         (EXT3_SUPER_MAGIC): Likewise.
16657         (EXT4_SUPER_MAGIC): Likewise.
16658         (FUTEXFS_SUPER_MAGIC): Likewise.
16659         (HOSTFS_SUPER_MAGIC): Likewise.
16660         (HUGETLBFS_MAGIC): Likewise.
16661         (MINIX3_SUPER_MAGIC): Likewise.
16662         (MTD_INODE_FS_MAGIC): Likewise.
16663         (NILFS_SUPER_MAGIC): Likewise.
16664         (OPENPROM_SUPER_MAGIC): Likewise.
16665         (PIPEFS_MAGIC): Likewise.
16666         (PSTOREFS_MAGIC): Likewise.
16667         (QNX6_SUPER_MAGIC): Likewise.
16668         (RAMFS_MAGIC): Likewise.
16669         (REISERFS_SUPER_MAGIC_STRING): Likewise.
16670         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
16671         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
16672         (SECURITYFS_MAGIC): Likewise.
16673         (SELINUX_MAGIC): Likewise.
16674         (SMACK_MAGIC): Likewise.
16675         (SOCKFS_MAGIC): Likewise.
16676         (SQUASHFS_MAGIC): Likewise.
16677         (STACK_END_MAGIC): Likewise.
16678         (TMPFS_MAGIC): Likewise.
16679         (USBDEVICE_SUPER_MAGIC): Likewise.
16680         (V9FS_MAGIC): Likewise.
16681         (XENFS_SUPER_MAGIC): Likewise.
16682         (CRAMFS_MAGIC): Fix typo in comment.
16683         (EXT2_SUPER_MAGIC): Update comment.
16684         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
16685
16686 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
16687
16688         * sysdeps/arm: Move directory from ports/sysdeps/arm.
16689         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
16690         * sysdeps/unix/sysv/linux/arm: Move directory from
16691         ports/sysdeps/unix/sysv/linux/arm.
16692         * README: Update listing for arm-*-linux-gnueabi.
16693
16694         * README: Remove mention of am33.
16695
16696 2014-02-07  Roland McGrath  <roland@hack.frob.com>
16697
16698         * bits/sigset.h (__sigemptyset): Use a statement expression rather
16699         than the comma operator, to avoid "rhs of comma has no effect"
16700         compiler warnings.
16701         (__sigfillset, __sigandset, __sigorset): Likewise.
16702         * include/signal.h (__sigemptyset): Likewise.
16703         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
16704
16705 2014-02-07  Allan McRae  <allan@archlinux.org>
16706
16707         * version.h (RELEASE): Set to "development".
16708         (VERSION): Set to "2.19.90"
16709         * NEWS: Add 2.20 section.
16710
16711 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
16712
16713         [BZ #16529]
16714         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
16715
16716 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
16717
16718         * manual/contrib.texi: Update entry for Carlos O'Donell,
16719         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
16720
16721 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
16722
16723         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
16724
16725         * sysdeps/unix/sysv/linux/kernel-features.h
16726         [__LINUX_KERNEL_VERSION >= 0x020621]
16727         (__ASSUME_PROC_PID_TASK_COMM): Define.
16728
16729 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
16730
16731         [BZ #16398]
16732         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
16733         conversion when destination buffer does not have enough space.
16734         * libio/tst-ftell-partial-wide.c: New test case.
16735         * libio/Makefile (tests): Add tst-ftell-partial-wide.
16736
16737         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
16738         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
16739         Leonard and Allan McRae.
16740
16741 2014-02-04  David S. Miller  <davem@davemloft.net>
16742
16743         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
16744         32-bit.
16745
16746 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16747
16748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
16749         New file
16750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
16751         New file
16752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
16753         New file.
16754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
16755         New file.
16756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
16757         New file.
16758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
16759         New file.
16760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
16761         New file.
16762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
16763         New file.
16764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
16765         New file.
16766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
16767         New file.
16768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
16769         New file.
16770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
16771         New file.
16772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
16773         New file.
16774
16775 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16776
16777         * nptl/shlib-versions: Change powerpc*le start to 2.17.
16778         * shlib-versions: Likewise.
16779
16780 2014-02-04  Roland McGrath  <roland@hack.frob.com>
16781             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16782
16783         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
16784         (abilist-pattern): New variable, set to %-le.abilist.
16785
16786         * Makerules (abilist-pattern): New variable.
16787         (vpath): Use $(abilist-pattern) in place of %.abilist.
16788         (check-abi-% pattern rule): Likewise.
16789         (check-abi, update-abi): Likewise.
16790
16791 2014-02-04  Eric Wong  <normalperson@yhbt.net>
16792
16793         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16794
16795 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
16796
16797         * manual/startup.texi: Add next, previous, and top entries for
16798         the `Program Arguments' and `Environment Variables' nodes.
16799
16800 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
16801
16802         * manual/macros.texi: Add comments before MTASC-safety macros.
16803
16804         * manual/users.texi: Document MTASC-safety properties.
16805
16806         * manual/threads.texi (pthread_key_create, pthread_key_delete)
16807         (pthread_getspecific, pthread_setspecific): Format with
16808         @deftypefun, and add @safety note.
16809         * manual/signal.texi: Move comments that analyze the above
16810         functions to their home place.
16811
16812 2014-02-03  Allan McRae  <allan@archlinux.org>
16813
16814         * po/sl.po: Update Slovenian translation from translation project.
16815
16816 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
16817
16818         * manual/time.texi (timegm): Add missing blank after @c.
16819         Reported by Joseph Myers <joseph@codesourcery.com>.
16820
16821 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
16822
16823         * manual/check-safety.sh: New.
16824         * manual/Makefile ($(objpfx)stamp-summary): Run it.
16825
16826         * manual/terminal.texi: Document MTASC-safety properties.
16827
16828         * manual/filesys.texi: Document MTASC-safety properties.
16829
16830         * manual/errno.texi: Document MTASC-safety properties.
16831
16832         * manual/intro.texi: Document safety identifiers and
16833         conditionals.
16834
16835         * manual/string.texi (wcstok): Fix prototype.
16836         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16837
16838         * manual/time.texi: Document MTASC-safety properties.
16839
16840         * manual/string.texi: Document MTASC-safety properties.
16841
16842         * manual/threads.texi: Document MTASC-safety properties.
16843
16844         * manual/stdio.texi: Document MTASC-safety properties.
16845
16846         * manual/syslog.texi: Document MTASC-safety properties.
16847
16848         * manual/sysinfo.texi: Document MTASC-safety properties.
16849
16850         * manual/startup.texi: Document MTASC-safety properties.
16851
16852         * manual/socket.texi: Document MTASC-safety properties.
16853
16854         * manual/signal.texi: Document MTASC-safety properties.
16855
16856 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16857
16858         * manual/setjmp.texi: Document MTASC-safety properties.
16859
16860         * manual/search.texi: Document MTASC-safety properties.
16861
16862         * manual/resource.texi: Document MTASC-safety properties.
16863
16864         * manual/process.texi: Document MTASC-safety properties.
16865
16866         * manual/platform.texi: Document MTASC-safety properties.
16867
16868         * manual/pipe.texi: Document MTASC-safety properties.
16869
16870         * manual/pattern.texi: Document MTASC-safety properties.
16871
16872         * manual/message.texi: Document MTASC-safety properties.
16873
16874         [BZ #12751]
16875         * manual/memory.texi: Document MTASC-safety properties.
16876
16877         * manual/math.texi: Document MTASC-safety properties.
16878
16879         * manual/locale.texi: Document MTASC-safety properties.
16880
16881         * manual/llio.texi: Document MTASC-safety properties.
16882
16883         * manual/libdl.texi: New.
16884
16885         * manual/lang.texi: Document MTASC-safety properties.
16886
16887         * manual/job.texi: Document MTASC-safety properties.
16888
16889         * manual/getopt.texi: Document MTASC-safety properties.
16890
16891         * manual/ctype.texi: Document MTASC-safety properties.
16892
16893 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16894
16895         [BZ #16046]
16896         * csu/libc-tls.c (static_map): Remove variable.
16897         (__libc_setup_tls): Use main executable's link map for TLS data.
16898         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16899         casing for LM_ID_BASE and GL(dl_nns).
16900         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16901         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16902         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16903         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16904         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16905         member.
16906         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16907         l_phnum members.
16908
16909 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16910
16911         * manual/debug.texi: Document MTASC-safety properties.
16912
16913 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16914
16915         [BZ #16510]
16916         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16917         of __x86_64__ when disabling x87 inline functions.
16918
16919 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16920
16921         * manual/charset.texi: Document MTASC-safety properties.
16922
16923         * manual/crypt.texi: Document MTASC-safety properties.
16924
16925         * manual/conf.texi: Document MTASC-safety properties.
16926
16927         * manual/arith.texi: Document MTASC-safety properties.
16928
16929         * manual/argp.texi: Document MTASC-safety properties.
16930
16931         * manual/macros.texi: Introduce macros to document multi
16932         thread, asynchronous signal and asynchronous cancellation
16933         safety properties.
16934         * manual/intro.texi: Introduce the properties themselves.
16935
16936 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16937
16938         * sysdeps/sh/sh4/Makefile: New file.
16939
16940 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16941
16942         * math/gen-libm-test.pl ($srcdir): New variable.
16943         ($auto_input): Use it.
16944
16945 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16946
16947         [BZ #16506]
16948         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16949         access beyond array bounds when parsing netgroups file.
16950
16951         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16952         the old buffer before realloc.
16953
16954 2014-01-27  Allan McRae  <allan@archlinux.org>
16955
16956         * po/fr.po: Update French translation from translation project.
16957
16958 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16959
16960         * sysdeps/sh/libm-test-ulps: Regenerate.
16961
16962 2014-01-24  David S. Miller  <davem@davemloft.net>
16963
16964         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16965
16966 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16967
16968         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16969         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16970
16971 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16972
16973         [BZ #16474]
16974         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16975         string pointers after reallocation.
16976
16977 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16978
16979         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16980         __SH4A__ instead of __SH_FPU_ANY__.
16981
16982 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16983
16984         * sysdeps/sh/fpu_control.h: New file.
16985         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16986         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16987         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16988         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16989         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16990         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16991         * sysdeps/sh/sys/ucontext.h: Remove.
16992         * sysdeps/sh/sys: Remove directory.
16993
16994 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16995
16996         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16997         s390/sys/ucontext.h.
16998         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16999         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
17000
17001 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
17002
17003         [BZ #15605]
17004         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
17005
17006 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17007
17008         [BZ#16431]
17009         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
17010         Adjust the vDSO correctly for internal calls.
17011         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
17012
17013 2014-01-20  Allan McRae  <allan@archlinux.org>
17014
17015         * po/ca.po: Update Catalan translation from translation project.
17016
17017 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
17018
17019         * sysdeps/s390/sotruss-lib.c: New file.
17020
17021 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17022
17023         [BZ#16430]
17024         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
17025         (__GI___gettimeofday): Alias for a different internal symbol to avoid
17026         local calls issues by not having a PLT stub required for IFUNC calls.
17027         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
17028
17029 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
17030
17031         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
17032         * math/test-fpucw-static.c: Likewise.
17033
17034 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17035
17036         [BZ #16453]
17037         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
17038
17039 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17040
17041         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
17042         implementation for powerpc.
17043
17044 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
17045
17046         [BZ #14782]
17047         * sysdeps/posix/system.c (__libc_system): Do not enable
17048         asynchronous cancellation.
17049
17050 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17051
17052         [BZ #16427]
17053         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
17054         handling only for numbers special also in the IEEE case.
17055
17056 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17057
17058         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17059
17060 2014-01-11  Allan McRae  <allan@archlinux.org>
17061
17062         * po/bg.po: Update Bulgarian translation from translation project.
17063
17064         * po/de.po: Update German translation from translation project.
17065
17066 2014-01-10  Roland McGrath  <roland@hack.frob.com>
17067
17068         * sysdeps/generic/gcc-compat.h: New file.
17069
17070 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17071
17072         * benchtests/asin-inputs: Correct slow inputs.
17073         * benchtests/acos-inputs: Likewise.
17074
17075 2014-01-10  Allan McRae  <allan@archlinux.org>
17076
17077         * po:sv.po: Update Swedish translation from translation project.
17078
17079         * po/vi.po: Update Vietnamese translation from translation project.
17080
17081         * po/eo.po: Update Esperanto translation from translation project.
17082
17083         * po/cs.po: Update Czech translation from translation project.
17084
17085         * po/nl.po: Update Dutch translation from translation project.
17086
17087         * po/pl.po: Update Polish translation from translation project.
17088
17089         * po/ru.po: Update Russian translation from translation project.
17090
17091         * po/uk.po: Update Ukrainian translation from translation project.
17092
17093 2014-01-08  Brooks Moses  <bmoses@google.com>
17094
17095         * elf/dl-load.c: Fix comment typo.
17096
17097 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
17098
17099         * po/header.pot: Rename to...
17100         * po/pot.header: ... this.
17101         * po/Makefile: Use pot.header.
17102
17103 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
17104             Maxim Kuvyrkov  <maxim@kugelworks.com>
17105
17106         [BZ #16394]
17107         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
17108         SRC and DEST against LEN.
17109
17110 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17111
17112         [BZ #16414]
17113         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
17114         implementation.
17115         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
17116
17117 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17118
17119         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17120
17121 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
17122
17123         [BZ #16408]
17124         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
17125         for large positive arguments.
17126
17127 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
17128
17129         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
17130
17131         * math/auto-libm-test-in: Mark various tests with
17132         xfail-rounding:ldbl-128ibm.
17133         * math/auto-libm-test-out: Regenerated.
17134
17135         [BZ #16407]
17136         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
17137         Increase overflow threshold.
17138
17139 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
17140
17141         [BZ #14286]
17142         * stdio-common/vfprintf.c: Check for integer overflow.
17143
17144 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17145
17146         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
17147         the first argument and return value of __tls_get_addr_internal.
17148
17149 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17150
17151         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
17152         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
17153
17154 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17155
17156         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
17157         * sysdeps/s390/rtld-global-offsets.sym: New file.
17158         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
17159         GLIBC_2.19 symbol.
17160         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
17161         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
17162         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
17163         ... this.
17164         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
17165         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
17166         ... this.
17167         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
17168         Regenerate.
17169         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
17170         Regenerate.
17171         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
17172         halfs of GPRs for high_gprs contexts.
17173         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
17174         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
17175         field.
17176         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
17177         uc_flags field.
17178         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
17179         64 bit versions:
17180         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
17181         for high GPRs (uc_high_gprs) and for future extensions
17182         (__reserved).
17183         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
17184         for future extensions (__reserved).
17185         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
17186         64 bit versions:
17187         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
17188         SC_HIGHGPRS offset definition.
17189         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
17190         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
17191
17192         * Versions.def: Add GLIBC_2.19 for libpthread.
17193         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
17194         siglongjmp for libpthread with GLIBC_2.19 symver.
17195         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
17196         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
17197         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
17198         * sysdeps/s390/__longjmp.c: New file.
17199         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
17200         * sysdeps/s390/longjmp.c: New file.
17201         * sysdeps/s390/setjmp.S: New file.
17202         * sysdeps/s390/sigjmp.S: New file.
17203         * sysdeps/s390/v1-longjmp.c: New file.
17204         * sysdeps/s390/v1-setjmp.h: New file.
17205         * sysdeps/s390/v1-sigjmp.c: New file.
17206         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
17207         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
17208         GLIBC_2.19 version.
17209         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
17210         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
17211         versioned symbols for ____longjmp_chk.
17212         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
17213         Likewise.
17214         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
17215         Regenerate.
17216         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
17217         Regenerate.
17218         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
17219         Regenerate.
17220         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
17221         Regenerate.
17222         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
17223         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
17224         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
17225         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
17226         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
17227         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
17228         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
17229         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
17230         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
17231         * sysdeps/s390/rtld-__longjmp.c: New file.
17232         * sysdeps/s390/rtld-setjmp.S: New file.
17233
17234 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
17235
17236         [BZ #16400]
17237         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
17238         Return -__logl (x) for small positive arguments without evaluating
17239         a polynomial.
17240
17241 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
17242
17243         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
17244         Rename to ...
17245         (__ptrace_peeksiginfo_args): ... this.
17246         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17247         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17248         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17249
17250 2014-01-06  Allan McRae  <allan@archlinux.org>
17251
17252         * inet/netinet/in.h: Fix typo in comment.
17253
17254 2014-01-05  Andreas Jaeger  <aj@suse.de>
17255
17256         * sysdeps/i386/fpu/libm-test-ulps: Update.
17257
17258 2014-01-05  Allan McRae  <allan@archlinux.org>
17259
17260         * po/libc.pot: Regenerated.
17261
17262         * malloc/memusagestat.c: Fix gettext call formatting.
17263
17264 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
17265
17266         * nscd/nscd.c: Improve usage() output.
17267
17268 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
17269
17270         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
17271         * sysdeps/unix/sysv/linux/configure: Regenerated.
17272         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
17273         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
17274
17275 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
17276
17277         [BZ #16390]
17278         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17279         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
17280
17281 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17282
17283         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
17284         extra tokens at end of #undef directive.
17285         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
17286         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
17287         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
17288
17289 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
17290
17291         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
17292
17293         * math/auto-libm-test-in: Mark various tests with
17294         xfail-rounding:ldbl-128ibm.
17295         * math/auto-libm-test-out: Regenerated.
17296
17297 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
17298
17299         [BZ #16386]
17300         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
17301         numbers with subnormal high part when calculating exponent.
17302
17303         [BZ #16385]
17304         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
17305         fabs.
17306
17307         [BZ #16384]
17308         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
17309         M_LN2l.
17310         (__ieee754_acoshl): Use __log1pl not __log1p.
17311
17312 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
17313
17314         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
17315         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
17316         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
17317         (grow_heap, heap_trim, _int_new_arena, get_free_list)
17318         (reused_arena, arena_get2): Convert to GNU style.
17319         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
17320         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
17321         (memalign_check, __malloc_set_state): Likewise.
17322         * malloc/mallocbug.c (main): Likewise.
17323         * malloc/malloc.c (__malloc_assert, malloc_init_state)
17324         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
17325         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
17326         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
17327         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
17328         (__posix_memalign, malloc_info): Likewise.
17329         * malloc/malloc.h: Likewise.
17330         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
17331         (mallochook, memalignhook, reallochook, mabort): Likewise.
17332         * malloc/mcheck.h: Likewise.
17333         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
17334         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
17335         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
17336         * malloc/morecore.c (__default_morecore): Likewise.
17337         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
17338         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
17339         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
17340         (print_and_abort): Likewise.
17341         * malloc/obstack.h: Likewise.
17342         * malloc/set-freeres.c (__libc_freeres): Likewise.
17343         * malloc/tst-mallocstate.c (main): Likewise.
17344         * malloc/tst-mtrace.c (main): Likewise.
17345         * malloc/tst-realloc.c (do_test): Likewise.
17346
17347 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
17348
17349         [BZ #16366]
17350         * nscd/netgroupcache.c (do_notfound): New function.
17351         (addgetnetgrentX): Use it.
17352
17353         [BZ # 16365]
17354         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
17355         NSS_STATUS_NOTFOUND.
17356
17357 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
17358
17359         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
17360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17361
17362 2014-01-01  Allan McRae  <allan@archlinux.org>
17363
17364         * scripts/update-copyrights: Update configure input file suffix.
17365
17366         * NEWS: Update copyright year.
17367         * catgets/gencat.c: Likewise.
17368         * csu/version.c: Likewise.
17369         * debug/catchsegv.sh: Likewise.
17370         * debug/pcprofiledump.c: Likewise.
17371         * debug/xtrace.sh: Likewise.
17372         * elf/ldconfig.c: Likewise.
17373         * elf/ldd.bash.in: Likewise.
17374         * elf/pldd.c: Likewise.
17375         * elf/sotruss.ksh: Likewise.
17376         * elf/sprof.c: Likewise.
17377         * iconv/iconv_prog.c: Likewise.
17378         * iconv/iconvconfig.c: Likewise.
17379         * locale/programs/locale.c: Likewise.
17380         * locale/programs/localedef.c: Likewise.
17381         * login/programs/pt_chown.c: Likewise.
17382         * malloc/memusage.sh: Likewise.
17383         * malloc/memusagestat.c: Likewise.
17384         * malloc/mtrace.pl: Likewise.
17385         * manual/libc.texinfo: Likewise.
17386         * nscd/nscd.c: Likewise.
17387         * nss/getent.c: Likewise.
17388         * nss/makedb.c: Likewise.
17389         * posix/getconf.c: Likewise.
17390         * scripts/test-installation.pl: Likewise.
17391
17392         * All files with FSF copyright notices: Update copyright dates
17393         using scripts/update-copyrights.
17394         * intl/plural.c: Regenerated.
17395         * locale/programs/charmap-kw.h: Likewise.
17396         * locale/programs/locfile-kw.h: Likewise.
17397
17398 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
17399
17400         * sysdeps/unix/sysv/linux/configure: Regenerated.
17401         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
17402         the linux/fanotify.h header.
17403         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
17404         HAVE_LINUX_FANOTIFY_H is defined.
17405
17406 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
17407
17408         * benchtests/cos-inputs: New inputs.
17409         * benchtests/sin-inputs: Likewise.
17410
17411         * benchtests/atan-inputs: New inputs. Fix name of multiple
17412         precision fallback inputs.
17413
17414         * benchtests/atanh-inputs: New inputs.
17415         * benchtests/tanh-inputs: Likewise.
17416
17417         * benchtests/acosh-inputs: New inputs.
17418         * benchtests/asinh-inputs: Likewise.
17419
17420         * benchtests/cosh-inputs: New inputs.
17421         * benchtests/sinh-inputs: Likewise.
17422
17423         * benchtests/acos-inputs: Add more inputs.
17424         * benchtests/asin-inputs: Likewise.
17425
17426 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
17427
17428         [BZ #16375]
17429         * manual/arith.texi: Fix spelling.
17430         * manual/charset.texi: Likewise.
17431         * manual/errno.texi: Likewise.
17432         * manual/filesys.texi: Likewise.
17433         * manual/lang.texi: Likewise.
17434         * manual/llio.texi: Likewise.
17435         * manual/locale.texi: Likewise.
17436         * manual/message.texi: Likewise.
17437         * manual/resource.texi: Likewise.
17438         * manual/search.texi: Likewise.
17439         * manual/setjmp.texi: Likewise.
17440         * manual/stdio.texi: Likewise.
17441         * manual/string.texi: Likewise.
17442         * manual/sysinfo.texi: Likewise.
17443         * manual/time.texi: Likewise.
17444
17445 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
17446
17447         * po/sl.po: New file.
17448
17449 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
17450
17451         * .gitignore: Add core/.gdbinit/.gdb_history.
17452
17453 2013-12-27  Allan McRae  <allan@archlinux.org>
17454
17455         [BZ #16369]
17456         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
17457         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
17458
17459 2013-12-24  Brooks Moses  <bmoses@google.com>
17460
17461         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
17462         all compilers that claim C++98 compliance, not just GCC.
17463         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
17464         Likewise.
17465
17466 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
17467
17468         * NEWS: Restore accidentally deleted bug-fix entries.
17469
17470 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
17471             Ondřej Bílka  <neleai@seznam.cz>
17472
17473         [BZ #15073]
17474         * malloc/malloc.c (_int_free): Perform sanity check only if we
17475         have_lock.
17476
17477 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
17478
17479         [BZ #12986]
17480         * manual/stdio.texi (String Input Conversions): Clarify that character
17481         classes are not supported.
17482
17483 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17484
17485         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17486
17487 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
17488
17489         [BZ #16337]
17490         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
17491         Calculate results for small negative arguments directly rather
17492         than using reflection formula with special underflow handling.
17493
17494         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
17495         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
17496         sysdeps/unix/bsd/bsd4.4/syscalls.list.
17497         (fchflags): Likewise.
17498         (revoke): Likewise.
17499         (setlogin): Likewise.
17500         (sigaltstack): Likewise.
17501         (wait4): Likewise.
17502         (sigblock): Remove.
17503         (sigsetmask): Likewise.
17504         (wait3): Likewise.
17505         (waitpid): Likewise.
17506         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
17507         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
17508         file.
17509         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
17510         * sysdeps/unix/bsd/Makefile: ... here.
17511         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
17512         * sysdeps/unix/bsd/Versions: ... here.
17513         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
17514         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
17515         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
17516         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
17517         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
17518         * sysdeps/unix/bsd/sigblock.c: ... here.
17519         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
17520         * sysdeps/unix/bsd/sigsetmask.c: ... here.
17521         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
17522         * sysdeps/unix/bsd/sigvec.c: ... here.
17523         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
17524         * sysdeps/unix/bsd/tcdrain.c: ... here.
17525         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
17526         * sysdeps/unix/bsd/tcgetattr.c: ... here.
17527         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
17528         * sysdeps/unix/bsd/tcsetattr.c: ... here.
17529         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
17530         * sysdeps/unix/bsd/wait.c: ... here.
17531         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
17532         * sysdeps/unix/bsd/wait3.c: ... here.
17533         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
17534         * sysdeps/unix/bsd/waitpid.c: ... here.
17535
17536 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
17537
17538         [BZ #16356]
17539         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
17540         round-to-nearest for [!USE_AS_EXPM1L].
17541         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
17542         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
17543         more tests of exp and exp10.  Expect some exp10 tests to miss
17544         exceptions or fail in directed rounding modes.
17545         * math/auto-libm-test-out: Regenerated.
17546         * math/libm-test.inc (exp10_tonearest_test_data): New array.
17547         (exp10_test_tonearest): New function.
17548         (exp10_towardzero_test_data): New array.
17549         (exp10_test_towardzero): New function.
17550         (exp10_downward_test_data): New array.
17551         (exp10_test_downward): New function.
17552         (exp10_upward_test_data): New array.
17553         (exp10_test_upward): New function.
17554         (main): Call the new functions.
17555         * sysdeps/i386/fpu/libm-test-ulps: Update.
17556         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17557
17558 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
17559
17560         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
17561         asinh, atan, atan2, atanh, cbrt, cos and cosh.
17562         * math/auto-libm-test-out: Regenerated.
17563         * math/libm-test.inc (acosh_test_data): Add more tests.
17564         (atanh_test_data): Likewise.
17565         (ceil_test_data): Likewise.
17566         (copysign_test_data): Likewise.
17567         * sysdeps/i386/fpu/libm-test-ulps: Update.
17568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17569
17570         * timezone/checktab.awk: Update from tzcode 2013i.
17571         * timezone/private.h: Likewise.
17572         * timezone/scheck.c: Likewise.
17573         * timezone/tzfile.h: Likewise.
17574         * timezone/tzselect.ksh: Likewise.
17575         * timezone/zdump.c: Likewise.
17576         * timezone/zic.c: Likewise.
17577
17578         * math/auto-libm-test-in: Add tests of cpow.
17579         * math/auto-libm-test-out: Regenerated.
17580         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
17581         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17582         mpc_cc_c.
17583         (func_calc_desc): Add mpc_cc_c union field.
17584         (test_functions): Add cpow.
17585         (special_fill_2pi): New function.
17586         (special_real_inputs): Add 2pi.
17587         (calc_generic_results): Handle mpc_cc_c.
17588         * sysdeps/i386/fpu/libm-test-ulps: Update.
17589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17590
17591         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
17592         csqrt, ctan and ctanh.
17593         * math/auto-libm-test-out: Regenerated.
17594         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17595         (TEST_COND_x86): Likewise.
17596         (ccos_test_data): Use AUTO_TESTS_c_c.
17597         (ccosh_test_data): Likewise.
17598         (cexp_test_data): Likewise.
17599         (clog_test_data): Likewise.
17600         (csqrt_test_data): Likewise.
17601         (ctan_test_data): Likewise.
17602         (ctan_tonearest_test_data): Likewise.
17603         (ctan_towardzero_test_data): Likewise.
17604         (ctan_downward_test_data): Likewise.
17605         (ctan_upward_test_data): Likewise.
17606         (ctanh_test_data): Likewise.
17607         (ctanh_tonearest_test_data): Likewise.
17608         (ctanh_towardzero_test_data): Likewise.
17609         (ctanh_downward_test_data): Likewise.
17610         (ctanh_upward_test_data): Likewise.
17611         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17612         mpc_c_c.
17613         (func_calc_desc): Add mpc_c_c union field.
17614         (FUNC_mpc_c_c): New macro.
17615         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
17616         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
17617         ctanh.
17618         (special_fill_min_subnorm_p120): New function.
17619         (special_real_inputs): Add min_subnorm_p120.
17620         (calc_generic_results): Handle mpc_c_c.
17621         * sysdeps/i386/fpu/libm-test-ulps: Update.
17622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17623
17624 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
17625
17626         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
17627         (do_sin_slow): New functions.
17628         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
17629         (cslow2, csloww1, csloww2): Use the new functions.
17630
17631         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
17632         Use M to change sign of result instead of X.  Assume X is
17633         positive.
17634         (csloww1): Likewise.
17635         (__sin): Adjust.
17636         (__cos): Adjust.
17637
17638         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
17639         arguments A and DA.
17640         (__sin): Adjust.
17641         (__cos): Likewise.
17642
17643         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
17644         (__cos): Likewise.
17645         (sloww1): Don't adjust sign of DX.
17646         (csloww1): Likewise.
17647         (sloww2): Use X directly and don't adjust sign of DX.
17648         (csloww2): Likewise.
17649
17650 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17651
17652         * math/auto-libm-test-in: Add tests of cabs and carg.
17653         * math/auto-libm-test-out: Regenerated.
17654         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
17655         (carg_test_data): Likewise.
17656         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17657         mpc_c_f.
17658         (func_calc_desc): Add mpc_c_f union field.
17659         (test_functions): Add cabs and carg.
17660         (calc_generic_results): Handle mpc_c_f.
17661
17662         * sysdeps/powerpc/powerpc32/libgcc-compat.S
17663         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
17664         as a macro and a compat symbol.
17665         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
17666         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
17667         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
17668         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
17669         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
17670         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
17671         not use .hidden.
17672         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
17673         Likewise.
17674         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
17675         Likewise.
17676         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
17677         Likewise.
17678         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
17679         Likewise.
17680         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
17681         Likewise.
17682         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
17683         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
17684         from GLIBC_2.3.2.
17685
17686 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17687
17688         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17689
17690 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17691
17692         * manual/texinfo.tex: Update to version 2013-11-26.10 with
17693         trailing whitespace removed.
17694         * scripts/config.guess: Update to version 2013-11-29.
17695         * scripts/config.sub: Update to version 2013-10-01.
17696
17697         * math/auto-libm-test-in: Add tests of sincos.
17698         * math/auto-libm-test-out: Regenerated.
17699         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
17700         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17701         mpfr_f_11.
17702         (func_calc_desc): Add mpfr_f_11 union field.
17703         (test_functions): Add sincos.
17704         (calc_generic_results): Handle mpfr_f_11.
17705         * sysdeps/i386/fpu/libm-test-ulps: Update.
17706         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17707
17708 2013-12-19  Andreas Schwab  <schwab@suse.de>
17709
17710         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
17711         CALL_MCOUNT.
17712         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
17713         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
17714         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
17715
17716 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17717
17718         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
17719         * sysdeps/i386/fpu/libm-test-ulps: Update.
17720         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17721
17722         [BZ #16293]
17723         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
17724         round-to-nearest mode when using frndint.
17725         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
17726         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
17727         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
17728         Likewise.
17729         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
17730         sinh test to fail.
17731         * math/auto-libm-test-out: Regenerated.
17732         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
17733         (TEST_COND_x86): Likewise.
17734         (expm1_tonearest_test_data): New array.
17735         (expm1_test_tonearest): New function.
17736         (expm1_towardzero_test_data): New array.
17737         (expm1_test_towardzero): New function.
17738         (expm1_downward_test_data): New array.
17739         (expm1_test_downward): New function.
17740         (expm1_upward_test_data): New array.
17741         (expm1_test_upward): New function.
17742         (main): Run the new test functions.
17743         * sysdeps/i386/fpu/libm-test-ulps: Update.
17744         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17745
17746         * include/features.h: Update comment documenting feature test
17747         macros.  Mention _DEFAULT_SOURCE in comment.
17748         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
17749         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
17750         _BSD_SOURCE and _SVID_SOURCE.
17751         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
17752         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
17753         !_SVID_SOURCE]: Likewise.
17754         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17755         (__USE_POSIX_IMPLICITLY): Define.
17756         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17757         (_POSIX_SOURCE): Undefine and redefine.
17758         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17759         (_POSIX_C_SOURCE): Likewise.
17760         * manual/creature.texi (_DEFAULT_SOURCE): Document.
17761         (Feature Test Macros): Update documentation of default features.
17762
17763 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17764
17765         * benchtests/Makefile: Add bench-strtok.
17766         * benchtests/bench-strtok.c: New file: strtok benchtest.
17767
17768 2013-12-19  Allan McRae  <allan@archlinux.org>
17769
17770         * manual/install.texi: Suppress menu for plain text output.
17771         * INSTALL: Regenerated.
17772
17773 2013-12-18  Brooks Moses  <bmoses@google.com>
17774
17775         [BZ #15846]
17776         * misc/getauxval.c: Include errno.h.
17777         (__getauxval): Set errno to ENOENT if the requested type is not
17778         found.
17779         * misc/sys/auxv.h (getauxval): Document that it may set errno;
17780         don't declare with __attribute_const__.
17781         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
17782         * manual/startup.texi: Document that getauxval sets errno.
17783
17784 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17785
17786         * math/auto-libm-test-in: Add tests of jn and yn.
17787         * math/auto-libm-test-out: Regenerated.
17788         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
17789         (yn_test_data): Likewise.
17790         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17791         mpfr_if_f.
17792         (func_calc_desc): Add mpfr_if_f union field.
17793         (FUNC_mpfr_if_f): New macro.
17794         (test_functions): Add jn and yn.
17795         (calc_generic_results): Assert type of second input for
17796         mpfr_ff_f.  Handle mpfr_if_f.
17797         (output_for_one_input_case): Disable all checking for arguments
17798         fitting floating-point types in case of an integer argument.
17799         * sysdeps/i386/fpu/libm-test-ulps: Update.
17800         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17801
17802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17803         Don't expect fegetround reference in libm.so.
17804
17805 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17806
17807         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17808         $(config-cflags-nofma).
17809
17810 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17811
17812         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17813         * math/auto-libm-test-out: Regenerated.
17814
17815         [BZ #16338]
17816         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17817         to determine exponent and adjust argument to have exponent of -1.
17818         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17819         log2.
17820         * math/auto-libm-test-out: Regenerated.
17821         * sysdeps/i386/fpu/libm-test-ulps: Update.
17822         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17823
17824 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
17825
17826         * manual/probes.texi: Remove cases when per-thread arenas are
17827         disabled.
17828
17829 2013-12-18  Andreas Schwab  <schwab@suse.de>
17830
17831         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17832         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17833         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17834         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17835         * sysdeps/i386/i686/multiarch/Makefile: Update.
17836         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17837
17838 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17839
17840         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17841         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17842
17843 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
17844
17845         [BZ #15968]
17846         Support TZ transition times < 00:00:00.
17847         This is needed for version-3 tz-format files; it supports time
17848         stamps past 2037 for America/Godthab (the only entry in the tz
17849         database for which this change is relevant).
17850         * manual/time.texi (TZ Variable): Document transition times
17851         from -167:59:59 through -00:00:01.
17852         * time/tzset.c (tz_rule): Time of day is now signed.
17853         (__tzset_parse_tz): Parse negative time of day.
17854
17855         Document TZ transition times >= 25:00:00.
17856         * manual/time.texi (TZ Variable): Document transition times from
17857         25:00:00 through 167:59:59.  These are already supported, and this
17858         support will help with version-3 tz-format files.
17859
17860         * manual/time.texi (TZ Variable): Modernize North America example
17861         to reflect current (i.e., 2007-and-later) daylight saving rules.
17862
17863         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17864
17865 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17866
17867         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17868         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17869         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17870         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17871         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17872         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17873         * sysdeps/unix/bsd/clock.c: Likewise.
17874         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17875         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17876         * sysdeps/unix/bsd/init-posix.c: Likewise.
17877         * sysdeps/unix/bsd/poll.c: Likewise.
17878         * sysdeps/unix/bsd/ptsname.c: Likewise.
17879         * sysdeps/unix/bsd/seekdir.c: Likewise.
17880         * sysdeps/unix/bsd/setegid.c: Likewise.
17881         * sysdeps/unix/bsd/seteuid.c: Likewise.
17882         * sysdeps/unix/bsd/setgid.c: Likewise.
17883         * sysdeps/unix/bsd/setrgid.c: Likewise.
17884         * sysdeps/unix/bsd/setruid.c: Likewise.
17885         * sysdeps/unix/bsd/setsid.c: Likewise.
17886         * sysdeps/unix/bsd/setuid.c: Likewise.
17887         * sysdeps/unix/bsd/sigaction.c: Likewise.
17888         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17889         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17890         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17891         * sysdeps/unix/bsd/telldir.c: Likewise.
17892         * sysdeps/unix/bsd/times.c: Likewise.
17893         * sysdeps/unix/bsd/usleep.c: Likewise.
17894
17895         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17896         ($(objpfx)libbsd-compat.a): Remove rule.
17897
17898         * include/features.h (__FAVOR_BSD): Do not define.
17899         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17900         features conflicting with POSIX.
17901         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17902         (_BSD_SOURCE): Remove description of not being a subset of other
17903         feature test macros.
17904         * manual/job.texi (getpgrp): Do not document BSD version.
17905         (getpgid): Do not document by reference to BSD getpgrp.
17906         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17907         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17908         * signal/signal.h [__FAVOR_BSD]: Likewise.
17909         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17910         instead of making contents conditional on [__FAVOR_BSD].
17911         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17912
17913 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17914
17915         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17916
17917 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17918
17919         [BZ #16314]
17920         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17921         values below 2**-450, not 2**-500.
17922         * math/auto-libm-test-in: Don't allow spurious underflow from
17923         hypot.
17924         * math/auto-libm-test-out: Regenerated.
17925
17926         [BZ #16316]
17927         [BZ #16330]
17928         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17929         values of ha and hb and sort them after adjusting subnormal
17930         arguments.
17931         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17932         Likewise.
17933         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17934         values of ea and eb and sort them after adjusting subnormal
17935         arguments.
17936         * math/auto-libm-test-in: Do not expect some hypot tests of
17937         subnormals to fail.  Add more hypot tests.
17938         * math/auto-libm-test-out: Regenerated.
17939
17940 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17941
17942         [BZ #13304]
17943         * sysdeps/sh/s_fma.c: New file.
17944         * sysdeps/sh/s_fmaf.c: New file.
17945         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17946         version.
17947         * sysdeps/sh/Implies: Add sh/soft-fp.
17948
17949 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17950
17951         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17952         level of indirection to members `objname', `errstring', `malloced'.
17953         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17954         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17955         it as the __longjmp argument (just pass 1 instead).
17956         (_dl_catch_error): Initialize C with argument pointers and address of
17957         volatile local ERRCODE rather than copying values out of C at return.
17958
17959 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17960
17961         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17962         * math/auto-libm-test-out: Regenerated.
17963         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17964         (hypot_test_data): Likewise.
17965         (pow_test_data): Likewise.
17966         (pow_tonearest_test_data): Likewise.
17967         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17968         mpfr_ff_f.
17969         (func_calc_desc): Add mpfr_ff_f union field.
17970         (FUNC_mpfr_ff_f): New macro.
17971         (test_functions): Add atan2, hypot and pow.
17972         (special_fill_min): New function.
17973         (special_fill_minus_min): Likewise.
17974         (special_fill_min_subnorm): Likewise.
17975         (special_fill_minus_min_subnorm): Likewise.
17976         (special_real_inputs): Add min, -min, min_subnorm and
17977         -min_subnorm.
17978         (calc_generic_results): Handle mpfr_ff_f.
17979         * sysdeps/i386/fpu/libm-test-ulps: Update.
17980         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17981
17982 2013-12-16  Will Newton  <will.newton@linaro.org>
17983
17984         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17985         (Aligned Memory Blocks): Add documentation for aligned_alloc
17986         and suggest it as an alternative to posix_memalign.
17987         (Hooks for Malloc): Document __memalign_hook is also called
17988         for aligned_alloc.  (Summary of Malloc): Add summary for
17989         aligned alloc.  Document __memalign_hook is also called
17990         for aligned_alloc.
17991
17992 2013-12-16  Will Newton  <will.newton@linaro.org>
17993
17994         * manual/memory.texi (Malloc Examples): Clarify default
17995         alignment documentation.  Suggest posix_memalign rather
17996         than memalign or valloc.
17997         (Aligned Memory Blocks): Remove suggestion to use memalign
17998         or valloc.  Remove obsolete comment about BSD.
17999         Document memalign errno values and mark the function obsolete.
18000         Document posix_memalign returned error codes.  Mark valloc
18001         as obsolete.  (Hooks for Malloc): __memalign_hook is also
18002         called for posix_memalign and valloc.
18003         (Summary of Malloc): Add posix_memalign to function summary.
18004         __memalign_hook is also called for posix_memalign and valloc.
18005
18006 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18007
18008         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
18009         TAYLOR_SIN.
18010         (__sin): Adjust.
18011         (__cos): Likewise.
18012         (sloww): Use mynumber union.  Expand ternary operator into
18013         if-else statements.
18014         (cslow): use mynumber union.
18015
18016 2013-12-16  Allan McRae  <allan@archlinux.org>
18017
18018         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
18019         * configure: Regenerated.
18020
18021         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
18022
18023         [BZ #14120]
18024         * configure.ac: Added --enable-maintainer-mode. Check for
18025         autoconf when enabled.
18026         * configure: Regenerated.
18027
18028         * nscd/nscd.service: New file.
18029         * nscd/nscd.tmpfiles: New file.
18030
18031 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
18032
18033         [BZ #12100]
18034         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
18035         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
18036         * sysdeps/x86_64/multiarch/strstr.c: ... here.
18037         (strstr): Add __strstr_sse2_unaligned ifunc.
18038         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
18039         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
18040         (strcasestr): Remove __strcasestr_sse42 ifunc.
18041         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
18042         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
18043         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
18044
18045 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18046
18047         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
18048         * sysdeps/sh/bits/fenv.h: ... here.
18049         * sysdeps/sh/sh4/fpu/bits: Remove directory.
18050
18051 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18052
18053         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
18054
18055         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
18056         hypotf multiarch implementations.
18057         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
18058         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
18059         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
18060         multiarch hypot for PPC64.
18061         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
18062         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
18063         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
18064         multiarch hypotf for PPC64.
18065
18066         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
18067         modff multiarch implementations.
18068         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
18069         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
18070         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
18071         multiarch modf for PPC64.
18072         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
18073         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
18074         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
18075         multiarch modff for PPC64.
18076
18077         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
18078         and logl multiarch implementations.
18079         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
18080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
18081         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
18082         multiarch logb for PPC64.
18083         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
18084         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
18085         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
18086         multiarch logb for PPC64.
18087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
18088         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
18089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
18090         multiarch logb for PPC64.
18091
18092         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
18093         isinff multiarch implementation.
18094         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
18095         file.
18096         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
18097         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
18098         multiarch isinf for PPC64.
18099         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
18100         file.
18101         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
18102         multiarch isinff for PPC64.
18103
18104         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
18105         finitef multiarch implementation.
18106         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
18107         file.
18108         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
18109         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
18110         multiarch finite for PPC64.
18111         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
18112         file.
18113         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
18114         multiarch finitef for PPC64.
18115
18116         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
18117         lrint multiarch implementation.
18118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
18119         file.
18120         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
18121         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
18122         multiarch llrint for PPC64.
18123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
18124         multiarch lrint for PPC64.
18125
18126         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
18127         copysignf multiarch implementation.
18128         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
18129         file.
18130         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
18131         file.
18132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
18133         multiarch copysign for PPC64.
18134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
18135         multiarch copysignf for PPC64.
18136
18137         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
18138         multiarch implementation.
18139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
18140         file.
18141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
18142         file.
18143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
18144         file.
18145         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
18146         file.
18147         multiarch llround for PPC64.
18148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
18149         multiarch trunc for PPC64.
18150         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
18151         multiarch truncf for PPC64.
18152
18153         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
18154         multiarch implementation.
18155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
18156         file.
18157         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
18158         file.
18159         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
18160         file.
18161         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
18162         file.
18163         multiarch llround for PPC64.
18164         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
18165         multiarch round for PPC64.
18166         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
18167         multiarch roundf for PPC64.
18168
18169         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
18170         multiarch implementation.
18171         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
18172         file.
18173         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
18174         file.
18175         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
18176         file.
18177         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
18178         file.
18179         multiarch llround for PPC64.
18180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
18181         multiarch floor for PPC64.
18182         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
18183         multiarch floorf for PPC64.
18184
18185         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
18186         multiarch implementation.
18187         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
18188         file.
18189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
18190         file.
18191         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
18192         file.
18193         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
18194         file.
18195         multiarch llround for PPC64.
18196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
18197         multiarch ceil for PPC64.
18198         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
18199         multiarch ceilf for PPC64.
18200
18201         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18202         multiarch implementation.
18203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
18204         file.
18205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
18206         file.
18207         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
18208         file.
18209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
18210         multiarch llround for PPC64.
18211         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
18212         multiarch lround for PPC64.
18213
18214         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18215         multiarch implementation.
18216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
18217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
18218         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
18219         file.
18220         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
18221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
18222         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
18223         multiarch isnan for PPC64.
18224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
18225         multiarch isnanf for PPC64.
18226
18227         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
18228         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
18229         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
18230         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
18231         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
18232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
18233
18234         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
18235         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
18236         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
18237         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
18238
18239         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
18240         multiarch implementations.
18241         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18242         (__libc_ifunc_impl_list): Likewise.
18243         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
18244         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
18245         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
18246         multiarch stpcpy for PPC64.
18247
18248         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
18249         multiarch implementations.
18250         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18251         (__libc_ifunc_impl_list): Likewise.
18252         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
18253         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
18254         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
18255         multiarch strcpy for PPC64.
18256
18257         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
18258         redefine function name.
18259         (_wordcopy_fwd_dest_aligned): Likewise.
18260         (_wordcopy_bwd_aligned): Likewise.
18261         (_wordcopy_bwd_dest_aligned): Likewise.
18262         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
18263         multiarch implementations.
18264         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18265         (__libc_ifunc_impl_list): Likewise.
18266         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
18267         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
18268         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
18269         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
18270         multiarch wcscpy for PPC64.
18271
18272         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
18273         multiarch implementations.
18274         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18275         (__libc_ifunc_impl_list): Likewise.
18276         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
18277         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
18278         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
18279         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
18280         multiarch wcscpy for PPC64.
18281
18282         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
18283         multiarch implementations.
18284         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18285         (__libc_ifunc_impl_list): Likewise.
18286         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
18287         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
18288         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
18289         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
18290         multiarch wcsrchr for PPC64.
18291
18292         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
18293         multiarch implementations.
18294         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18295         (__libc_ifunc_impl_list): Likewise.
18296         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
18297         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
18298         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
18299         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
18300         multiarch wcschr for PPC64.
18301
18302         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
18303         multiarch implementations.
18304         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18305         (__libc_ifunc_impl_list): Likewise.
18306         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
18307         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
18308         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
18309         multiarch strchrnul for PPC64.
18310
18311         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
18312         implementations.
18313         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18314         (__libc_ifunc_impl_list): Likewise.
18315         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
18316         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
18317         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
18318         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
18319         strchr for PPC64.
18320
18321         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
18322         implementations.
18323         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18324         (__libc_ifunc_impl_list): Likewise.
18325         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
18326         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
18327         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
18328         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
18329         strncmp for PPC64.
18330
18331         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
18332         multiarch implementations.
18333         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18334         (__libc_ifunc_impl_list): Likewise.
18335         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
18336         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
18337         strncasecmp for PPC64.
18338         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
18339         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
18340         multiarch strncasecmp_l for PPC64.
18341
18342         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
18343         multiarch implementations.
18344         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18345         (__libc_ifunc_impl_list): Likewise.
18346         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
18347         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
18348         multiarch strcasecmp for PPC64.
18349         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
18350         file.
18351         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
18352         multiarch strcasecmp_l for PPC64.
18353
18354         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
18355         implementations.
18356         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18357         (__libc_ifunc_impl_list): Likewise.
18358         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
18359         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
18360         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
18361         strnlen for PPC64.
18362
18363         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
18364         implementations.
18365         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18366         (__libc_ifunc_impl_list): Likewise.
18367         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
18368         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
18369         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
18370         strlen for PPC64.
18371
18372         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
18373         implementations.
18374         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18375         (__libc_ifunc_impl_list): Likewise.
18376         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
18377         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
18378         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
18379         rawmemrchr for PPC64.
18380
18381         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
18382         implementation.
18383         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18384         (__libc_ifunc_impl_list): Likewise.
18385         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
18386         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
18387         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
18388         memrchr for PPC64.
18389
18390         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
18391         implementation.
18392         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18393         (__libc_ifunc_impl_list): Likewise.
18394         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
18395         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
18396         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
18397         memchr for PPC64.
18398
18399         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
18400         implementation.
18401         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18402         (__libc_ifunc_impl_list): Likewise.
18403         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
18404         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
18405         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
18406         mempcpy for PPC64.
18407
18408         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
18409         avoid cretion of __bzero symbol.
18410         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
18411         Likewise.
18412         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
18413         Likewise.
18414         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
18415         Likewise.
18416         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
18417         multiarch implementations.
18418         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18419         (__libc_ifunc_impl_list): Likewise.
18420         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
18421         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
18422         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
18423         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
18424         bzero for PPC32.
18425         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
18426         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
18427         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
18428         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
18429         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
18430         memset for PPC64.
18431         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
18432
18433         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
18434         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
18435         implementations.
18436         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18437         (__libc_ifunc_impl_list): Likewise.
18438         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
18439         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
18440         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
18441         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
18442         memcmp for PPC64.
18443
18444         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
18445         multiarch for POWER/PPC64.
18446         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
18447         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
18448         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
18449         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
18450         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
18451         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
18452         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
18453         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
18454         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
18455         memcpy for PPC64.
18456
18457         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
18458         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
18459         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
18460         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
18461         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
18462         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
18463         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
18464         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
18465         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
18466         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
18467         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
18468         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
18469         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
18470         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
18471         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
18472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
18473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
18474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
18475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
18476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
18477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
18478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
18479
18480 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18481
18482         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
18483
18484 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
18485
18486         * benchtests/Makefile (bench): Add exp2 and log2.
18487         (LDLIBS-bench-exp2): Add -lm.
18488         (LDLIBS-bench-log2): Likewise.
18489         * benchtests/exp2-inputs: New inputs file.
18490         * benchtests/log2-inputs: New inputs file.
18491         * benchtests/log-inputs: Add new inputs.
18492         * benchtests/tan-inputs: Likewise.
18493
18494 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18495
18496         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
18497         definition...
18498         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
18499         (csloww2): ... from here.
18500
18501         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
18502         instead of structures.
18503         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
18504         (POLYNOMIAL): Likewise.
18505         (TAYLOR_SLOW): Likewise.
18506         (__sin): Likewise.
18507         (__cos): Likewise.
18508         (slow1): Likewise.
18509         (slow2): Likewise.
18510         (sloww): Likewise.
18511         (sloww1); Likewise.
18512         (sloww2): Likewise.
18513         (bsloww1): Likewise.
18514         (bsloww2): Likewise.
18515         (cslow2): Likewise.
18516         (csloww): Likewise.
18517         (csloww1): Likewise.
18518         (csloww2): Likewise.
18519
18520 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
18521
18522         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
18523         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
18524         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
18525         * malloc/hooks.c (realloc_check): Likewise.
18526
18527         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
18528         * malloc/arena.c: Remove PER_THREAD conditional.
18529         [!PER_THREAD]: Remove code.
18530         (ptmalloc_unlock_all2): Likewise.
18531         (ptmalloc_init): Likewise.
18532         (_int_new_arena): Likewise.
18533         (arena_get2): Likewise.
18534         * malloc/hooks.c (__malloc_get_state): Likewise.
18535         (__malloc_set_state): Likewise.
18536         * malloc/malloc.c: Likewise.
18537         (struct malloc_state): Likewise.
18538         (struct malloc_par): Likewise.
18539         (__libc_realloc): Likewise.
18540         (__libc_mallopt): Likewise.
18541
18542 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18543
18544         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
18545
18546 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
18547
18548         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
18549         macro to a function.  Check for zero perturb_byte.
18550         (_int_malloc, _int_free): Remove zero perturb_byte checks.
18551
18552         * malloc/malloc.c: (force_reg): Remove.
18553         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
18554         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
18555         force_reg by atomic_forced_read.
18556         * malloc/arena.c (ptmalloc_init): Likewise.
18557         * malloc/hooks.c (top_check): Likewise.
18558
18559 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18560
18561         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18562
18563 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
18564
18565         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18566
18567 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
18568
18569         * math/auto-libm-test-in: Add tests of lgamma.
18570         * math/auto-libm-test-out: Regenerated.
18571         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
18572         (M_LOG_2_SQRT_PIl): Likewise.
18573         (lgamma_test_data): Use AUTO_TESTS_f_f1.
18574         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18575         mpfr_f_f1.
18576         (func_calc_desc): Add mpfr_f_f1 union field.
18577         (ARGS1): New macro.
18578         (ARGS2): Likewise.
18579         (ARGS3): Likewise.
18580         (ARGS4): Likewise.
18581         (RET1): Likewise.
18582         (RET2): Likewise.
18583         (CALC): Likewise.
18584         (FUNC): Likewise.
18585         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
18586         (test_functions): Add lgamma.
18587         (calc_generic_results): Handle mpfr_f_f1.
18588         * sysdeps/i386/fpu/libm-test-ulps: Update.
18589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18590
18591 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18592
18593         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
18594         __mpn_add_n for PowerPC64/POWER7.
18595         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
18596         __mpn_sub_n for PowerPC64/POWER7.
18597
18598         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
18599         __mpn_addmul_1 for PowerPC64.
18600         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
18601         __mpn_submul_1 for PowerPC64.
18602         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
18603         for PowerPC64.
18604         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
18605         for PowerPC64.
18606
18607 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
18608
18609         [BZ #15089]
18610         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
18611
18612 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18613
18614         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
18615
18616         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
18617         add multiarch folders.
18618         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
18619         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
18620         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
18621         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
18622         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
18623         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
18624         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
18625         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
18626         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
18627         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
18628         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
18629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
18630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
18631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
18632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
18633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
18634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
18635
18636         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
18637         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
18638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
18639         New file.
18640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
18641         New file.
18642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
18643         multiarch __ieee754_hypot for PowerPC32.
18644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
18645         New file.
18646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
18647         New file.
18648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
18649         multiarch __ieee754_hypotf for PowerPC32.
18650
18651         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
18652         long_double_symbol only if __logbl is defined.
18653         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
18654         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
18655         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
18656         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
18657         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
18658         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
18659         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
18660         path for implementation.
18661         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
18662         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
18663         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
18664         logb, and logbl multiarch implementations for PowerPC32.
18665         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
18666         file.
18667         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
18668         file.
18669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
18670         multiarch logb for PowerPC32.
18671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
18672         file.
18673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
18674         file.
18675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
18676         multiarch logbf for PowerPC32.
18677         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
18678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
18679         file.
18680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
18681         multiarch logbl implementation for PowerPC32.
18682
18683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
18684         and modff multiarch implementations.
18685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
18686         New file.
18687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
18688         New file.
18689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
18690         multiarch modf for PowerPC32.
18691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
18692         New file.
18693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
18694         New file.
18695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
18696         multiarch modff for PowerPC32.
18697
18698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
18699         and lrintf multiarch implementations.
18700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
18701         New file.
18702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
18703         New file.
18704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
18705         multiarch lrint for PowerPC32.
18706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
18707         file: multiarch lrintf for PowerPC32.
18708
18709         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
18710         and lroundf multiarch implementations.
18711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
18712         New file.
18713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
18714         New file.
18715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
18716         New file.
18717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
18718         multiarch lround for PowerPC32.
18719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
18720         file: multiarch lroundf for PowerPC32.
18721
18722         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
18723         copysign and copysignf multiarch implementations.
18724         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
18725         New file.
18726         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
18727         New file.
18728         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
18729         file: multiarch copysign for PowerPC32.
18730         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
18731         file: multiarch copysignf for PowerPC32.
18732
18733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
18734         and truncf multiarch implementations.
18735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
18736         New file.
18737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
18738         file.
18739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
18740         multiarch trunc for PowerPC32.
18741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
18742         New file.
18743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
18744         New file.
18745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
18746         multiarch truncf for PowerPC32.
18747
18748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
18749         and roundf multiarch implementations.
18750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
18751         New file.
18752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
18753         file.
18754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
18755         multiarch round for PowerPC32.
18756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
18757         New file.
18758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
18759         New file.
18760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
18761         multiarch roundf for PowerPC32.
18762
18763         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
18764         and floorf multiarch implementations.
18765         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
18766         New file.
18767         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
18768         file.
18769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
18770         multiarch floor for PowerPC32.
18771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
18772         New file.
18773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
18774         New file.
18775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
18776         multiarch floorf for PowerPC32.
18777
18778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
18779         and ceilf multiarch implementations.
18780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
18781         New file.
18782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
18783         file.
18784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
18785         multiarch ceil for PowerPC32.
18786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
18787         New file.
18788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
18789         file.
18790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
18791         multiarch ceilf for PowerPC32.
18792
18793         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
18794         is defined.
18795         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18796         FINITEF is defined.
18797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18798         and finitef multiarch implementations.
18799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18800         New file.
18801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18802         file.
18803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18804         multiarch finite for PowerPC32.
18805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18806         New file.
18807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18808         file: multiarch finitef for PowerPC32.
18809
18810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18811         and isinff multiarch implementations.
18812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18813         file.
18814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18815         file.
18816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18817         multiarch isinf for PowerPC32.
18818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18819         New file.
18820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18821         multiarch isinff for PowerPC32.
18822
18823         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18824         alias when __isnan is defined.
18825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18826         and isnanf multiarch implementations.
18827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18828         file.
18829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18830         file.
18831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18832         file.
18833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18834         file.
18835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18836         multiarch isnan for PowerPC32.
18837         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18838         New file.
18839         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18840         New file.
18841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18842         multiarch isnanf for PowerPC32.
18843
18844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18845         and sqrtf multiarch implementations.
18846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18847         file.
18848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18849         file.
18850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18851         multiarch sqrt for PowerPC32.
18852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18853         file.
18854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18855         file.
18856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18857         multiarch sqrtf for PowerPC32.
18858
18859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18860         and llroundf multiarch implementations.
18861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18862         New file.
18863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18864         New file.
18865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18866         New file.
18867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18868         file: multiarch llround for PowerPC32.
18869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18870         file: multiarch llroundf for PowerPC32.
18871
18872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18873         multiarch PowerPC32 fpu implementations.
18874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18875         New file.
18876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18877         New file.
18878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18879         multiarch llrint for PowerPC32.
18880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18881         New file.
18882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18883         New file.
18884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18885         file.
18886
18887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18888
18889         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18890         file.
18891         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18892         file.
18893         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18894         file.
18895         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18896         multiarch wordcopy for PPC32.
18897         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18898         wordcopy objects.
18899         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18900         (__libc_ifunc_impl_list): Likewise.
18901         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18902         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18903         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18904         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18905         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18906         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18907
18908         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18909         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18910         file.
18911         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18912         file.
18913         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18914         file.
18915         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18916         multiarch wcscpy for PPC32.
18917         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18918         multiarch objects.
18919         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18920         (__libc_ifunc_impl_list): Likewise.
18921         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18922         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18923         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18924         sysdeps/powerpc/power6/wcscpy.c.
18925
18926         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18927         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18928         file.
18929         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18930         file.
18931         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18932         file.
18933         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18934         multiarch wcsrchr for PPC32.
18935         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18936         multiarch objects.
18937         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18938         (__libc_ifunc_impl_list): Likewise.
18939         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18940         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18941         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18942         sysdeps/powerpc/power6/wcsrchr.c.
18943
18944         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18945         file.
18946         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18947         file.
18948         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18949         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18950         multiarch wcschr for PPc32.
18951         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18952         multiarch objects.
18953         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18954         (__libc_ifunc_impl_list): Likewise.
18955         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18956         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18957         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18958         sysdeps/powerpc/power6/wcschr.c.
18959
18960         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18961         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18962         file.
18963         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18964         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18965         file: multiarch strchr for PPC32.
18966         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18967         multiarch objects.
18968         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18969         (__libc_ifunc_impl_list): Likewise.
18970
18971         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18972         name.
18973         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18974         file.
18975         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18976         file.
18977         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18978         multiarch strchrnul for PPC32.
18979         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18980         multiarch objects.
18981         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18982         (__libc_ifunc_impl_list): Likewise.
18983
18984         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18985         file.
18986         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18987         multiarch strncasecmp for PPC32.
18988         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18989         file.
18990         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18991         multiarch strncasecmp_l for PPC32.
18992         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18993         strncasecmp multiarch objects.
18994         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18995         (__libc_ifunc_impl_list): Likewise.
18996
18997         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18998         file.
18999         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
19000         multiarch strncasecmp for PPC32.
19001         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
19002         New file.
19003         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
19004         multiarch strcasecmp_l for PPC32.
19005         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
19006         multiarch objects.
19007         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19008         (__libc_ifunc_impl_list): Likewise.
19009
19010         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
19011         file.
19012         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
19013         file.
19014         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
19015         multiarch strncmp for PPC32.
19016         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
19017         multiarch objects.
19018         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19019         (__libc_ifunc_impl_list): Likewise.
19020
19021         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
19022         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
19023         file.
19024         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
19025         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
19026         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
19027         multiarch objects.
19028         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19029         (__libc_ifunc_impl_list): Likewise.
19030
19031         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
19032         file.
19033         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
19034         file.
19035         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
19036         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
19037         multiarch objects.
19038         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19039         (__libc_ifunc_impl_list): Likewise.
19040
19041         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
19042         file.
19043         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
19044         file.
19045         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
19046         multiarch rawmemchr for PPC32.
19047         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
19048         multiarch objects.
19049         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19050         (__libc_ifunc_impl_list): Likewise.
19051
19052         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
19053         file.
19054         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
19055         file.
19056         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
19057         file: memrchr multiarch for PPC32.
19058         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
19059         multiarch objects.
19060         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19061         (__libc_ifunc_impl_list): Likewise.
19062
19063         * string/memchr.c (__memchr): Using macro to redefine symbol name.
19064         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
19065         file.
19066         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
19067         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
19068         multiarch memchr for PPC32.
19069         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
19070         multiarch objects.
19071         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19072         (__libc_ifunc_impl_list): Likewise.
19073
19074         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
19075         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
19076         file.
19077         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
19078         file.
19079         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
19080         file: multiarch mempcpy for PPC32.
19081         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
19082         multiarch objects.
19083         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19084         (__libc_ifunc_impl_list): Likewise.
19085
19086         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
19087         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
19088         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
19089         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
19090         multiarch bzero for PPC32.
19091         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
19092         file.
19093         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
19094         file.
19095         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
19096         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
19097         file: multiarch memset for PPC32.
19098         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
19099         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
19100         memset multiarch objects.
19101         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19102         (__libc_ifunc_impl_list): Likewise.
19103
19104         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
19105         file.
19106         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
19107         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
19108         memcmp for PPC32.
19109         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
19110         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
19111         multiarch objects.
19112         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19113         (__libc_ifunc_impl_list): Likewise.
19114
19115         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
19116         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
19117         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
19118         file.
19119         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
19120         file.
19121         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
19122         file.
19123         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
19124         multiarch memcpy for PPC32.
19125         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
19126         multiarch objects.
19127         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19128         (__libc_ifunc_impl_list): Likewise.
19129
19130         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
19131         support multiarch for POWER/PPC32.
19132         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
19133         Likewise.
19134         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
19135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
19136         Implies file to make multiarch folder appers before the fpu and
19137         default folder for power4 configuration.
19138
19139 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19140
19141         * scripts/bench.pl: Append volatile keyword to type.
19142
19143 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19144
19145         * sysdeps/sh/sotruss-lib.c: New file.
19146         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
19147
19148 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19149
19150         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19151
19152 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
19153
19154         [BZ #6810]
19155         * math/w_tgamma.c: Include <errno.h>.
19156         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
19157         * math/w_tgammaf.c: Include <errno.h>.
19158         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
19159         * math/w_tgammal.c: Include <errno.h>.
19160         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
19161         * math/auto-libm-test-in: Do not allow missing errno on tgamma
19162         underflow.  Add more tgamma tests.
19163         * math/auto-libm-test-out: Regenerated.
19164         * sysdeps/i386/fpu/libm-test-ulps: Update.
19165         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19166
19167         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
19168         sin, sinh, tan, tanh, tgamma, y0 and y1.
19169         * math/auto-libm-test-out: Regenerated.
19170         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19171         (TEST_COND_x86): Likewise.
19172         (M_E2l): Remove macro.
19173         (M_E3l): Likewise.
19174         (M_2_SQRT_PIl): Likewise.
19175         (M_SQRT_PIl): Likewise.
19176         (M_1_DIV_El): Likewise.
19177         (log_test_data): Use AUTO_TESTS_f_f.
19178         (log10_test_data): Likewise.
19179         (log1p_test_data): Likewise.
19180         (log2_test_data): Likewise.
19181         (sin_test_data): Likewise.
19182         (sin_tonearest_test_data): Likewise.
19183         (sin_towardzero_test_data): Likewise.
19184         (sin_downward_test_data): Likewise.
19185         (sin_upward_test_data): Likewise.
19186         (sinh_test_data): Likewise.
19187         (sinh_tonearest_test_data): Likewise.
19188         (sinh_towardzero_test_data): Likewise.
19189         (sinh_downward_test_data): Likewise.
19190         (sinh_upward_test_data): Likewise.
19191         (tan_test_data): Likewise.
19192         (tan_tonearest_test_data): Likewise.
19193         (tan_towardzero_test_data): Likewise.
19194         (tan_downward_test_data): Likewise.
19195         (tan_upward_test_data): Likewise.
19196         (tanh_test_data): Likewise.
19197         (tgamma_test_data): Likewise.
19198         (y0_test_data): Likewise.
19199         (y1_test_data): Likewise.
19200         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
19201         (special_real_inputs): Add pi/4.
19202         * sysdeps/i386/fpu/libm-test-ulps: Update.
19203         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19204
19205 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19206
19207         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
19208         "longjmp_target" static probes.
19209         (__longjmp): Rename to __longjmp_symbol.
19210         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
19211         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
19212         on which longjmp to generate.
19213         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
19214         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
19215         probe.
19216         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19217         (__sigjmp_save): Rename to __sigjmp_save_symbol.
19218         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
19219         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
19220         and __sigjmp_save_symbol based on which sigsetjmp to generated.
19221         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
19222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
19223         __longjmp_symbol based on which __longjmp to generate.
19224         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
19225         probe.
19226         (setjmp): Rename to setjmp_symbol.
19227         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19228         (_setjmp): Rename to _setjmp_symbol.
19229         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19230         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
19231         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
19232         which setjmp to generate.
19233         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
19234         "longjmp_target" static probes.
19235
19236 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19237
19238         * benchtests/README: Add note about output arguments.
19239         * benchtests/bench-sincos.c: Remove file.
19240         * benchtests/sincos-inputs: New file.
19241         * scripts/bench.pl: Identify output arguments and define
19242         static variables for them.
19243
19244         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
19245
19246         [BZ #15941]
19247         * Makefile (INSTALL): Add install-plain.texi as the primary
19248         dependency.
19249         * manual/install-plain.texi: New file.
19250         * manual/install.texi: Include node directive only for
19251         non-plaintext output.
19252
19253 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
19254
19255         * stdlib/longlong.h: Update from GCC.
19256
19257         [BZ #6807]
19258         [BZ #15901]
19259         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
19260         * math/w_j0f.c (y0f): Likewise.
19261         * math/w_j0l.c (__y0l): Likewise.
19262         * math/w_j1.c (y1): Likewise.
19263         * math/w_j1f.c (y1f): Likewise.
19264         * math/w_j1l.c (__y1l): Likewise
19265         * math/w_jn.c (yn): Likewise.
19266         * math/w_jnf.c (ynf): Likewise.
19267         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
19268         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
19269         value for Bessel function domain errors outside _SVID_ mode.
19270         Adjust sign of return value for yn (negative integer, 0).
19271         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
19272         by zero in return for negative x and set sign appropriately for
19273         negative n.
19274         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
19275         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
19276         * math/libm-test.inc (y0_test_data): Add more tests and adjust
19277         expectations in error cases.
19278         (y1_test_data): Likewise.
19279         (yn_test_data): Likewise.
19280         * sysdeps/i386/fpu/libm-test-ulps: Update.
19281         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19282
19283 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19284
19285         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
19286         "64" to "64-v1".  Add "64-v2".
19287         (abi-64-options): Rename to ...
19288         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
19289         (abi-64-condition): Rename to ...
19290         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
19291         (abi-64-ld-soname): Rename to ...
19292         (abi-64-v1-ld-soname): ... this.
19293         (abi-64-v2-options): Define.
19294         (abi-64-v2-condition): Likewise.
19295         (abi-64-v2-ld-soname): Likewise.
19296         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
19297         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
19298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
19299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
19300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
19301
19302 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19303             Alan Modra  <amodra@gmail.com>
19304
19305         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
19306         New versions for use with the ELFv2 ABI.
19307         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
19308         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
19309         declaration.
19310         (struct La_ppc64v2_retval): Likewise.
19311         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
19312         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
19313         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
19314         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
19315         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
19316         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
19317         Do not save or restore CR.
19318         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
19319         (_dl_profile_resolve): Do no save or restore CR.  Support extended
19320         return values for ELFv2 ABI.  Fix location of FPR return registers.
19321         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
19322         updated values for _CALL_ELF == 2.
19323         (La_regs, La_retval, int_retval): Likewise.
19324
19325 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19326
19327         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
19328         (FRAME_MIN_SIZE_PARM): Likewise.
19329         (FRAME_BACKCHAIN): Likewise.
19330         (FRAME_CR_SAVE): Likewise.
19331         (FRAME_LR_SAVE): Likewise.
19332         (FRAME_TOC_SAVE): Likewise.
19333         (FRAME_PARM_SAVE): Likewise.
19334         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
19335         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
19336         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
19337         (call_mcount_parm_offset): New macro.
19338         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
19339         (PROF): Use symbolic stack frame offsets.
19340         (TAIL_CALL_SYSCALL_ERROR): Likewise.
19341         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
19342         Redefine in terms of FRAME_MIN_SIZE.
19343         (_dl_runtime_resolve): Use symbolic stack frame offsets.
19344         (_dl_profile_resolve): Likewise.  Update comment.
19345         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
19346         symbols stack frame offsets.
19347         (__sigsetjmp): Likewise.
19348         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
19349         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
19350         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
19351         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
19352
19353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
19354         (FRAME_BACKCHAIN): Remove.
19355         (FRAME_CR_SAVE): Likewise.
19356         (FRAME_LR_SAVE): Likewise.
19357         (FRAME_COMPILER_DW): Likewise.
19358         (FRAME_LINKER_DW): Likewise.
19359         (FRAME_TOC_SAVE): Likewise.
19360         (FRAME_PARM_SAVE): Likewise.
19361         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
19362         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
19363         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
19364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
19365         (CHECK_SP): Use symbolic stack frame offsets.
19366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
19367         zone" instead of caller's parameter save area for temp storage.
19368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
19369         Likewise.  Also, use symbolic stack frame offsets.
19370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
19371         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
19372         our own stack frame instead of the caller's.
19373         (__socket): Use symbolic stack frame offsets.
19374
19375 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19376             Alan Modra  <amodra@gmail.com>
19377
19378         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
19379         Define.
19380         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
19381         (PPC64_LOCAL_ENTRY_OFFSET): Define.
19382         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
19383         New function.
19384         (elf_machine_fixup_plt): Call it.
19385         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
19386         reloc arguments.
19387         (elf_machine_rela): Update call to elf_machine_plt_conflict.
19388         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
19389         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
19390         r2 before calling target.
19391
19392 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19393             Alan Modra  <amodra@gmail.com>
19394
19395         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
19396         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
19397         versions of macros to support ELFv2 ABI.
19398         (LOCALENTRY): New macro.
19399         (ENTRY, EALIGN): Use it.
19400         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
19401         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
19402         fall through into ENTRY entry point.
19403         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
19404         Only define if _CALL_ELF != 2.
19405
19406         (elf_machine_matches_host): Verify ABI version matches.
19407         (RTLD_START): Use LOCALENTRY.
19408         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
19409         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
19410         (PLT_ENTRY_WORDS): New macro.
19411         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
19412         (elf_machine_runtime_setup): Support ELFv2 ABI.
19413         (elf_machine_fixup_plt): Likewise.
19414         (elf_machine_plt_conflict): Likewise.
19415         (resolve_ifunc): Likewise.
19416         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19417         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19418         Likewise.
19419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
19420         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
19421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
19422         (makecontext): Support ELFv2 ABI.
19423         * elf/elf.h (EF_PPC64_ABI): Define.
19424
19425 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19426
19427         * sysdeps/powerpc/powerpc64/sysdep.h
19428         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
19429         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
19430         (ENTRY) [ASSEMBLER]: ... but instead here ...
19431         (EALIGN) [ASSEMBLER]: ... and here.
19432         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
19433         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
19434         (ENTRY_2) [!ASSEMBLER]: Use it.
19435         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
19436         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
19437         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
19438         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
19439         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
19440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
19441         Use PPC64_LOAD_FUNCPTR.
19442
19443         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
19444
19445 2013-12-04  Alan Modra  <amodra@gmail.com>
19446
19447         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
19448         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
19449         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
19450         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
19451
19452         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
19453         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
19454         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
19455         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
19456         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
19457         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
19458
19459 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19460
19461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
19462         (__makecontext): Fix incorrect CFI when backtracing out of
19463         context created via makecontext.
19464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
19465         (__setcontext): Fix incorrect CFI during switch to new context.
19466         (__novec_setcontext): Likewise.
19467
19468 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
19469
19470         [BZ #4772]
19471         * time/strptime_l.c (__strptime_internal): Allow modifiers
19472         in strptime.
19473         * time/tst-strptime.c (day_tests): Add testcase.
19474
19475 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19476
19477         * scripts/bench.pl: Skip over blank lines.
19478
19479 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
19480
19481         [BZ #926]
19482         * manual/time.texi (Calendar Time): Clarify what timezone functions
19483         use.
19484
19485 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19486
19487         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19488
19489 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
19490
19491         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
19492         implementation.
19493         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
19494         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
19495         * debug/memset_chk.c (__memset_chk): Likewise.
19496         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
19497         * debug/strncpy_chk.c: Likewise.
19498
19499 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
19500
19501         [BZ #15268]
19502         [BZ #15425]
19503         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
19504         (__ieee754_exp): For possibly underflowing results, check size of
19505         result and force underflow exception if required.
19506         * math/auto-libm-test-in: Add more tests of exp.
19507         * math/auto-libm-test-out: Regenerated.
19508         * sysdeps/i386/fpu/libm-test-ulps: Update.
19509         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19510
19511         [BZ #16283]
19512         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
19513         * math/w_exp2f.c (__exp2f): Likewise.
19514         * math/w_exp2l.c (__exp2l): Likewise.
19515         * math/auto-libm-test-in: Do not allow missing errno on exp2
19516         underflow.
19517         * math/auto-libm-test-out: Regenerated.
19518
19519 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
19520
19521         [BZ #16274]
19522         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
19523         handle filename validation.
19524         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
19525         (do_open): Delete.
19526
19527 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
19528
19529         [BZ #6786]
19530         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
19531         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
19532         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
19533         <float.h>.
19534         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
19535         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
19536         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
19537         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
19538         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
19539         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
19540         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
19541         * math/auto-libm-test-in: Don't allow missing errno from erfc.
19542         Add more erfc tests.
19543         * math/auto-libm-test-out: Regenerated.
19544         * sysdeps/i386/fpu/libm-test-ulps: Update.
19545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19546
19547         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
19548         exp2, expm1, j0 and j1.
19549         * math/auto-libm-test-out: Regenerated.
19550         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
19551         (erfc_test_data): Likewise.
19552         (exp_test_data): Likewise.
19553         (exp_tonearest_test_data): Likewise.
19554         (exp_towardzero_test_data): Likewise.
19555         (exp_downward_test_data): Likewise.
19556         (exp_upward_test_data): Likewise.
19557         (exp10_test_data): Likewise.
19558         (exp2_test_data): Likewise.
19559         (expm1_test_data): Likewise.
19560         (j0_test_data): Likewise.
19561         (j1_test_data): Likewise.
19562         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
19563         (input_flag_type): Add flag_xfail_rounding.
19564         (input_flags): Add xfail-rounding.
19565         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
19566         (output_for_one_input_case): Handle flag_xfail_rounding.
19567         * sysdeps/i386/fpu/libm-test-ulps: Update.
19568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19569
19570 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
19571
19572         [BZ #16289]
19573         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
19574         division by 0.
19575
19576 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19577
19578         [BZ #16195]
19579         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
19580         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
19581         (STAP_PROBE0): New macro.
19582         (STAP_PROBE1): Likewise.
19583         (STAP_PROBE2): Likewise.
19584         (STAP_PROBE3): Likewise.
19585         (STAP_PROBE4): Likewise.
19586
19587 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
19588
19589         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
19590
19591 2013-12-02  Steve Ellcey  <sellcey@mips.com>
19592
19593         * benchtests/Makefile (bench): Add sqrt.
19594         (LDLIBS-bench-sqrt): New.
19595         * benchtests/sqrt-input: New.
19596
19597 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
19598
19599         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
19600         (GAIH_EAI): Likewise.
19601         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
19602         (gaih_inet): Likewise.
19603         (getaddrinfo): Don't use GAIH_EAI.
19604
19605         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
19606         (struct gaih): Remove definition.
19607
19608 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19609
19610         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
19611         Use HERRNOP directly.
19612
19613 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19614
19615         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19616
19617 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
19618
19619         * math/gen-auto-libm-tests.c (test_functions): Add more
19620         single-argument functions.
19621         (special_fill_pi_2): New function.
19622         (special_fill_minus_pi_2): Likewise.
19623         (special_fill_pi_6): Likewise.
19624         (special_fill_minus_pi_6): Likewise.
19625         (special_fill_pi_3): Likewise.
19626         (special_fill_2pi_3): Likewise.
19627         (special_fill_e): Likewise.
19628         (special_fill_1_e): Likewise.
19629         (special_fill_e_minus_1): Likewise.
19630         (special_real_inputs): Add more special inputs.
19631         (output_for_one_input_case): Do not require ERANGE on underflow to
19632         zero if round-to-nearest result does not underflow to zero, unless
19633         exact results required.
19634         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
19635         atan, atanh, cbrt, cos and cosh.
19636         * math/auto-libm-test-out: Regenerated.
19637         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
19638         (acos_tonearest_test_data): Likewise.
19639         (acos_towardzero_test_data): Likewise.
19640         (acos_downward_test_data): Likewise.
19641         (acos_upward_test_data): Likewise.
19642         (acosh_test_data): Likewise.
19643         (asin_test_data): Likewise.
19644         (asin_tonearest_test_data): Likewise.
19645         (asin_towardzero_test_data): Likewise.
19646         (asin_upward_test_data): Likewise.
19647         (asinh_test_data): Likewise.
19648         (atan_test_data): Likewise.
19649         (atanh_test_data): Likewise.
19650         (cbrt_test_data): Likewise.
19651         (cos_test_data): Likewise.
19652         (cos_tonearest_test_data): Likewise.
19653         (cos_towardzero_test_data): Likewise.
19654         (cos_downward_test_data): Likewise.
19655         (cos_upward_test_data): Likewise.
19656         (cosh_test_data): Likewise.
19657         (cosh_tonearest_test_data): Likewise.
19658         (cosh_towardzero_test_data): Likewise.
19659         (cosh_downward_test_data): Likewise.
19660         (cosh_upward_test_data): Likewise.
19661         * sysdeps/i386/fpu/libm-test-ulps: Update.
19662         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19663
19664 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
19665
19666         [BZ #6787]
19667         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
19668         * math/w_exp10f.c (__exp10f): Likewise.
19669         * math/w_exp10l.c (__exp10l): Likewise.
19670         * math/libm-test.inc (exp10_test_data): Add more tests and expect
19671         errno settings in existing tests.
19672
19673         [BZ #14032]
19674         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
19675         precision control set to double precision.
19676         * sysdeps/i386/fpu/w_sqrt.c: New file.
19677         * math/auto-libm-test-in: Add more tests.
19678         * math/auto-libm-test-out: Update.
19679
19680         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
19681         (sqrt_test_tonearest): New function.
19682         (sqrt_towardzero_test_data): New variable.
19683         (sqrt_test_towardzero): New function.
19684         (sqrt_downward_test_data): New variable.
19685         (sqrt_test_downward): New function.
19686         (sqrt_upward_test_data): New variable.
19687         (sqrt_test_upward): New function.
19688         (main): Call the new functions.
19689
19690         * math/gen-auto-libm-tests.c: New file.
19691         * math/auto-libm-test-in: Likewise.
19692         * math/auto-libm-test-out: New generated file.
19693         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
19694         variables.
19695         (%beautify): Add generated representations of zero.
19696         (top level): Set $auto_input and call parse_auto_input.
19697         (beautify): Remove trailing "f" from hex float constants.
19698         (parse_args): Handle XFAIL_TEST.
19699         (convert_condition): New function.
19700         (or_value): Likewise.
19701         (or_cond_value): Likewise.
19702         (generate_testfile): Handle AUTO_TESTS_* lines.
19703         (parse_auto_input): New function.
19704         * math/libm-test.inc (XFAIL_TEST): New macro.
19705         (ERRNO_UNCHANGED): Update value.
19706         (ERRNO_EDOM): Likewise.
19707         (ERRNO_ERANGE): Likewise.
19708         (IGNORE_RESULT): Likewise.
19709         (TEST_COND_flt_32): New macro.
19710         (TEST_COND_dbl_64): Likewise.
19711         (TEST_COND_ldbl_96_intel): Likewise.
19712         (TEST_COND_ldbl_96_m68k): Likewise.
19713         (TEST_COND_ldbl_128): Likewise.
19714         (TEST_COND_ldbl_128ibm): Likewise.
19715         (TEST_COND_long32): Likewise.
19716         (TEST_COND_long64): Likewise.
19717         (TEST_COND_before_rounding): Likewise.
19718         (TEST_COND_after_rounding): Likewise.
19719         (enable_test): Handle XFAIL_TEST flag.
19720         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
19721         with finite results.
19722         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
19723         auto-libm-test-out.
19724
19725 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19726             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19727
19728         [BZ #16214]
19729         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
19730         __tls_get_addr_internal instead of __tls_get_offset in order to
19731         avoid GOT pointer dependency.  Make rtld export
19732         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
19733         __tls_get_addr since we are a __tls_get_offset platform.
19734         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
19735         GOT pointer being set up before.
19736         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
19737
19738 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
19739
19740         * manual/math.texi (Errors in Math Functions): Document accuracy
19741         goals.
19742
19743         [BZ #15004]
19744         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
19745         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
19746         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
19747         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
19748         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
19749         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
19750         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
19751         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
19752         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
19753         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
19754         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
19755         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
19756         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
19757         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
19758         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
19759         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
19760
19761         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
19762         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
19763         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
19764         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
19765         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
19766         Likewise.
19767         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
19768         Likewise.
19769         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
19770         Likewise.
19771         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
19772         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
19773         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
19774         atomic-feupdateenv and flt-rounds.
19775         * sysdeps/powerpc/nofpu/Versions (libc): Add
19776         __atomic_feholdexcept, __atomic_feclearexcept,
19777         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
19778         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
19779         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
19780         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
19781         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
19782         here.
19783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
19784         Update.
19785
19786         * manual/arith.texi (FP Exceptions): Document that exceptions may
19787         not be raised when matherr is used.
19788         (Math Error Reporting): Document overflow in directed rounding
19789         modes.  Document that errno may not be set when finite values are
19790         returned on overflow.  Document intent to set errno on underflow
19791         only for underflow to zero.
19792
19793         [BZ #16271]
19794         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
19795         round-to-nearest then adjust result for other rounding modes.
19796         * include/fenv.h (fegetround): Use libm_hidden_proto.
19797         * math/fegetround.c (fegetround): Use libm_hidden_def.
19798         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19799         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19800         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19801         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19802         Likewise.
19803         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19804         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19805         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19806         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19807
19808 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19809
19810         [BZ #16077]
19811         * nss/Versions (libnss_files): Add
19812         _nss_files_gethostbyname3_r.
19813         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19814         New function.
19815         (HOST_DB_LOOKUP): Remove macro.
19816         (_nss_files_gethostbyname_r): Implement function without the
19817         HOST_DB_LOOKUP macro.
19818         (_nss_files_gethostbyname2_r): Likewise.
19819
19820 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
19821
19822         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19823
19824 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
19825
19826         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19827         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19828         warning.
19829
19830 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19831
19832         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19833         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19834         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19835         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19836         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19837         __fe_nomask_env_priv and attribute_hidden.
19838         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19839         (libc_feupdateenv_test_ppc): Likewise.
19840         (libc_feresetround_ppc): Likewise.
19841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19842         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19843         compat_symbol macro.
19844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19845         (__fe_nomask_env): Likewise.
19846         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19847
19848 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19849
19850         * string/Makefile: Remove ifunc tests.
19851         * string/test-string.h: Define TEST_IFUNC.
19852         * string/test-bcopy-ifunc.c: Remove.
19853         * string/test-bzero-ifunc.c: Likewise.
19854         * string/test-memccpy-ifunc.c: Likewise.
19855         * string/test-memchr-ifunc.c: Likewise.
19856         * string/test-memcmp-ifunc.c: Likewise.
19857         * string/test-memcpy-ifunc.c: Likewise.
19858         * string/test-memmem-ifunc.c: Likewise.
19859         * string/test-memmove-ifunc.c: Likewise.
19860         * string/test-mempcpy-ifunc.c: Likewise.
19861         * string/test-memrchr-ifunc.c: Likewise.
19862         * string/test-memset-ifunc.c: Likewise.
19863         * string/test-rawmemchr-ifunc.c: Likewise.
19864         * string/test-stpcpy-ifunc.c: Likewise.
19865         * string/test-stpncpy-ifunc.c: Likewise.
19866         * string/test-strcasecmp-ifunc.c: Likewise.
19867         * string/test-strcasestr-ifunc.c: Likewise.
19868         * string/test-strcat-ifunc.c: Likewise.
19869         * string/test-strchr-ifunc.c: Likewise.
19870         * string/test-strchrnul-ifunc.c: Likewise.
19871         * string/test-strcmp-ifunc.c: Likewise.
19872         * string/test-strcpy-ifunc.c: Likewise.
19873         * string/test-strcspn-ifunc.c: Likewise.
19874         * string/test-strlen-ifunc.c: Likewise.
19875         * string/test-strncasecmp-ifunc.c: Likewise.
19876         * string/test-strncat-ifunc.c: Likewise.
19877         * string/test-strncmp-ifunc.c: Likewise.
19878         * string/test-strncpy-ifunc.c: Likewise.
19879         * string/test-strnlen-ifunc.c: Likewise.
19880         * string/test-strpbrk-ifunc.c: Likewise.
19881         * string/test-strrchr-ifunc.c: Likewise.
19882         * string/test-strspn-ifunc.c: Likewise.
19883         * string/test-strstr-ifunc.c: Likewise.
19884
19885 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19886
19887         * benchtests/Makefile: Remove ifunc tests.
19888         * benchtests/bench-string.h: Define TEST_IFUNC.
19889         * benchtests/bench-bcopy-ifunc.c: Remove.
19890         * benchtests/bench-bzero-ifunc.c: Likewise.
19891         * benchtests/bench-memccpy-ifunc.c: Likewise.
19892         * benchtests/bench-memchr-ifunc.c: Likewise.
19893         * benchtests/bench-memcmp-ifunc.c: Likewise.
19894         * benchtests/bench-memcpy-ifunc.c: Likewise.
19895         * benchtests/bench-memmem-ifunc.c: Likewise.
19896         * benchtests/bench-memmove-ifunc.c: Likewise.
19897         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19898         * benchtests/bench-memrchr-ifunc.c: Likewise.
19899         * benchtests/bench-memset-ifunc.c: Likewise.
19900         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19901         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19902         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19903         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19904         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19905         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19906         * benchtests/bench-strcat-ifunc.c: Likewise.
19907         * benchtests/bench-strchr-ifunc.c: Likewise.
19908         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19909         * benchtests/bench-strcmp-ifunc.c: Likewise.
19910         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19911         * benchtests/bench-strcpy-ifunc.c: Likewise.
19912         * benchtests/bench-strcspn-ifunc.c: Likewise.
19913         * benchtests/bench-strlen-ifunc.c: Likewise.
19914         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19915         * benchtests/bench-strncat-ifunc.c: Likewise.
19916         * benchtests/bench-strncmp-ifunc.c: Likewise.
19917         * benchtests/bench-strncpy-ifunc.c: Likewise.
19918         * benchtests/bench-strnlen-ifunc.c: Likewise.
19919         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19920         * benchtests/bench-strrchr-ifunc.c: Likewise.
19921         * benchtests/bench-strsep-ifunc.c: Likewise.
19922         * benchtests/bench-strspn-ifunc.c: Likewise.
19923         * benchtests/bench-strstr-ifunc.c: Likewise.
19924
19925 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19926
19927         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19928
19929 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19930
19931         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19932         * rt/aio.h: Likewise.
19933         * sysdeps/gnu/bits/utmp.h: Likewise.
19934         * sysdeps/gnu/bits/utmpx.h: Likewise.
19935         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19936         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19937         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19938         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19939         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19940         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19941         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19942         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19943         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19944         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19945         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19946         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19947         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19949         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19950         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19951         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19952         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19953         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19954         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19955         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19956         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19957         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19958         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19959         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19960         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19961         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19962         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19963         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19964         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19965         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19966         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19967         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19968         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19969         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19970         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19971         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19972         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19973         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19974         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19975         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19976         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19977
19978 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19979
19980         [BZ #16245]
19981         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19982         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19983
19984 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19985
19986         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19987         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19988         Likewise.
19989
19990 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19991
19992         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19993         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19994         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19995         (__fesetround): Remove define.
19996         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19997         rounding and exceptions handling.
19998         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19999         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
20000         (__fe_nomask_env): Likewise.
20001         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
20002         __fegetround instead of fegetround.
20003         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
20004         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
20005
20006 2013-11-21  Roland McGrath  <roland@hack.frob.com>
20007
20008         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
20009         it's there.
20010
20011         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
20012
20013 2013-11-21  Meador Inge  <meadori@codesourcery.com>
20014
20015         [BZ #11157]
20016         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
20017         (encrypt_r): Likewise.
20018         * malloc/obstack.h (obstack_free): Likewise.
20019         * posix/unistd.h (encrypt): Likewise.
20020
20021 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
20022
20023         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
20024         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
20025         DL_CALL_DT_FINI() that call the functions directly.
20026         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
20027         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
20028         * elf/dl-fini.c: Likewise.
20029
20030 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
20031
20032         * malloc/hooks.c (memalign_check): Add alignment rounding.
20033         * malloc/malloc.c (_mid_memalign): New function.
20034         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
20035         Implement by calling _mid_memalign.
20036         * manual/probes.texi (Memory Allocation Probes): Remove
20037         memory_valloc_retry and memory_pvalloc_retry.
20038
20039 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20040
20041         * locale/programs/locarchive.c (open_archive): Add const
20042         qualifier to ARCHIVEFNAME and copy default fname to
20043         DEFAULT_FNAME.
20044
20045         [BZ #15601]
20046         * libio/tst-widetext.input: Rename Oriya to Odia.
20047         * locale/iso-639.def: Likewise.
20048
20049         * manual/probes.texi (Mathematical Function Probes): Add
20050         documentation for sin, cos, asin and acos probes.
20051         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
20052         (__sin32): Add slowasin probe.
20053         (__cos32): Add slowacos probe.
20054         (__mpsin): Add slowsin probe.
20055         (__mpcos): Add slowcos probe.
20056
20057 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
20058
20059         [BZ #15483]
20060         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
20061         thread-local __sim_exceptions_thread and global
20062         __sim_exceptions_global.
20063         (__sim_disabled_exceptions): Change to thread-local
20064         __sim_disabled_exceptions_thread and global
20065         __sim_disabled_exceptions_global.
20066         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
20067         and global __sim_round_mode_global.
20068         (__simulate_exceptions): Use thread-local floating-point state and
20069         set global state from it as needed.
20070         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
20071         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
20072         __sim_round_mode_thread.
20073         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
20074         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
20075         and global __sim_exceptions_global.
20076         (__sim_disabled_exceptions): Change to thread-local
20077         __sim_disabled_exceptions_thread and global
20078         __sim_disabled_exceptions_global.
20079         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
20080         and global __sim_round_mode_global.
20081         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
20082         (SIM_SET_GLOBAL): Likewise.
20083         * sysdeps/powerpc/soft-fp/sfp-machine.h
20084         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
20085         __sim_round_mode_thread.
20086         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
20087         __sim_disabled_exceptions_thread.
20088         (__sim_exceptions): Change to __sim_exceptions_thread.
20089         (__sim_disabled_exceptions): Change to
20090         __sim_disabled_exceptions_thread.
20091         (__sim_round_mode): Change to __sim_round_mode_thread.
20092         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
20093         thread-local floating-point state and set global state from it as
20094         needed.
20095         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
20096         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
20097         (__sim_disabled_exceptions): Remove extern declaration.
20098         (feenableexcept): Use thread-local floating-point state and set
20099         global state from it as needed.
20100         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
20101         extern declaration.
20102         (__sim_disabled_exceptions): Likewise.
20103         (__sim_round_mode): Likewise.
20104         (__fegetenv): Use thread-local floating-point state.
20105         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
20106         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20107         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
20108         floating-point state and set global state from it as needed.
20109         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
20110         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
20111         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
20112         Likewise.
20113         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
20114         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
20115         Likewise.
20116         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
20117         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
20118         Use __sim_round_mode_thread.
20119         * math/test-fenv-tls.c: New file.
20120         * math/Makefile (tests): Add test-fenv-tls.
20121         ($(objpfx)test-fenv-tls): Depend on
20122         $(common-objpfx)nptl/libpthread.so.
20123
20124 2013-11-19  Andreas Schwab  <schwab@suse.de>
20125
20126         * locale/programs/locale.c (show_info): Decode wordarray elements.
20127         * locale/categories.def (LC_MONETARY): Add element for
20128         _NL_MONETARY_CRNCYSTR.
20129         * locale/C-monetary.c (conversion_rate): New variable.
20130         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
20131         element.
20132
20133 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
20134
20135         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
20136         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
20137
20138 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
20139
20140         * elf/Makefile (tst-auxv): New test.
20141         * elf/tst-auxv.c: New
20142         * elf/rtld.c (dl_main): Adjust AT_EXECFN
20143
20144 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
20145
20146         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
20147         (hidden_proto): Caller changed.
20148         (hidden_tls_proto): New macro.
20149         (libc_hidden_tls_proto): Likewise.
20150         (rtld_hidden_tls_proto): Likewise.
20151         (libm_hidden_tls_proto): Likewise.
20152         (libresolv_hidden_tls_proto): Likewise.
20153         (librt_hidden_tls_proto): Likewise.
20154         (libdl_hidden_tls_proto): Likewise.
20155         (libnss_files_hidden_tls_proto): Likewise.
20156         (libnsl_hidden_tls_proto): Likewise.
20157         (libnss_nisplus_hidden_tls_proto): Likewise.
20158         (libutil_hidden_tls_proto): Likewise.
20159
20160 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
20161
20162         [BZ #10253]
20163         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
20164         (decompose_rpath): Defer expansion to fillin_rpath.
20165         (_dl_init_paths): Pass linkmap to fillin_rpath.
20166
20167 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20168
20169         * benchtests/Makefile: Add strsep.
20170         * benchtests/bench-strsep.c: New file: strsep benchtest.
20171         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
20172
20173 2013-11-18  Andreas Schwab  <schwab@suse.de>
20174
20175         * locale/programs/locale.c (show_info) [case byte]: Check for
20176         '\377' instead of '\177'.
20177         * locale/C-monetary.c (not_available): Always use "\377".
20178         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
20179         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
20180         detect unavailable sign_posn locale elements.
20181         * locale/localeconv.c (__localeconv): For grouping and
20182         mon_grouping handle "\177" and "\377" like no grouping.
20183         (INT_ELEM): New macro.  Use it to set all numeric members.
20184         * locale/programs/ld-monetary.c (monetary_read)
20185         <tok_mon_grouping>: Normalize single -1 to the empty string.
20186         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
20187         Likewise.
20188
20189 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
20190
20191         [BZ #16055]
20192         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
20193         when we match (nil).
20194         * stdio-common/tst-sscanf.c (struct test): Add testcase.
20195
20196 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
20197
20198         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
20199         (NO_TEST_INLINE): Update value.
20200         (ERRNO_UNCHANGED): Likewise.
20201         (ERRNO_EDOM): Likewise.
20202         (ERRNO_ERANGE): Likewise.
20203         (IGNORE_RESULT): Likewise.
20204         (check_float_internal): Check signs of NaN results if
20205         TEST_NAN_SIGN used.
20206         (check_complex): Pass TEST_NAN_SIGN flag through to second
20207         check_float_internal call.
20208         (copysign_test_data): Add tests with quiet NaNs as second
20209         argument.  Use TEST_NAN_SIGN.
20210         (fabs_test_data): Add test of negative quiet NaN argument.  Use
20211         TEST_NAN_SIGN.
20212         (signbit_test_data): Add tests of quiet NaN argument.
20213         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
20214
20215         * math/gen-libm-test.pl (show_exceptions): Take extra argument
20216         $ignore_result.
20217         (parse_args): Handle function results specified as IGNORE.
20218         * math/libm-test.inc (IGNORE_RESULT): New macro.
20219         (check_float_internal): Do not check numerical result if flag
20220         IGNORE_RESULT set.
20221         (check_complex): Pass through IGNORE_RESULT to second
20222         check_float_internal call.
20223         (check_int): Do not check numerical result if flag IGNORE_RESULT
20224         set.
20225         (check_long): Likewise.
20226         (check_bool): Likewise.
20227         (check_longlong): Likewise.
20228         (lrint_test_data): Add tests of infinite and NaN arguments.
20229         (lrint_tonearest_test_data): Likewise.
20230         (lrint_towardzero_test_data): Likewise.
20231         (lrint_downward_test_data): Likewise.
20232         (lrint_upward_test_data): Likewise.
20233         (llrint_test_data): Likewise.
20234         (llrint_tonearest_test_data): Likewise.
20235         (llrint_towardzero_test_data): Likewise.
20236         (llrint_downward_test_data): Likewise.
20237         (llrint_upward_test_data): Likewise.
20238         (lround_test_data): Likewise.
20239         (llround_test_data): Likewise.
20240
20241         * math/libm-test.inc (NO_TEST_INLINE): New macro.
20242         (ERRNO_UNCHANGED): Update value.
20243         (ERRNO_EDOM): Likewise.
20244         (ERRNO_ERANGE): Likewise.
20245         (NO_TEST_INLINE_FLOAT): New macro.
20246         (NO_TEST_INLINE_DOUBLE): Likewise.
20247         (enable_test): New function.
20248         (RUN_TEST_f_f): Check enable_test before running test.
20249         (RUN_TEST_2_f): Likewise.
20250         (RUN_TEST_fff_f): Likewise.
20251         (RUN_TEST_c_f): Likewise.
20252         (RUN_TEST_f_f1): Likewise.
20253         (RUN_TEST_fF_f1): Likewise.
20254         (RUN_TEST_fI_f1): Likewise.
20255         (RUN_TEST_ffI_f1): Likewise.
20256         (RUN_TEST_c_c): Likewise.
20257         (RUN_TEST_cc_c): Likewise.
20258         (RUN_TEST_f_i): Likewise.
20259         (RUN_TEST_f_i_tg): Likewise.
20260         (RUN_TEST_ff_i_tg): Likewise.
20261         (RUN_TEST_f_b): Likewise.
20262         (RUN_TEST_f_b_tg): Likewise.
20263         (RUN_TEST_f_l): Likewise.
20264         (RUN_TEST_f_L): Likewise.
20265         (RUN_TEST_fFF_11): Likewise.
20266         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
20267         conditionals.
20268         (cosh_test_data): Likewise.
20269         (exp_test_data): Likewise.
20270         (expm1_test_data): Likewise.
20271         (hypot_test_data): Likewise.
20272         (pow_test_data): Likewise.
20273         (sinh_test_data): Likewise.
20274         (tanh_test_data): Likewise.
20275         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
20276         flags argument.
20277
20278         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
20279         tests with quiet NaN input and output.
20280         (acosh_test_data): Likewise.
20281         (asin_test_data): Likewise.
20282         (asinh_test_data): Likewise.
20283         (atan_test_data): Likewise.
20284         (atanh_test_data): Likewise.
20285         (atan2_test_data): Likewise.
20286         (cbrt_test_data): Likewise.
20287         (cos_test_data): Likewise.
20288         (cosh_test_data): Likewise.
20289         (erf_test_data): Likewise.
20290         (erfc_test_data): Likewise.
20291         (exp_test_data): Likewise.
20292         (exp10_test_data): Likewise.
20293         (exp2_test_data): Likewise.
20294         (expm1_test_data): Likewise.
20295         (hypot_test_data): Likewise.
20296         (j0_test_data): Likewise.
20297         (j1_test_data): Likewise.
20298         (jn_test_data): Likewise.
20299         (lgamma_test_data): Likewise.
20300         (log_test_data): Likewise.
20301         (log10_test_data): Likewise.
20302         (log1p_test_data): Likewise.
20303         (log2_test_data): Likewise.
20304         (pow_test_data): Likewise.
20305         (scalb_test_data): Likewise.
20306         (sin_test_data): Likewise.
20307         (sincos_test_data): Likewise.
20308         (sinh_test_data): Likewise.
20309         (tan_test_data): Likewise.
20310         (tanh_test_data): Likewise.
20311         (tgamma_test_data): Likewise.
20312         (y0_test_data): Likewise.
20313         (y1_test_data): Likewise.
20314         (yn_test_data): Likewise.
20315
20316         [BZ #16167]
20317         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
20318         argument being NaN and avoid computations with second argument in
20319         that case.
20320         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
20321         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
20322         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
20323
20324 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
20325
20326         * locale/iso-639.def: Add Chitwani Tharu (the).
20327
20328 2013-11-14  Andreas Schwab  <schwab@suse.de>
20329
20330         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
20331         word instead of empty string.
20332
20333 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20334
20335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20336         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
20337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20338         (__fe_nomask_env): Likewise.
20339
20340 2013-11-13  Steve Ellcey  <sellcey@mips.com>
20341
20342         * benchtests/bench-timing.h: Include time.h.
20343
20344 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
20345
20346         [BZ #15997]
20347         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
20348         to 3.4.0 for x32.
20349         * sysdeps/unix/sysv/linux/configure: Regenerated.
20350
20351 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
20352
20353         [BZ #16151]
20354         * stdlib/strtod_l.c (round_and_return): Do not consider
20355         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
20356         exponent one less than half the least subnormal exponent.
20357         * stdlib/test-strtod-round-data: Add more tests.
20358         * stdlib/tst-strtod-round.c (tests): Regenerated.
20359
20360 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20361
20362         [BZ #14143]
20363         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
20364         (__fe_mask_env): Likewise.
20365         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
20366         libm_hidden_proto and add function prototype.
20367         (__fe_mask_env): Add function prototype.
20368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20369         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
20370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
20371         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
20372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20373         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
20374
20375 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20376
20377         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
20378         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
20379
20380 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20381
20382         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
20383         of htab_find_slot().
20384
20385 2013-11-11  David S. Miller  <davem@davemloft.net>
20386
20387         [BZ #16150]
20388         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
20389         symbol in the non-vis3 case in static builds.
20390         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
20391         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
20392         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
20393         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
20394
20395 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
20396
20397         [BZ #387]
20398         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
20399         it is empty.
20400
20401 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20402
20403         * benchtests/Makefile: Add bench-strtod.
20404         * benchtests/bench-strtod.c: New file: strtod benchtest
20405
20406 2013-11-11  Andreas Schwab  <schwab@suse.de>
20407
20408         [BZ #16153]
20409         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
20410         terminating NUL in key length.
20411
20412 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20413
20414         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20415         Add artificial ODP entry for vDSO symbol for PPC64.
20416         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
20417         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
20418
20419 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
20420
20421         [BZ #15374]
20422         * nss/getent.c (services_keys): Recognize services starting with digit.
20423
20424 2013-11-06  David S. Miller  <davem@davemloft.net>
20425
20426         [BZ #15985]
20427         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
20428         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
20429
20430 2013-11-06  Will Newton  <will.newton@linaro.org>
20431
20432         * manual/memory.texi (Malloc Examples): Remove register
20433         keyword from examples.
20434
20435 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
20436
20437         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
20438
20439 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
20440
20441         [BZ #6981]
20442         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
20443         depending on [__GCC_IEC_559 > 0].
20444         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
20445         depending on [__GCC_IEC_559_COMPLEX > 0].
20446
20447 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
20448
20449         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
20450         to iso-639.def.
20451
20452 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
20453
20454         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
20455
20456 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
20457
20458         [BZ #16112]
20459         * malloc/malloc (malloc_info): Do not handle first bin as
20460         special case.
20461
20462 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
20463
20464         * locale/iso-639.def: Add Central Nahuatl (nhn).
20465
20466 2013-11-01  Bruno Haible  <bruno@clisp.org>
20467
20468         [BZ #7003]
20469         * manual/math.texi (BSD Random): Specify range upper bound as
20470         in POSIX.
20471
20472 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
20473
20474         * locale/iso-639.def: Add Meadow Mari (mhr).
20475
20476 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
20477
20478         [BZ #14752], [BZ #15763]
20479         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
20480         Validate name.
20481         * rt/tst_shm.c: Add test for escaping directory.
20482
20483 2013-10-31  Andreas Schwab  <schwab@suse.de>
20484
20485         [BZ #15917]
20486         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
20487         followed by 'x' as part of digit sequence.
20488         * stdio-common/tst-sscanf.c (double_tests2): New tests.
20489
20490 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
20491
20492         [BZ #16037]
20493         * configure.ac: allow GNU Make 4.0 and greater.
20494         * configure: Regenerated.
20495
20496 2013-10-30  Will Newton  <will.newton@linaro.org>
20497
20498         [BZ #16038]
20499         * malloc/hooks.c (memalign_check): Limit alignment to the
20500         maximum representable power of two.
20501         * malloc/malloc.c (__libc_memalign): Likewise.
20502         * malloc/tst-memalign.c (do_test): Add test for very
20503         large alignment values.
20504         * malloc/tst-posix_memalign.c (do_test): Likewise.
20505
20506 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
20507
20508         [BZ #11087]
20509         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
20510         (munmap_chunk): Likewise.
20511         (mremap_chunk): Likewise.
20512
20513 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
20514
20515         [BZ #15799]
20516         * stdlib/div.c (div): Remove obsolete code.
20517         * stdlib/ldiv.c (ldiv): Likewise.
20518         * stdlib/lldiv.c (lldiv): Likewise.
20519
20520 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
20521
20522         [BZ #16071]
20523         * nss/nss_files/files-XXX.c (get_contents_ret): New
20524         enumerator.
20525         (get_contents): New function.
20526         (internal_getent): Use it.  Expand size of LINEBUFLEN.
20527
20528 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
20529
20530         * configure.in: Moved to ...
20531         * configure.ac: ... here. Change reference to configure.in
20532         to configure.ac.
20533         * sysdeps/arm/preconfigure.ac: ... here.
20534         configure.in to configure.ac.
20535         * sysdeps/gnu/configure.in: Moved to ...
20536         * sysdeps/gnu/configure.ac: ... here.
20537         * sysdeps/i386/configure.in: Moved to ...
20538         * sysdeps/i386/configure.ac: ... here.
20539         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
20540         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
20541         * sysdeps/mach/configure.in: Moved to ...
20542         * sysdeps/mach/configure.ac: ... here.
20543         * sysdeps/mach/hurd/configure.in: Moved to ...
20544         * sysdeps/mach/hurd/configure.ac: ... here.
20545         * sysdeps/powerpc/configure.in: Moved to ...
20546         * sysdeps/powerpc/configure.ac: ... here.
20547         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
20548         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
20549         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
20550         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
20551         * sysdeps/s390/s390-32/configure.in: Moved to ...
20552         * sysdeps/s390/s390-32/configure.ac: ... here.
20553         * sysdeps/s390/s390-64/configure.in: Moved to ...
20554         * sysdeps/s390/s390-64/configure.ac: ... here.
20555         * sysdeps/sh/configure.in: Moved to ...
20556         * sysdeps/sh/configure.ac: ... here.
20557         * sysdeps/sparc/configure.in: Moved to ...
20558         * sysdeps/sparc/configure.ac: ... here.
20559         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
20560         * sysdeps/unix/sysv/linux/configure.ac: ... here.
20561         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
20562         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
20563         * sysdeps/x86_64/configure.in: Moved to ...
20564         * sysdeps/x86_64/configure.ac: ... here.
20565         * sysdeps/x86_64/preconfigure.in: Moved to ...
20566         * sysdeps/x86_64/preconfigure.ac: ... here.
20567         * aclocal.m4: Change reference to configure.in to configure.ac.
20568         * config.h.in: Likewise.
20569         * manual/install.texi: Likewise.
20570         * manual/maint.texi: Likewise.
20571         * Makefile: Likewise.
20572         * malloc/Makefile: Likewise.
20573         * nscd/Makefile: Likewise.
20574         * Makeconfig: Change reference to configure.in and
20575         preconfigure.in to configure.ac and preconfigure.ac
20576         respectively.
20577         * INSTALL: Regenerated.
20578         * configure: Likewise.
20579         * sysdeps/gnu/configure: Likewise.
20580         * sysdeps/i386/configure: Likewise.
20581         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
20582         * sysdeps/mach/configure: Likewise.
20583         * sysdeps/mach/hurd/configure: Likewise.
20584         * sysdeps/powerpc/configure: Likewise.
20585         * sysdeps/powerpc/powerpc32/configure: Likewise.
20586         * sysdeps/powerpc/powerpc64/configure: Likewise.
20587         * sysdeps/s390/s390-32/configure: Likewise.
20588         * sysdeps/s390/s390-64/configure: Likewise.
20589         * sysdeps/sh/configure: Likewise.
20590         * sysdeps/sparc/configure: Likewise.
20591         * sysdeps/unix/sysv/linux/configure: Likewise.
20592         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
20593         * sysdeps/x86_64/configure: Likewise.
20594         * sysdeps/x86_64/preconfigure: Likewise.
20595
20596 2013-10-29  Andreas Schwab  <schwab@suse.de>
20597
20598         * stdio-common/Makefile (tst-swscanf-ENV): Define.
20599
20600 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20601
20602         * benchtests/pow-inputs: Add new inputs.
20603
20604         * benchtests/exp-inputs: Add new inputs.
20605
20606         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
20607         conditional check for return value.
20608         (__cos32): Likewise.
20609
20610 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20611
20612         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
20613         to provide a boost for large inputs with word alignment.
20614         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
20615         implementation based on optimized PPC64 strcpy.
20616         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
20617         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
20618         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
20619         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
20620
20621 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
20622
20623         [BZ #2801]
20624         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
20625
20626 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
20627
20628         [BZ #14876]
20629         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
20630         * time/tst-strptime.c (day_tests): Add testcase.
20631
20632 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
20633
20634         [BZ #14029]
20635         * manual/pattern.texi: Acknowledge that fnmatch can fail.
20636
20637 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
20638
20639         [BZ #16074]
20640         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
20641         MAP_FAILED on error.
20642
20643 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
20644
20645         [BZ #16072]
20646         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
20647         heap for large requests.
20648
20649 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
20650
20651         [BZ #9954]
20652         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
20653         result if the result has no associated interface.
20654         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
20655         interface for all 127.X.Y.Z addresses.
20656
20657 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
20658
20659         * locale/iso-639.def: Add Ligurian (lij)
20660
20661 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
20662
20663         [BZ #15825]
20664         * sunrpc/rpc_main.c: Document rpcgen -5.
20665
20666 2013-10-19  Michael Stahl  <mstahl@redhat.com>
20667
20668         * elf/rtld.c (do_preload): Print the reason why preloading failed.
20669
20670 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
20671
20672         [BZ #10278]
20673         * posix/glob.c: Match only directories when trailing slash is present.
20674         * posix/tst-gnuglob.c (my_opendir): Do not open files.
20675         (main): Add testcase.
20676
20677 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
20678
20679         [BZ #15670]
20680         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
20681
20682 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
20683
20684         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
20685         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
20686         AUTH_DES and cindex for FIPS 140-2.
20687         (DES Encryption): Add cindex FIPS 46-3.
20688
20689         * locale/locarchive.h (struct locarhandle): Add fname.
20690         * locale/programs/localedef.c (main): Pass ARGV[remaining]
20691         if an optional argument was specified to --list-archive,
20692         otherwise NULL.
20693         * locale/programs/locarchive.c (show_archive_content): Take new
20694         argument fname and pass it via ah.fname to open_archive.
20695         * locale/programs/localedef.h: Update decl.
20696         (open_archive): If AH->fname is non-null, open that file
20697         rather than the default file name, and don't ignore ENOENT.
20698         (create_archive): Set AH.fname to NULL.
20699         (delete_locales_from_archive): Likewise.
20700         (add_locales_to_archive): Likewise.
20701         * locale/programs/locfile.c (write_all_categories): Likewise.
20702
20703 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
20704             Aldy Hernandez  <aldyh@redhat.com>
20705
20706         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
20707         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
20708         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
20709         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
20710         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
20711         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
20712         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
20713         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
20714         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
20715         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
20716         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
20717         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
20718         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
20719         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
20720         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
20721         Likewise.
20722         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
20723         Likewise.
20724         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
20725         Likewise.
20726         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
20727         Likewise.
20728         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
20729         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
20730         Likewise.
20731         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
20732         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
20733         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
20734         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
20735         Likewise.
20736         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
20737         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
20738         * sysdeps/powerpc/preconfigure: Likewise.
20739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
20740         Likewise.
20741         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
20742         Replace contents of file by #include of <fenv_libc.h>.
20743         * sysdeps/powerpc/soft-fp/sfp-machine.h
20744         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
20745         and <sys/prctl.h>.
20746         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
20747         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
20748         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
20749         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
20750         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
20751         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
20752         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
20753         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
20754         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
20755         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
20756         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
20757         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
20758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20759         Allow copysignl PLT reference to be missing.
20760
20761 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
20762             Joseph Myers  <joseph@codesourcery.com
20763
20764         [BZ #15948]
20765         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
20766         single character.
20767         (add_to_tablewc): Assert sequence of wide characters is nonempty.
20768
20769 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20770
20771         * elf/tst-tls-dlinfo.c: Don't include tls.h.
20772         * elf/tst-tls1.c: Likewise.
20773         * elf/tst-tls10.h: Likewise.
20774         * elf/tst-tls14.c: Likewise.
20775         * elf/tst-tls2.c: Likewise.
20776         * elf/tst-tls3.c: Likewise.
20777         * elf/tst-tls4.c: Likewise.
20778         * elf/tst-tls5.c: Likewise.
20779         * elf/tst-tls6.c: Likewise.
20780         * elf/tst-tls7.c: Likewise.
20781         * elf/tst-tls8.c: Likewise.
20782         * elf/tst-tls9.c: Likewise.
20783         * elf/tst-tlsmod1.c: Likewise.
20784         * elf/tst-tlsmod13.c: Likewise.
20785         * elf/tst-tlsmod13a.c: Likewise.
20786         * elf/tst-tlsmod14a.c: Likewise.
20787         * elf/tst-tlsmod16a.c: Likewise.
20788         * elf/tst-tlsmod16b.c: Likewise.
20789         * elf/tst-tlsmod2.c: Likewise.
20790         * elf/tst-tlsmod3.c: Likewise.
20791         * elf/tst-tlsmod4.c: Likewise.
20792         * elf/tst-tlsmod5.c: Likewise.
20793         * elf/tst-tlsmod6.c: Likewise.
20794
20795 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
20796
20797         [BZ #12486]
20798         * malloc/malloc.c: remove checks for statistics.
20799
20800 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20801
20802         [BZ #15277]
20803         * inet/inet_net.c (inet_network): Detect additional invalid strings.
20804         * inet/tst-network.c: Add testcase.
20805
20806 2013-10-17  Andreas Schwab  <schwab@suse.de>
20807
20808         [BZ #15218]
20809         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20810         to determine canonical name.
20811
20812 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20813
20814         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20815         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20816         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20817         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20818         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20819         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20820         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20821         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20822         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20823         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20824         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20825         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20826         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20827         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20828         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20829         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20830         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20831         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20832         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20833         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20834         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20835         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20836         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20837         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20838         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20839         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20840         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20841         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20842         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20843         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20844         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20845         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20846         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20847         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20848         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20849         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20850         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20851         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20852         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20853         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20854         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20855         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20856         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20857         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20858         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20859         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20860         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20861         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20862         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20863         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20864         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20865         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20866         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20867         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20868         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20869         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20870         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20871         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20872
20873 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20874
20875         [BZ #16041]
20876         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20877         make result into a quiet NaN.
20878
20879 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20880
20881         * soft-fp/adddf3.c: Fix horizontal whitespace.
20882         * soft-fp/addsf3.c: Likewise.
20883         * soft-fp/addtf3.c: Likewise.
20884         * soft-fp/divdf3.c: Likewise.
20885         * soft-fp/divsf3.c: Likewise.
20886         * soft-fp/divtf3.c: Likewise.
20887         * soft-fp/double.h: Likewise.
20888         * soft-fp/eqdf2.c: Likewise.
20889         * soft-fp/eqsf2.c: Likewise.
20890         * soft-fp/eqtf2.c: Likewise.
20891         * soft-fp/extenddftf2.c: Likewise.
20892         * soft-fp/extended.h: Likewise.
20893         * soft-fp/extendsfdf2.c: Likewise.
20894         * soft-fp/extendsftf2.c: Likewise.
20895         * soft-fp/extendxftf2.c: Likewise.
20896         * soft-fp/fixdfdi.c: Likewise.
20897         * soft-fp/fixdfsi.c: Likewise.
20898         * soft-fp/fixdfti.c: Likewise.
20899         * soft-fp/fixsfdi.c: Likewise.
20900         * soft-fp/fixsfsi.c: Likewise.
20901         * soft-fp/fixsfti.c: Likewise.
20902         * soft-fp/fixtfdi.c: Likewise.
20903         * soft-fp/fixtfsi.c: Likewise.
20904         * soft-fp/fixtfti.c: Likewise.
20905         * soft-fp/fixunsdfdi.c: Likewise.
20906         * soft-fp/fixunsdfsi.c: Likewise.
20907         * soft-fp/fixunsdfti.c: Likewise.
20908         * soft-fp/fixunssfdi.c: Likewise.
20909         * soft-fp/fixunssfsi.c: Likewise.
20910         * soft-fp/fixunssfti.c: Likewise.
20911         * soft-fp/fixunstfdi.c: Likewise.
20912         * soft-fp/fixunstfsi.c: Likewise.
20913         * soft-fp/fixunstfti.c: Likewise.
20914         * soft-fp/floatdidf.c: Likewise.
20915         * soft-fp/floatdisf.c: Likewise.
20916         * soft-fp/floatditf.c: Likewise.
20917         * soft-fp/floatsidf.c: Likewise.
20918         * soft-fp/floatsisf.c: Likewise.
20919         * soft-fp/floatsitf.c: Likewise.
20920         * soft-fp/floattidf.c: Likewise.
20921         * soft-fp/floattisf.c: Likewise.
20922         * soft-fp/floattitf.c: Likewise.
20923         * soft-fp/floatundidf.c: Likewise.
20924         * soft-fp/floatundisf.c: Likewise.
20925         * soft-fp/floatunditf.c: Likewise.
20926         * soft-fp/floatunsidf.c: Likewise.
20927         * soft-fp/floatunsisf.c: Likewise.
20928         * soft-fp/floatunsitf.c: Likewise.
20929         * soft-fp/floatuntidf.c: Likewise.
20930         * soft-fp/floatuntisf.c: Likewise.
20931         * soft-fp/floatuntitf.c: Likewise.
20932         * soft-fp/fmadf4.c: Likewise.
20933         * soft-fp/fmasf4.c: Likewise.
20934         * soft-fp/fmatf4.c: Likewise.
20935         * soft-fp/gedf2.c: Likewise.
20936         * soft-fp/gesf2.c: Likewise.
20937         * soft-fp/getf2.c: Likewise.
20938         * soft-fp/ledf2.c: Likewise.
20939         * soft-fp/lesf2.c: Likewise.
20940         * soft-fp/letf2.c: Likewise.
20941         * soft-fp/muldf3.c: Likewise.
20942         * soft-fp/mulsf3.c: Likewise.
20943         * soft-fp/multf3.c: Likewise.
20944         * soft-fp/negdf2.c: Likewise.
20945         * soft-fp/negsf2.c: Likewise.
20946         * soft-fp/negtf2.c: Likewise.
20947         * soft-fp/op-1.h: Likewise.
20948         * soft-fp/op-2.h: Likewise.
20949         * soft-fp/op-4.h: Likewise.
20950         * soft-fp/op-8.h: Likewise.
20951         * soft-fp/op-common.h: Likewise.
20952         * soft-fp/quad.h: Likewise.
20953         * soft-fp/single.h: Likewise.
20954         * soft-fp/soft-fp.h: Likewise.
20955         * soft-fp/sqrtdf2.c: Likewise.
20956         * soft-fp/sqrtsf2.c: Likewise.
20957         * soft-fp/sqrttf2.c: Likewise.
20958         * soft-fp/subdf3.c: Likewise.
20959         * soft-fp/subsf3.c: Likewise.
20960         * soft-fp/subtf3.c: Likewise.
20961         * soft-fp/truncdfsf2.c: Likewise.
20962         * soft-fp/trunctfdf2.c: Likewise.
20963         * soft-fp/trunctfsf2.c: Likewise.
20964         * soft-fp/trunctfxf2.c: Likewise.
20965         * soft-fp/unorddf2.c: Likewise.
20966         * soft-fp/unordsf2.c: Likewise.
20967         * soft-fp/unordtf2.c: Likewise.
20968
20969 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20970
20971         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20972         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20973
20974 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20975
20976         * elf/dl-libc.c: Clear initfini list after freeing.
20977
20978 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20979
20980         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20981         * soft-fp/addsf3.c: Likewise.
20982         * soft-fp/addtf3.c: Likewise.
20983         * soft-fp/divdf3.c: Likewise.
20984         * soft-fp/divsf3.c: Likewise.
20985         * soft-fp/divtf3.c: Likewise.
20986         * soft-fp/double.h: Likewise.
20987         * soft-fp/eqdf2.c: Likewise.
20988         * soft-fp/eqsf2.c: Likewise.
20989         * soft-fp/eqtf2.c: Likewise.
20990         * soft-fp/extenddftf2.c: Likewise.
20991         * soft-fp/extended.h: Likewise.
20992         * soft-fp/extendsfdf2.c: Likewise.
20993         * soft-fp/extendsftf2.c: Likewise.
20994         * soft-fp/extendxftf2.c: Likewise.
20995         * soft-fp/fixdfdi.c: Likewise.
20996         * soft-fp/fixdfsi.c: Likewise.
20997         * soft-fp/fixdfti.c: Likewise.
20998         * soft-fp/fixsfdi.c: Likewise.
20999         * soft-fp/fixsfsi.c: Likewise.
21000         * soft-fp/fixsfti.c: Likewise.
21001         * soft-fp/fixtfdi.c: Likewise.
21002         * soft-fp/fixtfsi.c: Likewise.
21003         * soft-fp/fixtfti.c: Likewise.
21004         * soft-fp/fixunsdfdi.c: Likewise.
21005         * soft-fp/fixunsdfsi.c: Likewise.
21006         * soft-fp/fixunsdfti.c: Likewise.
21007         * soft-fp/fixunssfdi.c: Likewise.
21008         * soft-fp/fixunssfsi.c: Likewise.
21009         * soft-fp/fixunssfti.c: Likewise.
21010         * soft-fp/fixunstfdi.c: Likewise.
21011         * soft-fp/fixunstfsi.c: Likewise.
21012         * soft-fp/fixunstfti.c: Likewise.
21013         * soft-fp/floatdidf.c: Likewise.
21014         * soft-fp/floatdisf.c: Likewise.
21015         * soft-fp/floatditf.c: Likewise.
21016         * soft-fp/floatsidf.c: Likewise.
21017         * soft-fp/floatsisf.c: Likewise.
21018         * soft-fp/floatsitf.c: Likewise.
21019         * soft-fp/floattidf.c: Likewise.
21020         * soft-fp/floattisf.c: Likewise.
21021         * soft-fp/floattitf.c: Likewise.
21022         * soft-fp/floatundidf.c: Likewise.
21023         * soft-fp/floatundisf.c: Likewise.
21024         * soft-fp/floatunsidf.c: Likewise.
21025         * soft-fp/floatunsisf.c: Likewise.
21026         * soft-fp/floatuntidf.c: Likewise.
21027         * soft-fp/floatuntisf.c: Likewise.
21028         * soft-fp/floatuntitf.c: Likewise.
21029         * soft-fp/fmadf4.c: Likewise.
21030         * soft-fp/fmasf4.c: Likewise.
21031         * soft-fp/fmatf4.c: Likewise.
21032         * soft-fp/gedf2.c: Likewise.
21033         * soft-fp/gesf2.c: Likewise.
21034         * soft-fp/getf2.c: Likewise.
21035         * soft-fp/ledf2.c: Likewise.
21036         * soft-fp/lesf2.c: Likewise.
21037         * soft-fp/letf2.c: Likewise.
21038         * soft-fp/muldf3.c: Likewise.
21039         * soft-fp/mulsf3.c: Likewise.
21040         * soft-fp/multf3.c: Likewise.
21041         * soft-fp/negdf2.c: Likewise.
21042         * soft-fp/negsf2.c: Likewise.
21043         * soft-fp/negtf2.c: Likewise.
21044         * soft-fp/op-1.h: Likewise.
21045         * soft-fp/op-2.h: Likewise.
21046         * soft-fp/op-4.h: Likewise.
21047         * soft-fp/op-8.h: Likewise.
21048         * soft-fp/op-common.h: Likewise.
21049         * soft-fp/quad.h: Likewise.
21050         * soft-fp/single.h: Likewise.
21051         * soft-fp/soft-fp.h: Likewise.
21052         * soft-fp/sqrtdf2.c: Likewise.
21053         * soft-fp/sqrtsf2.c: Likewise.
21054         * soft-fp/sqrttf2.c: Likewise.
21055         * soft-fp/subdf3.c: Likewise.
21056         * soft-fp/subsf3.c: Likewise.
21057         * soft-fp/subtf3.c: Likewise.
21058         * soft-fp/truncdfsf2.c: Likewise.
21059         * soft-fp/trunctfdf2.c: Likewise.
21060         * soft-fp/trunctfsf2.c: Likewise.
21061         * soft-fp/trunctfxf2.c: Likewise.
21062         * soft-fp/unorddf2.c: Likewise.
21063         * soft-fp/unordsf2.c: Likewise.
21064         * soft-fp/unordtf2.c: Likewise.
21065
21066 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
21067
21068         [BZ #15672]
21069         * misc/error.c (error_tail): Fix possible buffer overflow.
21070
21071 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
21072
21073         [BZ #13028]
21074         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
21075         address.
21076
21077 2013-10-14  P. J. McDermott  <pj@pehjota.net>
21078
21079         [BZ #832]
21080         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
21081         testing pipefail option.
21082
21083 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
21084
21085         * soft-fp/double.h: Indent preprocessor directives inside #if.
21086         * soft-fp/extended.h: Likewise.
21087         * soft-fp/op-2.h: Likewise.
21088         * soft-fp/op-4.h: Likewise.
21089         * soft-fp/op-common.h: Likewise.
21090         * soft-fp/quad.h: Likewise.
21091         * soft-fp/single.h: Likewise.
21092         * soft-fp/soft-fp.h: Likewise.
21093
21094 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
21095
21096         * iconv/iconv_prog.c: Fix typos.
21097         * stdio-common/psiginfo-data.h: Likewise.
21098
21099 2013-10-12   Reuben Thomas <rrt@sc3d.org>
21100
21101         [BZ #15764]
21102         * locale/setlocale.c: Fix typo.
21103
21104 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
21105
21106         [BZ #16036]
21107         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
21108         signaling NaN arguments.
21109         * soft-fp/unordsf2.c (__unordsf2): Likewise.
21110         * soft-fp/unordtf2.c (__unordtf2): Likewise.
21111
21112         [BZ #14910]
21113         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
21114         unordered operands.
21115         * soft-fp/gesf2.c (__gesf2): Likewise.
21116         * soft-fp/getf2.c (__getf2): Likewise.
21117         * soft-fp/ledf2.c (__ledf2): Likewise.
21118         * soft-fp/lesf2.c (__lesf2): Likewise.
21119         * soft-fp/letf2.c (__letf2): Likewise.
21120
21121         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
21122         * soft-fp/eqsf2.c (__eqsf2): Likewise.
21123         * soft-fp/eqtf2.c (__eqtf2): Likewise.
21124         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
21125         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
21126         * soft-fp/fixdfti.c (__fixdfti): Likewise.
21127         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
21128         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
21129         * soft-fp/fixsfti.c (__fixsfti): Likewise.
21130         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
21131         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
21132         * soft-fp/fixtfti.c (__fixtfti): Likewise.
21133         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
21134         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
21135         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
21136         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
21137         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
21138         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
21139         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
21140         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
21141         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
21142         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
21143         * soft-fp/floatdisf.c (__floatdisf): Likewise.
21144         * soft-fp/floatsisf.c (__floatsisf): Likewise.
21145         * soft-fp/floattidf.c (__floattidf): Likewise.
21146         * soft-fp/floattisf.c (__floattisf): Likewise.
21147         * soft-fp/floattitf.c (__floattitf): Likewise.
21148         * soft-fp/floatundidf.c (__floatundidf): Likewise.
21149         * soft-fp/floatundisf.c (__floatundisf): Likewise.
21150         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
21151         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
21152         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
21153         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
21154         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
21155         * soft-fp/gesf2.c (__gesf2): Likewise.
21156         * soft-fp/getf2.c (__getf2): Likewise.
21157         * soft-fp/ledf2.c (__ledf2): Likewise.
21158         * soft-fp/lesf2.c (__lesf2): Likewise.
21159         * soft-fp/letf2.c (__letf2): Likewise.
21160
21161         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
21162         Undefine and redefine.
21163         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
21164         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
21165         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
21166         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
21167         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21168         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
21169         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21170         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
21171         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21172         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
21173         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21174         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
21175         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21176         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
21177         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21178
21179         [BZ #16032]
21180         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
21181         without decrementing exponent if mantissa >= that for the
21182         denominator, not >.
21183         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
21184         denominator, not >.  Decrement exponent in < case instead of
21185         incrementing in >= case.
21186         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
21187         without decrementing exponent if mantissa >= that for the
21188         denominator, not >.
21189
21190         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
21191         computing saturated result for unsigned overflow.
21192
21193 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21194             Jeff Law  <law@redhat.com>
21195
21196         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
21197         (atan2Mp): Add systemtap probe marker.
21198         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
21199         (__ieee754_log): Add systemtap probe marker.
21200         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
21201         (atanMp): Add systemtap probe marker.
21202         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
21203         (tanMp): Add systemtap probe marker.
21204         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
21205         (__slowexp): Add systemtap probe marker.
21206         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
21207         (__slowpow): Add systemtap probe marker.
21208         * manual/probes.texi: Document probes.
21209
21210 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
21211
21212         [BZ #15362]
21213         * libio/fileops.c (_IO_new_file_write): Return count of bytes
21214         written.
21215         (_IO_new_file_xsputn): Don't return EOF if nothing has been
21216         written.
21217         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
21218         written to buffer but not flushed.
21219         * libio/iofwrite_u.c:  Likewise.
21220         * libio/iopadn.c:  Return bytes returned even if EOF was
21221         encountered.
21222         * libio/iowpadn.c:  Likewise.
21223         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
21224         if _IO_padn does not write the whole buffer.
21225         [!COMPILE_WPRINTF] (PAD): Likewise.
21226
21227 2013-10-10  David S. Miller  <davem@davemloft.net>
21228
21229         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
21230         directory block.
21231
21232 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
21233
21234         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
21235         instead of FSF address.
21236         * soft-fp/fixdfti.c: Likewise.
21237         * soft-fp/fixsfti.c: Likewise.
21238         * soft-fp/fixtfti.c: Likewise.
21239         * soft-fp/fixunsdfti.c: Likewise.
21240         * soft-fp/fixunssfti.c: Likewise.
21241         * soft-fp/fixunstfti.c: Likewise.
21242         * soft-fp/floattidf.c: Likewise.
21243         * soft-fp/floattisf.c: Likewise.
21244         * soft-fp/floattitf.c: Likewise.
21245         * soft-fp/floatuntidf.c: Likewise.
21246         * soft-fp/floatuntisf.c: Likewise.
21247         * soft-fp/floatuntitf.c: Likewise.
21248         * soft-fp/trunctfxf2.c: Likewise.
21249
21250         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
21251         * soft-fp/fixdfti.c: Likewise.
21252         * soft-fp/fixsfti.c: Likewise.
21253         * soft-fp/fixtfti.c: Likewise.
21254         * soft-fp/fixunsdfti.c: Likewise.
21255         * soft-fp/fixunssfti.c: Likewise.
21256         * soft-fp/fixunstfti.c: Likewise.
21257         * soft-fp/floattidf.c: Likewise.
21258         * soft-fp/floattisf.c: Likewise.
21259         * soft-fp/floattitf.c: Likewise.
21260         * soft-fp/floatuntidf.c: Likewise.
21261         * soft-fp/floatuntisf.c: Likewise.
21262         * soft-fp/floatuntitf.c: Likewise.
21263         * soft-fp/trunctfxf2.c: Likewise.
21264
21265 2013-10-10  David S. Miller  <davem@davemloft.net>
21266
21267         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21268
21269 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
21270
21271         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
21272         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
21273         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
21274         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
21275         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
21276         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
21277         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
21278
21279         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
21280         for NaNs before doing comparisons on argument.
21281         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
21282         Likewise.
21283
21284 2013-10-10  Will Newton  <will.newton@linaro.org>
21285
21286         * malloc/hooks.c (memalign_check): Ensure the value of bytes
21287         passed to _int_memalign does not overflow.
21288
21289 2013-10-10  Torvald Riegel  <triegel@redhat.com>
21290
21291         * scripts/bench.pl: Add include-sources directive.
21292         * benchtests/README: Update documentation.
21293
21294 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
21295
21296         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
21297         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
21298         instead of FP_INIT_ROUNDMODE.
21299         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
21300         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
21301
21302         [BZ #16034]
21303         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
21304         copy class of input value.
21305         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
21306         not handle exceptions.
21307         * soft-fp/negsf2.c (__negsf2): Likewise.
21308         * soft-fp/negtf2.c (__negtf2): Likewise.
21309         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
21310
21311 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
21312
21313         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
21314         semicolon.  From Linux kernel.
21315
21316 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
21317
21318         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
21319
21320 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
21321
21322         [BZ #156]
21323         * manual/socket.texi: Added statement about buffer
21324         for gethostbyname2_r.
21325
21326 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
21327
21328         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
21329         Use .p2align directive instead, throughout.
21330         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
21331         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
21332         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
21333         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
21334         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
21335         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
21336         * sysdeps/x86_64/strchr.S: Likewise.
21337         * sysdeps/x86_64/strrchr.S: Likewise.
21338
21339 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
21340
21341         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
21342
21343         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
21344
21345         * sysdeps/generic/math_private.h (__mpsin1): Remove
21346         declaration.
21347         (__mpcos1): Likewise.
21348         (__mpsin): New argument __range_reduce.
21349         (__mpcos): Likewise.
21350         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
21351         (slow): Use __mpsin and __mpcos.
21352         (slow1): Likewise.
21353         (slow2): Likewise.
21354         (sloww): Likewise.
21355         (sloww1): Likewise.
21356         (sloww2): Likewise.
21357         (bsloww): Likewise.
21358         (bsloww1): Likewise.
21359         (bsloww2): Likewise.
21360         (cslow2): Likewise.
21361         (csloww): Likewise.
21362         (csloww1): Likewise.
21363         (csloww2): Likewise.
21364         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
21365         range_reduce.  Merge in __mpsin1.
21366         (__mpcos): Likewise.
21367         (__mpsin1): Remove.
21368         (__mpcos1): Likewise.
21369
21370 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
21371
21372         * locale/loadlocale.c (_nl_intern_locale_data): Use
21373         LOCFILE_ALIGNED_P.
21374         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
21375         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
21376         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
21377         obstack data is appropriately aligned.
21378         (obstack_int32_grow_fast): Likewise.
21379         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
21380         * locale/programs/locfile.c (add_locale_uint32): Likewise.
21381         (add_locale_uint32_array): Likewise.
21382
21383 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
21384
21385         * benchtests/Makefile: Remove ARGLIST and RET variables.
21386         ($(objpfx)bench-%.c): Pass only function name to the script.
21387         * benchtests/README: Update documentation.
21388         * benchtests/acos-inputs: Add new directives.
21389         * benchtests/acosh-inputs: Likewise.
21390         * benchtests/asin-inputs: Likewise.
21391         * benchtests/asinh-inputs: Likewise.
21392         * benchtests/atan-inputs: Likewise.
21393         * benchtests/atanh-inputs: Likewise.
21394         * benchtests/cos-inputs: Likewise.
21395         * benchtests/cosh-inputs: Likewise.
21396         * benchtests/exp-inputs: Likewise.
21397         * benchtests/log-inputs: Likewise.
21398         * benchtests/pow-inputs: Likewise.
21399         * benchtests/rint-inputs: Likewise.
21400         * benchtests/sin-inputs: Likewise.
21401         * benchtests/sinh-inputs: Likewise.
21402         * benchtests/tan-inputs: Likewise.
21403         * benchtests/tanh-inputs: Likewise.
21404         * scripts/bench.pl: Add support for new directives.
21405
21406 2013-10-07  Alan Modra  <amodra@gmail.com>
21407
21408         * README: Fix careless merge.
21409
21410 2013-10-05  Alan Modra  <amodra@gmail.com>
21411
21412         * NEWS: Mention powerpc64le support and bugs fixed.
21413         * README: Both big-endian and little-endian powerpc64 supported.
21414
21415 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21416
21417         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
21418         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
21419         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
21420         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
21421
21422 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
21423
21424         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
21425         match prototype.
21426
21427 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
21428
21429         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
21430         Move -mhard-float appending from
21431         ports/sysdeps/powerpc/powerpc32/Makefile.
21432         [$(with-fp) = yes] (ASFLAGS): Likewise.
21433         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
21434         * sysdeps/powerpc/nofpu: Move directory from
21435         ports/sysdeps/powerpc/nofpu.
21436         * sysdeps/powerpc/soft-fp: Move directory from
21437         ports/sysdeps/powerpc/soft-fp.
21438         * sysdeps/powerpc/powerpc32/405: Move directory from
21439         ports/sysdeps/powerpc/powerpc32/405.
21440         * sysdeps/powerpc/powerpc32/440: Move directory from
21441         ports/sysdeps/powerpc/powerpc32/440.
21442         * sysdeps/powerpc/powerpc32/464: Move directory from
21443         ports/sysdeps/powerpc/powerpc32/464.
21444         * sysdeps/powerpc/powerpc32/476: Move directory from
21445         ports/sysdeps/powerpc/powerpc32/476.
21446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
21447         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
21448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
21449         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
21450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
21451         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
21452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
21453         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
21454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
21455         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
21456         * README: Update for powerpc-*-linux-gnu software floating point
21457         support in libc.
21458
21459         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
21460         case to powerpc/powerpc32*.
21461         * sysdeps/unix/sysv/linux/configure: Regenerated.
21462
21463         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
21464         (_FPU_MASK_OM): Define as 0x04.
21465         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
21466         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
21467         0x00c10080.
21468         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
21469         0x0000003c.
21470         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
21471
21472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
21473         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
21474         getcontext_e500.
21475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
21476         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
21477         setcontext_e500.
21478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
21479         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
21480         and setcontext_e500.
21481
21482 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
21483
21484         * locale/iso-3166.def: Update iso-1366.def and related occurrences
21485
21486 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21487
21488         * manual/threads.texi (Default Thread Attributes): Fix typo.
21489
21490 2013-10-04  Will Newton  <will.newton@linaro.org>
21491
21492         * malloc/Makefile: Add tst-memalign.
21493         * malloc/tst-memalign.c: New file.
21494
21495         * malloc/tst-posix_memalign.c: Add comments.
21496         (do_test): Add comments and call free on all potentially
21497         allocated pointers. Add space after cast.
21498
21499         * malloc/tst-pvalloc.c: Add comments.
21500         (do_test): Add comments and call free on all potentially
21501         allocated pointers. Remove duplicate check for NULL pointer.
21502         Add space after cast.
21503
21504         * malloc/tst-valloc.c: Add comments.
21505         (do_test): Add comments and call free on all potentially
21506         allocated pointers. Remove duplicate check for NULL pointer.
21507         Add space after cast.
21508
21509 2013-10-04  Alan Modra  <amodra@gmail.com>
21510
21511         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
21512         Use stdint types in rather than __attribute__((mode())).
21513         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
21514
21515 2013-10-04  Alan Modra  <amodra@gmail.com>
21516
21517         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
21518         Correct handling of unaligned relocs for little-endian.
21519         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
21520
21521 2013-10-04  Alan Modra  <amodra@gmail.com>
21522
21523         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
21524         * configure: Regenerate.
21525         * nptl/shlib-versions: Powerpc*le starts at 2.18.
21526         * shlib-versions: Likewise.
21527
21528 2013-10-04  Alan Modra  <amodra@gmail.com>
21529
21530         * string/tester.c (test_memrchr): Increment reported test cycle.
21531
21532 2013-10-04  Alan Modra  <amodra@gmail.com>
21533
21534         * string/test-memcpy.c (do_one_test): When reporting errors, print
21535         string address and don't overrun end of string.
21536
21537 2013-10-04  Alan Modra  <amodra@gmail.com>
21538
21539         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
21540         insrdi.  Make better use of reg selection to speed exit slightly.
21541         Schedule entry path a little better.  Remove useless "are we done"
21542         checks on entry to main loop.  Handle wrapping around zero address.
21543         Correct main loop count.  Handle single left-over word from main
21544         loop inline rather than by using loop_small.  Remove extra word
21545         case in loop_small caused by wrong loop count.  Add little-endian
21546         support.
21547         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
21548         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
21549         cache hint.
21550         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
21551         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
21552         support.  Avoid rlwimi.
21553         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
21554
21555 2013-10-04  Alan Modra  <amodra@gmail.com>
21556
21557         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
21558         insrdi.  Formatting.
21559         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
21560         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21561         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
21562         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
21563         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21564         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
21565
21566 2013-10-04  Alan Modra  <amodra@gmail.com>
21567
21568         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
21569         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21570         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
21571         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
21572         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
21573         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
21574         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21575         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
21576         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
21577         use of regs.  Use power7 mtocrf.  Tidy function tails.
21578
21579 2013-10-04  Alan Modra  <amodra@gmail.com>
21580
21581         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
21582         Formatting.  Consistently use rXXX register defines or rN defines.
21583         Use early exit labels that avoid restoring unused non-volatile regs.
21584         Make cr field use more consistent with rWORDn compares.  Rename
21585         regs used as shift registers for unaligned loop, using rN defines
21586         for short lifetime/multiple use regs.
21587         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
21588         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
21589         addi 1,1,64 to pop stack frame.  Simplify return value code.
21590         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21591
21592 2013-10-04  Alan Modra  <amodra@gmail.com>
21593
21594         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
21595         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
21596         rather than rlwimi.
21597         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
21598         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
21599         little-endian support.  Correct typos.
21600         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
21601         rather than rlwimi.
21602         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
21603         in loop and entry code to keep "and." results.
21604         (strchr): Add little-endian support.  Comment.  Move cntlzd
21605         earlier in tail.
21606         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
21607
21608 2013-10-04  Alan Modra  <amodra@gmail.com>
21609
21610         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
21611         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
21612         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
21613         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
21614
21615 2013-10-04  Alan Modra  <amodra@gmail.com>
21616
21617         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
21618         (rTMP): Define as r11.
21619         (strcmp): Add little-endian support.  Optimise tail.
21620         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
21621         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
21622         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
21623         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
21624         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
21625         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
21626         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
21627
21628 2013-10-04  Alan Modra  <amodra@gmail.com>
21629
21630         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
21631         little-endian support.  Remove unnecessary "are we done" tests.
21632         Handle "s" wrapping around zero and extremely large "size".
21633         Correct main loop count.  Handle single left-over word from main
21634         loop inline rather than by using small_loop.  Correct comments.
21635         Delete "zero" tail, use "end_max" instead.
21636         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
21637
21638 2013-10-04  Alan Modra  <amodra@gmail.com>
21639
21640         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
21641         support.  Don't branch over align.
21642         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
21643         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
21644         support.  Rearrange tmp reg use to suit.  Comment.
21645         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
21646
21647 2013-10-04  Alan Modra  <amodra@gmail.com>
21648
21649         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
21650
21651 2013-10-04  Alan Modra  <amodra@gmail.com>
21652
21653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
21654         conditional form of branch and link when obtaining pc.
21655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
21656
21657 2013-10-04  Alan Modra  <amodra@gmail.com>
21658
21659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
21660         HIWORD/LOWORD.
21661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
21662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
21663
21664 2013-10-04  Alan Modra  <amodra@gmail.com>
21665
21666         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
21667         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
21668         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
21669         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
21670         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21671         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21672         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
21673         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21674         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
21675         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
21676
21677 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21678             Alistair Popple <alistair@ozlabs.au.ibm.com>
21679             Alan Modra <amodra@gmail.com>
21680
21681         [BZ #15723]
21682         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
21683         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
21684         _dl_hwcap access for little-endian.
21685         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
21686         destroy vmx regs when saving unaligned.
21687         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
21688         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
21689         destroy vmx regs when saving unaligned.
21690
21691 2013-10-04  Alan Modra  <amodra@gmail.com>
21692
21693         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
21694         Don't use a union to pack hi/low value.
21695
21696 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21697
21698         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
21699         for little-endian.
21700         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
21701         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
21702         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
21703         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
21704         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
21705
21706 2013-10-04  Alan Modra  <amodra@gmail.com>
21707
21708         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
21709         constants to usual value for .cst8 section, and remove redundant
21710         high address load.
21711         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
21712         constant for 0x1p52.  Load little-endian words of double from
21713         correct stack offsets.
21714
21715 2013-10-04  Alan Modra  <amodra@gmail.com>
21716
21717         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
21718         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
21719         words of double from correct stack offsets.
21720         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
21721         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
21722         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
21723         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
21724         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
21725         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
21726         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
21727         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
21728         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
21729         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
21730         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
21731         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
21732         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
21733         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
21734         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
21735         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
21736         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
21737
21738 2013-10-04  Alan Modra  <amodra@gmail.com>
21739
21740         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
21741         64-bit int/double union.
21742         (_FPU_SETCW): Likewise.
21743         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
21744         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
21745
21746 2013-10-04  Alan Modra  <amodra@gmail.com>
21747
21748         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
21749         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
21750
21751 2013-10-04  Alan Modra  <amodra@gmail.com>
21752
21753         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
21754         use vector int constants.
21755         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
21756
21757 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21758
21759         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
21760         array with long long.
21761         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
21762         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
21763         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
21764         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
21765         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
21766         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
21767         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
21768         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
21769         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
21770         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
21771         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
21772         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
21773         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
21774
21775 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21776
21777         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
21778         (__signbit): Likewise.  Correct for little-endian.
21779         (__signbitl): Call __signbit.
21780         (lrint): Correct for little-endian.
21781         (lrintf): Call lrint.
21782
21783 2013-10-04  Alan Modra  <amodra@gmail.com>
21784
21785         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
21786         union 32-bit int array member with 64-bit int array.
21787         (t515, tm256): Double rather than long double.
21788         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
21789
21790 2013-10-04  Alan Modra  <amodra@gmail.com>
21791
21792         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
21793         Delete.
21794         (IEEE854_LONG_DOUBLE_BIAS): Delete.
21795         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21796         version of math_ldbl.h.
21797
21798 2013-10-04  Alan Modra  <amodra@gmail.com>
21799
21800         [BZ #15734], [BZ #15735]
21801         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21802         all uses of ieee875 long double macros and unions.  Simplify test
21803         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
21804         ldbl_extract_mantissa value for ix,iy exponents.  Properly
21805         normalize after ldbl_extract_mantissa, and don't add hidden bit
21806         already handled.  Don't treat low word of ieee854 mantissa like
21807         low word of IBM long double and mask off bit when testing for
21808         zero.
21809         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21810         all uses of ieee875 long double macros and unions.  Simplify tests
21811         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
21812         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
21813         two1022, instead use their values.  Recognise that tests for large
21814         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
21815         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21816         Rewrite all uses of ieee875 long double macros and unions.  Simplify
21817         test for 0.0L and nan.  Correct negation.
21818         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21819         ieee875 long double macros and unions.  Correct output for large
21820         magnitude x.  Correct absolute value calculation.
21821         (__erfcl): Likewise.
21822         * math/libm-test.inc: Add tests for errors discovered in IBM long
21823         double versions of fmodl, remainderl, erfl and erfcl.
21824
21825 2013-10-04  Alan Modra  <amodra@gmail.com>
21826
21827         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21828         all uses of ieee854 long double macros and unions.  Simplify tests
21829         for long doubles that are fully specified by the high double.
21830         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21831         Likewise.
21832         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21833         Remove dead code too.
21834         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21835         (__ieee754_ynl): Likewise.
21836         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21837         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21838         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21839         Remove dead code too.
21840         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21841         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21842         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21843         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21844         Simplify.
21845         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21846         Simplify.
21847         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21848         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21849         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21850         Comment on variable precision.
21851         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21852         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21853         Likewise.
21854         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21855         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21856         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21857         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21858         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21859
21860 2013-10-04  Alan Modra  <amodra@gmail.com>
21861
21862         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21863         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21864         all uses of ieee854 long double macros and unions.
21865         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21866         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21867         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21868         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21869         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21870         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21871         Likewise.
21872         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21873         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21874         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21875         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21876         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21877         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21878         Simplify sign and nan test too.
21879         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21880         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21881         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21882         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21883         Likewise.
21884         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21885         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21886         Likewise.
21887         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21888         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21889         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21890         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21891         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21892         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21893
21894 2013-10-04  Alan Modra  <amodra@gmail.com>
21895
21896         * stdio-common/printf_size.c (__printf_size): Don't use
21897         union ieee854_long_double in fpnum union.
21898         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21899         signbit macro to retrieve sign from long double.
21900         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21901         retrieve sign from long double.
21902         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21903         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21904         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21905         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21906         * math/test-misc.c (main): Don't use union ieee854_long_double.
21907
21908 2013-10-04  Alan Modra  <amodra@gmail.com>
21909
21910         [BZ #15680]
21911         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21912         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21913         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21914         calculation.  Remove unnecessary test for denormal exponent.
21915         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21916         Correct handling of denormals.  Avoid undefined shift behaviour.
21917         Correct normalisation of low mantissa when low double is denormal.
21918         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21919         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21920         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21921         Correct normalisation of low mantissa.  Test for overflow of high
21922         mantissa and normalise.
21923         (ldbl_nearbyint): Use more readable constant for two52.
21924         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21925         (__mpn_construct_long_double): Fix test for overflow of high
21926         mantissa and correct normalisation.  Avoid undefined shift.
21927
21928 2013-10-04  Alan Modra  <amodra@gmail.com>
21929
21930         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21931         (union ibm_extended_long_double): Define as an array of ieee754_double.
21932         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21933         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21934         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21935         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21936         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21937         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21938         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21939         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21940         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21941         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21942         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21943
21944 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21945
21946         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21947         page size instead of calling getpagesize.
21948
21949         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21950         (LOCFILE_ALIGN_MASK): Likewise.
21951         (LOCFILE_ALIGN_UP): Likewise.
21952         (LOCFILE_ALIGNED_P): Likewise.
21953         * locale/programs/ld-collate.c (collate_output): Use the new
21954         macros instead of __alignof__ (int32_t).
21955         * locale/weight.h (findidx): Likewise.
21956
21957 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21958
21959         [BZ #431]
21960         * manual/string.texi: Fix strncat and wcsncat.
21961
21962 2013-10-03  Brooks Moses  <bmoses@google.com>
21963
21964         [BZ #15915]
21965         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21966         * Makerules: ...here, and adjust associated comments.
21967
21968 2013-10-02  Will Newton  <will.newton@linaro.org>
21969
21970         * malloc/Makefile: Add tst-pvalloc.
21971         * malloc/tst-pvalloc.c: New file.
21972
21973 2013-10-02  Will Newton  <will.newton@linaro.org>
21974
21975         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21976         improve test coverage.
21977
21978 2013-10-02  Will Newton  <will.newton@linaro.org>
21979
21980         * malloc/Makefile: Add tst-posix_memalign.
21981         * malloc/tst-posix_memalign.c: New file.
21982
21983 2013-10-01  Eric Blake  <eblake@redhat.com>
21984
21985         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21986         Use __THROWNL rather than __THROW on static functions.
21987
21988 2013-09-30  Petr Machata  <pmachata@redhat.com>
21989
21990         * elf/elf.h (R_AARCH64_ABS16): New macro.
21991         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21992         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21993         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21994         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21995         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21996         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21997         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21998         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21999         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
22000         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
22001         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
22002         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
22003         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
22004         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
22005         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
22006         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
22007         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
22008         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
22009         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
22010         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
22011         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
22012         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
22013         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
22014         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
22015         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
22016         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
22017         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
22018         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
22019         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
22020         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
22021         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
22022         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
22023         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
22024         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
22025         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
22026         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
22027         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
22028         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
22029         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
22030         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
22031         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
22032         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
22033         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
22034         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
22035         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
22036         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
22037         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
22038         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
22039         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
22040         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
22041         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
22042         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
22043         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
22044         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
22045         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
22046         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
22047         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
22048         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
22049         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
22050         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
22051         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
22052         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
22053         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
22054         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
22055         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
22056         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
22057         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
22058         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
22059         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
22060         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
22061         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
22062         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
22063         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
22064         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
22065         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
22066         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
22067         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
22068         (R_AARCH64_TLSDESC_LDR): Likewise.
22069         (R_AARCH64_TLSDESC_ADD): Likewise.
22070         (R_AARCH64_TLSDESC_CALL): Likewise.
22071
22072 2013-09-30  Andreas Schwab  <schwab@suse.de>
22073
22074         [BZ #15048]
22075         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
22076         the nss database lookup.
22077         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22078         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22079
22080 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
22081
22082         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
22083
22084 2013-09-28  P. J. McDermott  <pj@pehjota.net>
22085
22086         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
22087         ${Bash-specific parameter/pattern/string} parameter expansion.
22088         * sysdeps/unix/make-syscalls.sh: Likewise.
22089
22090 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22091
22092         * sysdeps/sh/stackguard-macros.h: New file.
22093
22094 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
22095
22096         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
22097         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
22098         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
22099         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
22100         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22101         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
22102
22103 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22104
22105         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
22106         Fix thread ID register.
22107
22108 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
22109
22110         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
22111         [POSIX || UNIX98]: Require rather than permitting all symbols from
22112         <time.h>.
22113         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
22114         element of struct sched_param.
22115         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
22116         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
22117         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
22118         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
22119         constant.
22120
22121 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
22122
22123         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
22124         argument calculation.
22125
22126 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
22127
22128         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
22129         Expect macro.
22130         [POSIX] (pthread_attr_t): Do not require type.
22131         [POSIX] (pthread_cond_t): Likewise.
22132         [POSIX] (pthread_condattr_t): Likewise.
22133         [POSIX] (pthread_key_t): Likewise.
22134         [POSIX] (pthread_mutex_t): Likewise.
22135         [POSIX] (pthread_mutexattr_t): Likewise.
22136         [POSIX] (pthread_once_t): Likewise.
22137         [POSIX] (pthread_t): Likewise.
22138         [POSIX-based standards] (pthread_atfork): Expect function.
22139
22140 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
22141             Richard Sandiford  <richard@codesourcery.com>
22142
22143         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
22144         (swap_endianness_p): New extern variable.
22145         (set_big_endian): New inline function.
22146         (maybe_swap_uint32): Likewise.
22147         (maybe_swap_uint32_array): Likewise.
22148         (maybe_swap_uint32_obstack): Likewise.
22149         * locale/programs/locfile.c: Include <stdbool.h>.
22150         (swap_endianness_p): New variable.
22151         (add_locale_uint32): Call maybe_swap_uint32.
22152         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
22153         (write_locale_data): Call maybe_swap_uint32_array.
22154         * locale/programs/ld-collate.c (obstack_int32_grow): Call
22155         maybe_swap_uint32.
22156         (obstack_int32_grow_fast): Likewise.
22157         (output_weightwc): Call maybe_swap_uint32_obstack.
22158         (collate_output): Likewise.
22159         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
22160         (OPT_LITTLE_ENDIAN): Likewise.
22161         (options): Add --little-endian and --big-endian options.
22162         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
22163         * locale/programs/locarchive.c: Include "locfile.h".
22164         (GET): New macro.
22165         (SET): Likewise.
22166         (INC): Likewise.
22167         (create_archive): Use the new macros to access fields of
22168         structures directly mapped from or written to locale archives.
22169         (oldlocrecentcmp): Likewise.
22170         (enlarge_archive): Likewise.
22171         (insert_name): Likewise.
22172         (add_alias): Likewise.
22173         (add_locale): Likewise.
22174         (delete_locales_from_archive): Likewise.
22175         (show_archive_content): Likewise.
22176         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
22177         locale data.
22178
22179 2013-09-24  Roland McGrath  <roland@hack.frob.com>
22180
22181         * manual/freemanuals.texi: Updated from (newly) canonical copy at
22182         http://www.gnu.org/doc/freemanuals.texi.
22183         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
22184
22185 2013-09-24  Will Newton  <will.newton@linaro.org>
22186
22187         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
22188         macro.
22189
22190 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
22191
22192         * locale/hashval.h (compute_hashval): Interpret bytes of key as
22193         unsigned char.
22194
22195 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
22196
22197         * manual/threads.texi (POSIX Threads): Fix a typo.
22198
22199 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22200
22201         [BZ #14547]
22202         * string/tst-strcoll-overflow.c: New test case.
22203         * string/Makefile (xtests): Add tst-strcoll-overflow.
22204         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
22205         cache if string sizes may cause integer overflow.
22206
22207         [BZ #14547]
22208         * string/strcoll_l.c (coll_seq): New members rule, idx,
22209         save_idx and back_us.
22210         (get_next_seq_nocache): New function.
22211         (do_compare_nocache): New function.
22212         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
22213         when malloc fails.
22214
22215 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
22216
22217         [BZ #15754]
22218         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
22219         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
22220         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
22221
22222         [BZ #15754]
22223         * elf/Makefile (tests): Add tst-ptrguard1.
22224         (tests-static): Add tst-ptrguard1-static.
22225         (tst-ptrguard1-ARGS): Define.
22226         (tst-ptrguard1-static-ARGS): Define.
22227         * elf/tst-ptrguard1.c: New file.
22228         * elf/tst-ptrguard1-static.c: New file.
22229         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
22230         * sysdeps/i386/stackguard-macros.h: Likewise.
22231         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
22232         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
22233         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
22234         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
22235         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
22236         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
22237
22238 2013-09-23  Hector Marco  <hecmargi@upv.es>
22239             Ismael Ripoll  <iripoll@disca.upv.es>
22240             Carlos O'Donell  <carlos@redhat.com>
22241
22242         [BZ #15754]
22243         * sysdeps/generic/stackguard-macros.h: Define
22244         __pointer_chk_guard_local and POINTER_CHK_GUARD.
22245         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
22246         Define __pointer_chk_guard_local.
22247         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
22248         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
22249
22250 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
22251
22252         [BZ #15859]
22253         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
22254
22255 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
22256
22257         * include/string.h (__ffs): Declare as hidden.
22258         * string/ffs.c (__ffs): Define as hidden.
22259         * sysdeps/i386/ffs.c (__ffs): Likewise.
22260         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
22261         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
22262         * sysdeps/s390/ffs.c (__ffs): Likewise.
22263         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
22264
22265 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
22266
22267         * NEWS: Mention malloc probes.
22268
22269         * malloc/arena.c (new_heap): New memory_heap_new probe.
22270         (grow_heap): New memory_heap_more probe.
22271         (shrink_heap): New memory_heap_less probe.
22272         (heap_trim): New memory_heap_free probe.
22273         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
22274         (systrim): New memory_sbrk_less probe.
22275         * manual/probes.texi: Document them.
22276
22277         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
22278         * manual/probes.texi: Document it.
22279
22280         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
22281         (__libc_realloc): Add memory_realloc_retry probe.
22282         (__libc_memalign): Add memory_memalign_retry probe.
22283         (__libc_valloc): Add memory_valloc_retry probe.
22284         (__libc_pvalloc): Add memory_pvalloc_retry probe.
22285         (__libc_calloc): Add memory_calloc_retry probe.
22286         * manual/probes.texi: Document them.
22287
22288         * malloc/arena.c (get_free_list): Add probe
22289         memory_arena_reuse_free_list.
22290         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
22291         and memory_arena_reuse.
22292         (arena_get2) [!PER_THREAD]: Likewise.
22293         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
22294         memory_arena_reuse_realloc.
22295         * manual/probes.texi: Document them.
22296
22297         * malloc/malloc.c (__libc_free): Add
22298         memory_mallopt_free_dyn_thresholds probe.
22299         (__libc_mallopt): Add multiple memory_mallopt probes.
22300         * manual/probes.texi: Document them.
22301
22302         * malloc/malloc.c: Include stap-probe.h.
22303         (__libc_mallopt): Add memory_mallopt probe.
22304         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
22305         * manual/probes.texi: New.
22306         * manual/Makefile (chapters): Add probes.
22307         * manual/threads.texi: Set next node.
22308
22309 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
22310
22311         [BZ #15963, #13985]
22312         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
22313         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
22314         Add `Chinese' to `nan' entry name.
22315
22316 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
22317
22318         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
22319         (POLYNOMIAL): Likewise.
22320         (TAYLOR_SINCOS): Likewise.
22321         (TAYLOR_SLOW): Likewise.
22322         (__sin): Use TAYLOR_SINCOS.
22323         (__cos): Likewise.
22324         (slow): Use TAYLOR_SLOW.
22325         (sloww): Likewise.
22326         (bsloww): Likewise.
22327         (csloww): Likewise.
22328
22329 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22330
22331         * stdlib/strtod_l.c: Fix buffer overrun.
22332
22333 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
22334
22335         * benchtests/Makefile (bench): Add sincos.
22336         * benchtests/bench-sincos.c: New file.
22337
22338         * math/libm-test.inc (cos_test_data): New test inputs.
22339         (sin_test_data): Likewise.
22340
22341         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
22342         macro.
22343         (__sin): Use it.
22344         (__cos): Likewise.
22345         (slow1): Likewise.
22346         (slow2): Likewise.
22347         (sloww1): Likewise.
22348         (sloww2): Likewise.
22349         (bsloww1): Likewise.
22350         (bsloww2): Likewise.
22351         (cslow2): Likewise.
22352         (csloww1): Likewise.
22353         (csloww2): Likewise.
22354
22355         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
22356         function.
22357         (__sin): Use it.
22358         (__cos): Likewise.
22359
22360         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
22361         gotos.
22362         (__cos): Likewise.
22363
22364 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
22365
22366         * config.h.in (HAVE_MIPS_NAN2008): New macro.
22367         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
22368         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
22369         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
22370         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
22371         * elf/cache.c (print_entry): Handle the new cache flags.
22372
22373 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
22374             Aldy Hernandez  <aldyh@redhat.com>
22375
22376         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
22377         Change condition to [_SOFT_FLOAT].
22378         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
22379         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
22380         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
22381         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
22382         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
22383         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
22384         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
22385         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
22386         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
22387         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
22388         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
22389         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
22390         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
22391         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
22392         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
22393         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
22394         declaration.
22395
22396 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
22397
22398         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
22399         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
22400         (__longjmp): Use LOAD_GP to load saved GPRs.
22401         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
22402         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
22403         (__sigsetjmp): Use SAVE_GP to save GPRs.
22404
22405         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
22406         Do not append -msoft-float.
22407         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
22408
22409 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22410
22411         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
22412
22413 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
22414
22415         [BZ #15966]
22416         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
22417         (_FPU_GETCW): Use initial "__" on variable and field names but not
22418         on macro parameter name.
22419         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
22420         parentheses around reference to macro parameter.
22421
22422 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
22423
22424         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
22425         prototype.
22426         (ctype_startup): Use uint32_t in cast and sizeof for
22427         ctype->charnames.
22428
22429 2013-09-11  Jia Liu  <proljc@gmail.com>
22430
22431         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
22432         __daddr_t_defined.
22433         [__FreeBSD__]: Likewise.
22434
22435 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
22436
22437         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
22438         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
22439         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
22440         (strchr): Remove __strchr_sse42 ifunc selection.
22441         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
22442         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
22443
22444 2013-09-11  Will Newton  <will.newton@linaro.org>
22445
22446         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
22447         parameter to RES. Remove hardcoded 1000 value.
22448         * benchtests/bench-skeleton.c (main): Pass RES parameter
22449         to TIMING_INIT and multiply result by 1000.
22450
22451 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22452
22453         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22454
22455 2013-09-11  Andreas Schwab  <schwab@suse.de>
22456
22457         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
22458         if not defined.
22459         (O_TMPFILE) [__USE_GNU]: Define.
22460         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
22461         Define.
22462
22463 2013-09-11  Will Newton  <will.newton@linaro.org>
22464
22465         [BZ #15857]
22466         * malloc/malloc.c (__libc_memalign): Check the value of bytes
22467         does not overflow.
22468
22469 2013-09-11  Will Newton  <will.newton@linaro.org>
22470
22471         [BZ #15856]
22472         * malloc/malloc.c (__libc_valloc): Check the value of bytes
22473         does not overflow.
22474
22475 2013-09-11  Will Newton  <will.newton@linaro.org>
22476
22477         [BZ #15855]
22478         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
22479         does not overflow.
22480
22481 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
22482
22483         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
22484         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22485         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22486         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22487         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22488
22489 2013-09-10  Allan McRae  <allan@archlinux.org>
22490
22491         [BZ #15748]
22492         * manual/arith.texi (Parsing of Floats): Clarify
22493         cross-reference.
22494
22495         [BZ #15849]
22496         * manual/install.texi (Running make install): Mention
22497         --enable-pt-chown.
22498         * INSTALL: Regenerated.
22499
22500 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
22501
22502         * csu/init-first.c (_init): Remove the !SHARED condition around
22503         FPU control word initialization.
22504         * elf/dl-support.c (_dl_fpu_control): New variable.
22505         (_dl_aux_init) <AT_FPUCW>: Initialize it.
22506         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
22507         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
22508         * math/test-fpucw-static.c: New file.
22509         * math/test-fpucw-ieee.c: New file.
22510         * math/test-fpucw-ieee-static.c: New file.
22511         * math/Makefile (tests): Add `test-fpucw-ieee' and
22512         `$(tests-static)'.
22513         (tests-static): New variable.
22514         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
22515         dependency to...
22516         [($(build-shared),yes)]
22517         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
22518         ... this.
22519         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
22520         New dependency.
22521
22522 2013-09-09  Allan McRae  <allan@archlinux.org>
22523
22524         [BZ #15939]
22525         * manual/string.texi (Collation Functions): Fix typo in
22526         strcoll example.
22527         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
22528
22529         [BZ #15893]
22530         * stdlib/isomac.c (get_null_defines): Fix memory leak.
22531
22532         [BZ #15892]
22533         * libio/memstream.c (open_memstream): Fix memory leak.
22534         * libio/wmemstream.c (open_wmemstream): Likewise.
22535
22536         [BZ #15895]
22537         * nscd/netgroupcache.c: Fix nesting of ifdefs.
22538
22539 2013-09-09  Will Newton  <will.newton@linaro.org>
22540
22541         * malloc/Makefile: Add tst-realloc to tests.
22542         * malloc/tst-realloc.c: New file.
22543
22544 2013-09-09  Allan McRae  <allan@archlinux.org>
22545
22546         [BZ #15844]
22547         * COPYING: Update from GNU website to fix FSF address.
22548         * COPYING.LIB: Likewise.
22549
22550 2013-09-06  David S. Miller  <davem@davemloft.net>
22551
22552         * po/zh_TW.po: Update Chinese (traditional) translation from
22553         translation project.
22554
22555 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
22556             Joseph Myers  <joseph@codesourcery.com>
22557
22558         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
22559         "localeinfo.h".
22560         (obstack_chunk_alloc): New macro.
22561         (obstack_chunk_free): Likewise.
22562         (record_offset): New function.
22563         (init_locale_data): Likewise.
22564         (align_locale_data): Likewise.
22565         (add_locale_empty): Likewise.
22566         (add_locale_raw_data): Likewise.
22567         (add_locale_raw_obstack): Likewise.
22568         (add_locale_string): Likewise.
22569         (add_locale_wstring): Likewise.
22570         (add_locale_uint32): Likewise.
22571         (add_locale_uint32_array): Likewise.
22572         (add_locale_char): Likewise.
22573         (start_locale_structure): Likewise.
22574         (end_locale_structure): Likewise.
22575         (start_locale_prelude): Likewise.
22576         (end_locale_prelude): Likewise.
22577         (write_locale_data): Take locale_file structure rather than an
22578         iovec.
22579         * locale/programs/locfile.h: Include "obstack.h".
22580         (struct locale_file): Change to store locale file contents instead
22581         of header.
22582         (init_locale_data): New prototype.
22583         (align_locale_data): Likewise.
22584         (add_locale_empty): Likewise.
22585         (add_locale_raw_data): Likewise.
22586         (add_locale_raw_obstack): Likewise.
22587         (add_locale_string): Likewise.
22588         (add_locale_wstring): Likewise.
22589         (add_locale_uint32): Likewise.
22590         (add_locale_uint32_array): Likewise.
22591         (add_locale_char): Likewise.
22592         (start_locale_structure): Likewise.
22593         (end_locale_structure): Likewise.
22594         (start_locale_prelude): Likewise.
22595         (end_locale_prelude): Likewise.
22596         (write_locale_data): Update prototype.
22597         * locale/programs/3level.h (struct TABLE): Remove result field.
22598         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
22599         Use new locale_file interface.
22600         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
22601         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
22602         * locale/programs/ld-address.c (address_output): Use new
22603         locale_file interface.
22604         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
22605         NO_ADD_LOCALE.
22606         (collate_finish): Don't call collseq_table_finalize.
22607         (collate_output): Use new locale_file interface.
22608         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
22609         in file.
22610         (NO_FINALIZE): Change to NO_ADD_LOCALE.
22611         (TABLE): Move defines earlier in file.
22612         (ELEMENT): Likewise.
22613         (DEFAULT): Likewise.
22614         (wctrans_table_add): Move macro and inline function earlier in
22615         file.
22616         (struct wctype_table): Move type earlier in file.
22617         (add_locale_wctype_table): New static prototype.
22618         (struct locale_ctype_t): Use logical types instead of struct iovec
22619         pointers for members.
22620         (ctype_output): Use new locale_file interface.
22621         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
22622         new locale_file interface.
22623         (allocate_arrays): Update for use of new locale_file interface.
22624         * locale/programs/ld-identification.c (identification_output): Use
22625         new locale_file interface.
22626         * locale/programs/ld-measurement.c (measurement_output): Likewise.
22627         * locale/programs/ld-messages.c (messages_output): Likewise.
22628         * locale/programs/ld-monetary.c (monetary_output): Likewise.
22629         * locale/programs/ld-name.c (name_output): Likewise.
22630         * locale/programs/ld-numeric.c (numeric_output): Likewise.
22631         * locale/programs/ld-paper.c (paper_output): Likewise.
22632         * locale/programs/ld-telephone.c (telephone_output): Likewise.
22633         * locale/programs/ld-time.c (time_output): Likewise.
22634
22635 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22636
22637         * benchtests/Makefile: Add memrchr benchmark.
22638         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
22639         benchmark as memrchr.
22640         * benchtests/bench-memrchr-ifunc.c: New file.
22641         * benchtests/bench-memrchr.c: New file.
22642
22643 2013-09-06   Will Newton  <will.newton@linaro.org>
22644
22645         * benchtests/Makefile (string-bench): Add memcpy.
22646
22647 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
22648             Cong Wang  <amwang@redhat.com>
22649
22650         [BZ #15850]
22651         * sysdeps/unix/sysv/linux/bits/in.h
22652         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
22653         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
22654         before __USE_KERNEL_IPV6_DEFS uses.
22655         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
22656         IPPROTO_BEETPH.
22657         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
22658         sockaddr_in6, or ipv6_mreq.
22659
22660 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22661
22662         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
22663         memory access for final bytes in some large inputs.
22664         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
22665
22666 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22667
22668         * string/test-memrchr.c: New file.
22669         * string/test-memrchr-ifunc.c: New file.
22670         * string/Makefile: Add new memrchr testcase.
22671
22672 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
22673
22674         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
22675         fanotify_init returns EPERM.
22676
22677 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
22678
22679         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
22680         errors.
22681         (top level): Treat second token from macro or constant entries for
22682         allowed headers as allowed.
22683         * include/complex.h: Condition internal declarations on
22684         [!_ISOMAC].
22685         * include/fenv.h: Condition include of <stdbool.h> and internal
22686         declarations on [!_ISOMAC].
22687
22688 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
22689
22690         [BZ #15923]
22691         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
22692
22693 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
22694
22695         * configure.in (--enable-versioning): Remove configure option.
22696         (libc_cv_asm_symver_directive): Remove configure test.
22697         (libc_cv_ld_version_script_option): Likewise.
22698         (VERSIONING): Remove variable and AC_SUBST.
22699         (DO_VERSIONING): Remove AC_DEFINE.
22700         * configure: Regenerated.
22701         * config.h.in (DO_VERSIONING): Remove macro.
22702         * Makerules [$(versioning) = yes]: Change conditionals to
22703         [$(build-shared) = yes].
22704         * config.make.in (versioning): Remove variable.
22705         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
22706         [$(build-shared) = yes].
22707         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
22708         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
22709         * elf/Makefile [$(versioning) = yes]: Change conditionals to
22710         [$(build-shared) = yes].
22711         * extra-lib.mk [$(versioning) = yes]: Likewise.
22712         * hurd/Makefile [$(versioning) = yes]: Likewise.
22713         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
22714         [SHARED].
22715         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
22716         [SHARED].
22717         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
22718         [SHARED && !NO_HIDDEN].
22719         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
22720         [SHARED].
22721         [SHARED && DO_VERSIONING]: Likewise..
22722         * libio/Makefile [$(versioning) = yes]: Change conditionals to
22723         [$(build-shared) = yes].
22724         * manual/install.texi (--disable-versioning): Remove
22725         documentation.
22726         * INSTALL: Regenerated.
22727         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
22728         to [SHARED].
22729         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
22730         [$(build-shared) = yes].
22731         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
22732         * sysdeps/i386/i686/multiarch/strstr-c.c
22733         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
22734         [SHARED && !NO_HIDDEN].
22735         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
22736         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
22737         * sysdeps/powerpc/powerpc32/dl-machine.c
22738         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
22739         * sysdeps/powerpc/powerpc32/sysdep.h
22740         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
22741         to [SHARED && PIC && !NO_HIDDEN].
22742         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
22743         conditional to [SHARED].
22744
22745 2013-09-04   Will Newton  <will.newton@linaro.org>
22746
22747         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
22748         * benchtests/bench-string.h: Include bench-timing.h instead
22749         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
22750         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
22751         call to HP_TIMING_DIFF_INIT.
22752         * benchtests/bench-memccpy.c: Use bench-timing.h macros
22753         instead of hp-timing.h macros.
22754         * benchtests/bench-memchr.c: Likewise.
22755         * benchtests/bench-memcmp.c: Likewise.
22756         * benchtests/bench-memcpy.c: Likewise.
22757         * benchtests/bench-memmem.c: Likewise.
22758         * benchtests/bench-memmove.c: Likewise.
22759         * benchtests/bench-memset.c: Likewise.
22760         * benchtests/bench-rawmemchr.c: Likewise.
22761         * benchtests/bench-strcasecmp.c: Likewise.
22762         * benchtests/bench-strcasestr.c: Likewise.
22763         * benchtests/bench-strcat.c: Likewise.
22764         * benchtests/bench-strchr.c: Likewise.
22765         * benchtests/bench-strcmp.c: Likewise.
22766         * benchtests/bench-strcpy.c: Likewise.
22767         * benchtests/bench-strcpy_chk.c: Likewise.
22768         * benchtests/bench-strlen.c: Likewise.
22769         * benchtests/bench-strncasecmp.c: Likewise.
22770         * benchtests/bench-strncat.c: Likewise.
22771         * benchtests/bench-strncmp.c: Likewise.
22772         * benchtests/bench-strncpy.c: Likewise.
22773         * benchtests/bench-strnlen.c: Likewise.
22774         * benchtests/bench-strpbrk.c: Likewise.
22775         * benchtests/bench-strrchr.c: Likewise.
22776         * benchtests/bench-strspn.c: Likewise.
22777         * benchtests/bench-strstr.c: Likewise.
22778
22779 2013-09-04  Will Newton  <will.newton@linaro.org>
22780
22781         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
22782
22783 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
22784
22785         [BZ #15427]
22786         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
22787         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
22788         * math/libm-test.inc (lgamma_test_data): Add more tests.
22789         * sysdeps/i386/fpu/libm-test-ulps: Update.
22790         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22791
22792 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
22793
22794         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
22795         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22796         Add ifunc.
22797         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22798         Add strcmp-sse2-unaligned
22799         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22800
22801 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22802
22803         * Versions.def (libc): Add GLIBC_2.19.
22804
22805 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22806
22807         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22808         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22809
22810 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
22811
22812         [BZ #14155]
22813         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22814         intermediate calculations in recurrence.
22815         (__ieee754_ynf): Likewise.
22816         * math/libm-test.inc (jn_test_data): Do not allow spurious
22817         underflow exception.  Add more tests.
22818         (yn_test_data): Add more tests.
22819         * sysdeps/i386/fpu/libm-test-ulps: Update.
22820         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22821
22822 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
22823
22824         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22825
22826 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22827
22828         * csu/init-first.c: Fix then/than typos.
22829         * locale/programs/ld-collate.c: Likewise.
22830         * locale/programs/linereader.h: Likewise.
22831         * manual/charset.texi: Likewise.
22832         * manual/filesys.texi: Likewise.
22833         * manual/stdio.texi: Likewise.
22834         * manual/string.texi: Likewise.
22835         * stdlib/fmtmsg.c: Likewise.
22836         * sysdeps/i386/stpncpy.S: Likewise.
22837         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22838         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22839         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22840         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22841
22842 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22843
22844         * elf/dl-open.c: Fix typos.
22845         * iconvdata/gbbig5.c: Likewise.
22846         * iconvdata/iso-2022-jp.c: Likewise.
22847         * iconv/gconv_int.h: Likewise.
22848         * iconv/loop.c: Likewise.
22849         * nis/rpcsvc/nis.h: Likewise.
22850         * resolv/ns_name.c: Likewise.
22851         * stdio-common/vfscanf.c: Likewise.
22852         * streams/stropts.h: Likewise.
22853         * sunrpc/rpc_thread.c: Likewise.
22854         * sysdeps/i386/strpbrk.S: Likewise.
22855         * sysdeps/ieee754/k_standard.c: Likewise.
22856         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22857         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22858         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22859         * sysdeps/mach/hurd/profil.c: Likewise.
22860         * sysdeps/s390/dl-procinfo.h: Likewise.
22861         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22862         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22863         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22864         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22865         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22866
22867 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22868
22869         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22870         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22871
22872 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22873
22874         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22875         aix specific files.
22876         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22877         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22878         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22879         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22880         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22881         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22882         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22883         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22884
22885 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22886             Roland McGrath  <roland@hack.frob.com>
22887
22888         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22889         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22890
22891 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22892
22893         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22894         __executable_start symbol instead of _start.
22895
22896 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22897
22898         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22899         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22900         Move macros to...
22901         * sysdeps/gnu/ldsodefs.h: ... this new file.
22902
22903         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22904         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22905         instead of ELFOSABI_LINUX.
22906
22907         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22908         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22909         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22910         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22911         Likewise.
22912         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22913         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22914         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22915         Likewise.
22916         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22917         (ibm_extended_long_double): Add ieee_nan member.
22918         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22919         (do_test): New function.
22920
22921         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22922         TEST_TRUNC.
22923         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22924         functions, renamed from truncdfsf_test, trunctfsf_test,
22925         trunctfdf_test.
22926         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22927         functions.
22928         (do_test): Run all these.
22929
22930 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22931
22932         * argp/argp-help.c: Fix typos.
22933         * argp/argp-parse.c: Likewise.
22934         * debug/backtracesyms.c: Likewise.
22935         * elf/elf.h: Likewise.
22936         * malloc/malloc.c: Likewise.
22937         * nis/nis_print.c: Likewise.
22938         * resolv/res_comp.c: Likewise.
22939         * stdlib/stdlib.h: Likewise.
22940         * sunrpc/clnt_tcp.c: Likewise.
22941         * sunrpc/clnt_udp.c: Likewise.
22942         * sunrpc/clnt_unix.c: Likewise.
22943         * sysdeps/unix/bsd/ptsname.c: Likewise.
22944         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22945         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22947         Likewise.
22948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22949         Likewise.
22950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22951         Likewise.
22952         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22953
22954 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22955
22956         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22957         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22958
22959 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22960
22961         [BZ #15897]
22962         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22963         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22964         ($(objpfx)bug-dl-leaf): New rule.
22965         ($(objpfx)bug-dl-leaf.so): Likewise.
22966         ($(objpfx)bug-dl-leaf.out): Likewise.
22967         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22968         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22969         * dlfcn/bug-dl-leaf.c: New test.
22970         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22971         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22972         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22973         (dlclose): Likewise.
22974         (dlmopen): Likewise.
22975
22976 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22977
22978         * include/netdb.h [!_ISOMAC]:
22979         Don't include <tls.h>.
22980         (h_errno, __libc_h_errno): Move declaration and macros out of
22981         [_LIBC_REENTRANT].
22982
22983         * include/resolv.h [_RESOLV_H_]:
22984         Don't include <tls.h>.
22985         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22986         * resolv/res_libc.c: Don't include <tls.h>.
22987         (_res): Use __attribute__ ((nocommon)) in place of
22988         __attribute__ ((section (".bss"))).
22989
22990         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22991         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22992
22993         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22994
22995         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22996         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22997
22998         * resolv/res_mkquery.c: Include <sys/time.h>.
22999
23000         * inet/ifreq.c: Moved to ...
23001         * sysdeps/unix/ifreq.c: ... here.
23002         * inet/ifreq.c: New file, true stub version.
23003
23004         * socket/sa_len.c: New file.
23005         * socket/Makefile (aux): Add it.
23006         * sysdeps/unix/sysv/linux/Makefile
23007         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
23008         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
23009         and #include <socket/sa_len.c>.
23010         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
23011         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
23012
23013         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
23014         * bits/socket.h: ... here.
23015
23016         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
23017         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
23018         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
23019
23020 2013-08-27  Andreas Schwab  <schwab@suse.de>
23021
23022         [BZ #15736]
23023         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
23024         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
23025         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
23026         * string/test-strcasecmp.c (test_main): Run tests in several
23027         locales.
23028         * string/test-strncasecmp.c (test_main): Likewise.
23029
23030         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
23031         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
23032         to __strcasecmp_nonascii and __strncasecmp_nonascii.
23033         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
23034         (__strncasecmp_ssse3) [PIC]: Likewise.
23035
23036 2013-08-26  Roland McGrath  <roland@hack.frob.com>
23037
23038         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
23039
23040         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
23041         instead of explicitly declaring xdecrypt.
23042         * nis/nss_nis/nis-publickey.c: Likewise.
23043
23044 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23045
23046         [BZ #15890]
23047         * nscd/aicache.c: Include res_hconf.h.
23048         (addhstaiX): Initialize res_hconf.
23049
23050 2013-08-26  Andreas Schwab  <schwab@suse.de>
23051
23052         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
23053         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
23054
23055 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23056
23057         * nscd/aicache.c (addhstaiX): Fix indentation.
23058
23059 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
23060
23061         * configure.ac: Quote $build_pt_chown test.
23062         * configure: Regenerated.
23063
23064 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
23065
23066         [BZ #15532]
23067         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
23068         * math/s_cexpf.c (__cexpf): Likewise.
23069         * math/s_cexpl.c (__cexpl): Likewise.
23070         * math/libm-test.inc (cexp_test_data): Correct expected return
23071         value for NaN + i0.  Add another test.
23072
23073 2013-08-22  David S. Miller  <davem@davemloft.net>
23074
23075         * po/ca.po: Update Catalan translation from translation project.
23076         * po/uk.po: Add Ukrainian translations from translation project.
23077
23078 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
23079
23080         [BZ #15797]
23081         * math/s_fdim.c (__fdim): Check for infinite arguments if result
23082         is infinite, not alongside NaN test.
23083         * math/s_fdimf.c (__fdimf): Likewise.
23084         * math/s_fdiml.c (__fdiml): Likewise.
23085         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
23086         errno is unchanged.
23087
23088 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
23089
23090         * argp/argp-help.c: Fix typos.
23091         * crypt/speeds.c: Likewise.
23092         * csu/check_fds.c: Likewise.
23093         * elf/dl-load.c: Likewise.
23094         * elf/dl-open.c: Likewise.
23095         * elf/reldep3.c: Likewise.
23096         * elf/reldep.c: Likewise.
23097         * elf/sprof.c: Likewise.
23098         * iconv/iconv_charmap.c: Likewise.
23099         * iconv/skeleton.c: Likewise.
23100         * iconv/strtab.c: Likewise.
23101         * io/lockf64.c: Likewise.
23102         * libio/libioP.h: Likewise.
23103         * resolv/gai_notify.c: Likewise.
23104         * resolv/ns_name.c: Likewise.
23105         * resolv/ns_samedomain.c: Likewise.
23106         * resolv/res_send.c: Likewise.
23107         * stdlib/random.c: Likewise.
23108         * sunrpc/rpc/xdr.h: Likewise.
23109         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
23110         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
23111         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
23112         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
23113         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
23114         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
23115         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
23116         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
23117         * sysdeps/mach/hurd/check_fds.c: Likewise.
23118         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
23119         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23120         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23121         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
23122         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23123         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
23124         * sysdeps/pthread/aio_notify.c: Likewise.
23125         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
23126         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
23127         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
23128         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
23129         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23130
23131 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23132
23133         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
23134         version if bit_Slow_SSE4_2 is set.
23135         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
23136         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
23137
23138 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23139
23140         [BZ #15867]
23141         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
23142         trampoline stack frame information.
23143         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
23144         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
23145         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
23146         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
23147         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
23148         * sysdeps/unix/sysv/linux/powerpc/init-first.c
23149         (_libc_vdso_platform_setup): Initialize the signal trampolines.
23150         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
23151         sa_flags value.
23152         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
23153         interrupting a syscall and set with option SA_SIGINFO.
23154
23155 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
23156
23157         [BZ #15531]
23158         * math/s_cproj.c (__cproj): Only return an infinity if one part of
23159         argument is infinite.
23160         * math/s_cprojf.c (__cprojf): Likewise.
23161         * math/s_cprojl.c (__cprojl): Likewise.
23162         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
23163         * math/libm-test.inc (cproj_test_data): Add more tests.
23164
23165         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
23166
23167         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
23168         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
23169         size.  Use __ffs to determine corresponding shift.
23170
23171 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
23172             Roland McGrath  <roland@hack.frob.com>
23173
23174         * Makefile (INSTALL): Remove trailing blank lines from output of
23175         makeinfo.
23176
23177 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23178
23179         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
23180         Align 32 bit compat elf_greg to 8 bytes.
23181
23182 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
23183
23184         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
23185
23186 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23187
23188         * string/strcoll_l.c (coll_seq): New structure.
23189         (get_next_seq_cached): New function.
23190         (get_next_seq): New function.
23191         (do_compare): New function.
23192         (STRCOLL): Use GNU style definition.  Simplify implementation
23193         by using get_next_seq, get_next_seq_cached and do_compare.
23194
23195 2013-08-16  Florian Weimer  <fweimer@redhat.com>
23196
23197         [BZ #14699]
23198         CVE-2013-4237
23199         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
23200         member.
23201         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
23202         member.
23203         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
23204         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
23205         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
23206         conditional.
23207         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
23208         GETDENTS_64BIT_ALIGNED.
23209         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
23210         * manual/filesys.texi (Reading/Closing Directory): Document
23211         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
23212         strongly.
23213         * manual/conf.texi (Limits for Files): Add portability note to
23214         NAME_MAX, PATH_MAX.
23215         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
23216
23217 2013-08-13  Andreas Schwab  <schwab@suse.de>
23218
23219         [BZ #15749]
23220         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
23221         of fabs.
23222         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
23223         LDBL_MAX_EXP >= 16384]: Add tests for it.
23224
23225 2013-08-12  David S. Miller  <davem@davemloft.net>
23226
23227         * version.h (RELEASE): Set to "development".
23228         (VERSION): Set to "2.18.90".
23229         * NEWS: Add 2.19 section.
23230
23231 2013-08-03  David S. Miller  <davem@davemloft.net>
23232
23233         * po/ko.po: Update Korean translation from translation project.
23234
23235 2013-08-01  David S. Miller  <davem@davemloft.net>
23236
23237         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
23238         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
23239         Bilka.
23240
23241 2013-07-30  David S. Miller  <davem@davemloft.net>
23242
23243         * po/fr.po: Update French translation from translation project.
23244
23245 2013-07-28  David S. Miller  <davem@davemloft.net>
23246
23247         * po/cs.po: Update Czech translation from translation project.
23248
23249         * po/sv.po: Update Swedish translation from translation project.
23250
23251 2013-07-27  David S. Miller  <davem@davemloft.net>
23252
23253         * po/eo.po: Update Esperanto translation from translation project.
23254
23255         * po/vi.po: Update Vietnamese translation from translation project.
23256
23257         * po/de.po: Update German translation from translation project.
23258
23259 2013-07-26  David S. Miller  <davem@davemloft.net>
23260
23261         * po/bg.po: Update Bulgarian translation from translation project.
23262
23263         * po/nl.po: Update Dutch translation from translation project.
23264         * po/pl.po: Update Polish translation from translation project.
23265         * po/ru.po: Update Russian translation from translation project.
23266
23267 2013-07-24  David S. Miller  <davem@davemloft.net>
23268
23269         * po/libc.pot: Update.
23270
23271 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23272
23273         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
23274         variable page size.
23275         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
23276         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
23277         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
23278
23279 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23280
23281         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
23282
23283 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23284             Andreas Schwab  <schwab@suse.de>
23285             Roland McGrath  <roland@hack.frob.com>
23286             Joseph Myers  <joseph@codesourcery.com>
23287             Carlos O'Donell  <carlos@redhat.com>
23288
23289         [BZ #15755]
23290         * config.h.in: Define HAVE_PT_CHOWN.
23291         * config.make.in (build-pt-chown): New variable.
23292         * configure.in (--enable-pt_chown): New configure option.
23293         * configure: Regenerate.
23294         * login/Makefile: Include Makeconfig.  Build pt_chown only if
23295         build-pt-chown is enabled.
23296         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
23297         pt_chown to fix pty ownership.
23298         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
23299         CLOSE_ALL_FDS.
23300         * manual/install.texi (Configuring and compiling): Mention
23301         --enable-pt_chown. Add @findex for grantpt.
23302         * INSTALL: Regenerate.
23303
23304 2013-07-20  David S. Miller  <davem@davemloft.net>
23305
23306         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
23307         difference between 32-bit and 64-bit.
23308
23309 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
23310
23311         [BZ #15711]
23312         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
23313         Avoid system header dependency with -ffreestanding.
23314         ($(objpfx)bits/syscall%d): Likewise.
23315
23316 2013-07-13  David S. Miller  <davem@davemloft.net>
23317
23318         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
23319         underflows from atanl/atan2l due to bug 15319.
23320         (casinh_test_data): Likewise.
23321
23322 2013-07-07  David S. Miller  <davem@davemloft.net>
23323
23324         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
23325
23326 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
23327
23328         * sysdeps/i386/fpu/libm-test-ulps: Update.
23329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23330
23331 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23332
23333         * configure.in (--enable-lock-elision): Fix message text.
23334         * INSTALL: Regenerate.
23335         * configure: Regenerate.
23336
23337 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23338
23339         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23340
23341 2013-07-03  Andreas Jaeger  <aj@suse.de>
23342
23343         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
23344         define.
23345         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
23346         (ptrace_peeksiginfo_args): Add.
23347         (__ptrace_peeksiginfo_flags): Add.
23348         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
23349         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
23350         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
23351
23352 2013-07-03  Allan McRae  <allan@archlinux.org>
23353
23354         * sysdeps/i386/fpu/libm-test-ulps: Update.
23355
23356 2013-07-02  David S. Miller  <davem@davemloft.net>
23357
23358         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23359
23360 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
23361
23362         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23363
23364 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
23365
23366         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
23367         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23368
23369 2013-07-02  Andi Kleen <ak@linux.intel.com>
23370
23371         * config.h.in (ENABLE_LOCK_ELISION): Add.
23372         * configure.in (--enable-lock-elision): Add option.
23373         * manual/install.texi: Document --enable lock elision.
23374         * configure: Regenerate
23375         * INSTALL: Regenerate.
23376
23377 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
23378
23379         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
23380         SSE4.2 strcasecmp for libc.a.
23381         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
23382
23383 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
23384
23385         [BZ #13304]
23386         * soft-fp/op-common.h (_FP_FMA): New macro.
23387         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
23388         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
23389         (_FP_MUL_MEAT_1_imm): ... here.
23390         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
23391         (_FP_MUL_MEAT_1_wide): ... here.
23392         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
23393         (_FP_MUL_MEAT_1_hard): ... here.
23394         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
23395         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
23396         (_FP_MUL_MEAT_2_wide): ... here.
23397         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
23398         (_FP_MUL_MEAT_2_wide_3mul): ... here.
23399         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
23400         (_FP_MUL_MEAT_2_gmp): ... here.
23401         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
23402         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
23403         (_FP_MUL_MEAT_4_wide): ... here.
23404         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
23405         (_FP_MUL_MEAT_4_gmp): ... here.
23406         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
23407         (_FP_WFRACBITS_DW_S): Likewise.
23408         (_FP_WFRACXBITS_DW_S): Likewise.
23409         (_FP_HIGHBIT_DW_S): Likewise.
23410         (FP_FMA_S): Likewise.
23411         (_FP_FRAC_HIGH_DW_S): Likewise.
23412         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
23413         (_FP_WFRACBITS_DW_D): Likewise.
23414         (_FP_WFRACXBITS_DW_D): Likewise.
23415         (_FP_HIGHBIT_DW_D): Likewise.
23416         (FP_FMA_D): Likewise.
23417         (_FP_FRAC_HIGH_DW_D): Likewise.
23418         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
23419         (_FP_WFRACBITS_DW_E): Likewise.
23420         (_FP_WFRACXBITS_DW_E): Likewise.
23421         (_FP_HIGHBIT_DW_E): Likewise.
23422         (FP_FMA_E): Likewise.
23423         (_FP_FRAC_HIGH_DW_E): Likewise.
23424         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
23425         (_FP_WFRACBITS_DW_Q): Likewise.
23426         (_FP_WFRACXBITS_DW_Q): Likewise.
23427         (_FP_HIGHBIT_DW_Q): Likewise.
23428         (FP_FMA_Q): Likewise.
23429         (_FP_FRAC_HIGH_DW_Q): Likewise.
23430         * soft-fp/fmasf4.c: New file.
23431         * soft-fp/fmadf4.c: Likewise.
23432         * soft-fp/fmatf4.c: Likewise.
23433
23434 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23435
23436         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
23437         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
23438         Silvermont.
23439         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
23440         macro.
23441         (index_Slow_SSE4_2): Likewise.
23442         (index_Prefer_PMINUB_for_stringop): Likewise.
23443         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
23444         bit_Slow_SSE4_2 is set.
23445         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
23446         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23447
23448 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23449
23450         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
23451         rtld_global._dl_hwcap2.
23452         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
23453         POWER8.
23454         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
23455         POWER8 feature descriptions defined in _dl_hwcap2.
23456         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
23457         string handling for POWER8 feature bits.
23458         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
23459         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
23460         _dl_powerpc_cap_flags.
23461         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
23462         * sysdeps/powerpc/rtld-global-offsets.sym
23463         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
23464         _dl_hwcap2 in the rtld_global_ro structure.
23465
23466 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23467
23468         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
23469         hardware capabilities in support of AT_HWCAP2.
23470         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
23471         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
23472         GLRO(dl_hwcap2).
23473         (_dl_show_auxv): Add support for calling _dl_procinfo to display
23474         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
23475         explicitly the unknown a_type display mechanism is used.
23476         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
23477         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
23478         struct member.
23479         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
23480         to macro prototype for AT_HWCAP2 support.
23481         * sysdeps/i386/dl-procinfo.h: Likewise.
23482         * sysdeps/s390/dl-procinfo.h: Likewise.
23483         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
23484         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
23485         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
23486         return -1 for unknown a_type display fallback.
23487         * sysdeps/sparc/dl-procinfo.h: Likewise.
23488         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
23489         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
23490
23491 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
23492
23493         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
23494         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
23495
23496 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
23497
23498         [BZ #12492]
23499         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
23500         mprotect making __stack_prot writable.
23501
23502 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
23503             Joseph Myers  <joseph@codesourcery.com>
23504
23505         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
23506         as being properly aligned.
23507
23508 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
23509
23510         * dlfcn/modstatic5.c: New file.
23511         * dlfcn/tststatic5.c: New file.
23512         * dlfcn/Makefile (tests): Add tststatic5.
23513         (tests-static): Likewise.
23514         (modules-names): Add modstatic5.
23515         (tststatic5-ENV): New variable.
23516         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
23517
23518         [BZ #15022]
23519         * elf/dl-support.c (_dl_main_map): New variable.
23520         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
23521         (_dl_nns, _dl_load_adds): Set to 1.
23522         (_dl_initial_searchlist): Refer to _dl_main_map.
23523         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
23524         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
23525         call to _dl_get_origin.
23526         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
23527         around call_map.
23528         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
23529         * dlfcn/modstatic3.c: New file.
23530         * dlfcn/tststatic3.c: New file.
23531         * dlfcn/tststatic4.c: New file.
23532         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
23533         (tests-static): Likewise.
23534         (modules-names): Add modstatic3.
23535         (tststatic3-ENV, tststatic4-ENV): New variables.
23536         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
23537         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
23538
23539 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
23540
23541         * configure.in (CC): Require GCC version 4.4 or later.
23542         * configure: Regenerated.
23543         * manual/install.texi (Tools for Compilation): Update GCC version
23544         requirement.
23545         * INSTALL: Regenerated.
23546
23547 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23548
23549         [BZ #15674]
23550         * string/test-memcmp.c (check2): New.
23551         (main): Call check2.
23552
23553         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
23554
23555 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
23556
23557         [BZ #15022]
23558         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
23559         over to...
23560         (dl_open_worker) [!SHARED]: ... here.
23561
23562 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23563
23564         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
23565
23566 2013-06-25  Richard Henderson  <rth@redhat.com>
23567
23568         * locale/programs/locarchive.c: Include <libc-internal.h>
23569
23570 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
23571
23572         * manual/texinfo.tex: Update to version 2013-06-21.17, with
23573         trailing whitespace removed.
23574
23575 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
23576
23577         [BZ #10283]
23578         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
23579         * locale/programs/locarchive.c: Include libc-mmap.h.
23580         (prepare_address_space): Take two new outputs (the mmap base and len).
23581         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
23582         values.
23583         (create_archive): Declare new mmap base and len values for
23584         prepare_address_space, and store the result in ah.
23585         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
23586         (enlarge_archive): If ah->mmap_base is not NULL, use that and
23587         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
23588         Declare new mmap base and len values for
23589         prepare_address_space, and store the result in new_ah.
23590         (open_archive): Declare new mmap base and len values for
23591         prepare_address_space, and store the result in ah.
23592         (close_archive): If ah->mmap_base is not NULL, use that and
23593         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
23594         * sysdeps/generic/libc-mmap.h: New file.
23595
23596 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
23597
23598         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
23599         (ALIGN_UP): Likewise.
23600         (PTR_ALIGN_DOWN): Likewise.
23601         (PTR_ALIGN_UP): Likewise.
23602
23603 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23604
23605         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
23606         entry mapped to PPC_PLATFORM_POWER8.
23607         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
23608         POWER8.
23609         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
23610         (_dl_string_platform): Add case for exporting platform position for
23611         POWER8.
23612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
23613         search path to sysdeps/powerpc/powerpc32/power8 directory.
23614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
23615         search path to sysdeps/powerpc/powerpc64/power8 directory.
23616         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
23617         power7 directories.
23618         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
23619         power7 directories.
23620
23621 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23622
23623         * INSTALL: Regenerate.
23624
23625         * nscd/connections.c (nscd_init): Fix comment.
23626
23627 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
23628
23629         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
23630
23631         [BZ #15667]
23632         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
23633         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
23634
23635 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
23636
23637         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
23638         DL_DST_REQ_STATIC.
23639         (DL_DST_REQ_STATIC): Remove macro.
23640
23641 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
23642
23643         [BZ #7006]
23644         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
23645         with a shift of 0 bits.
23646
23647 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
23648
23649         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
23650         $(tststatic-ENV).
23651
23652 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23653
23654         [BZ #15655]
23655         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
23656
23657 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23658
23659         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
23660         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
23661         accepts -fno-tree-loop-distribute-patterns.
23662         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
23663         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
23664         recursive call.
23665         * string/memset.c (memset): Likewise.
23666         * string/test-memmove.c (simple_memmove): Disable loop transformation
23667         to library calls.
23668         * string/test-memset.c (simple_memset): Likewise.
23669         * benchtests/bench-memmove.c (simple_memmove): Likewise.
23670         * benchtests/bench-memset.c (simple_memset): Likewise.
23671         * configure: Regenerated.
23672
23673 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
23674
23675         * math/test-misc.c (main): Ignore fesetround failure when failures
23676         of subsequent rounding tests would be ignored.
23677
23678         [BZ #15654]
23679         * math/fedisblxcpt.c (fedisableexcept): Return 0.
23680         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
23681         * math/fegetenv.c (__fegetenv): Return 0.
23682         * math/fegetexcept.c (fegetexcept): Return 0.
23683         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
23684         FE_TONEAREST.
23685         * math/feholdexcpt.c (feholdexcept): Return 0.
23686         * math/fesetenv.c (__fesetenv): Return 0.
23687         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
23688         argument FE_TONEAREST.
23689         * math/feupdateenv.c (__feupdateenv): Return 0.
23690         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
23691
23692 2013-06-18  Roland McGrath  <roland@hack.frob.com>
23693
23694         * elf/rtld-Rules (rtld-compile-command.S): New variable.
23695         (rtld-compile-command.s, rtld-compile-command.c): New variables.
23696         ($(objpfx)rtld-%.os rules): Use them.
23697
23698 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23699
23700         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
23701         fields.
23702
23703 2013-06-17  Roland McGrath  <roland@hack.frob.com>
23704
23705         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
23706         length of target pattern, then descending length of dependency pattern.
23707         * configure.in (AWK): Require gawk 3.1.2 or newer.
23708         * manual/install.texi (Tools for Compilation): Say that we do.
23709         * configure: Regenerated.
23710
23711         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
23712         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
23713         * scripts/sysd-rules.awk: ... this new script.
23714         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
23715         than a glob-style pattern.
23716
23717 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
23718
23719         * math/test-misc.c (main): Do not treat incorrectly rounded
23720         conversions as failure unless ROUNDING_TESTS passes.
23721
23722 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
23723
23724         [BZ #15631]
23725         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
23726         restore exception state around main square root computation, then
23727         check for inexactness explicitly.
23728
23729         * math/libm-test.inc (fma_test_data): Add another test.
23730
23731 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23732
23733         * manual/threads.texi (Non-POSIX Extensions): New document
23734         node.  Document pthread_getattr_default_np and
23735         pthread_setattr_default_np.
23736
23737         * Versions.def (libpthread): Add GLIBC_2.18.
23738         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
23739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
23740         Likewise.
23741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
23742         Likewise.
23743         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
23744         Likewise.
23745         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
23746         Likewise.
23747         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
23748         Likewise.
23749         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
23750         Likewise.
23751         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
23752         Likewise.
23753         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
23754         Likewise.
23755         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
23756         Likewise.
23757
23758 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23759
23760         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23761         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
23762
23763 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23764             H.J. Lu  <hjl.tools@gmail.com>
23765
23766         [BZ #15627]
23767         * sysdeps/x86_64/rtld-memset.c: Remove file.
23768         * sysdeps/x86_64/rtld-memset.S: New file.
23769
23770 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
23771
23772         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
23773         (test_in_one_mode): Take arguments for whether the rounding mode
23774         is supported for each floating-point type.
23775         (do_test): Pass new arguments to test_in_one_mode using
23776         ROUNDING_TESTS.
23777
23778 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23779
23780         * posix/tst-waitid.c (do_test): Distinguish different instances of
23781         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
23782         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
23783         before entering the kernel for waitpid.
23784
23785 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23786
23787         * NEWS: Fix note on clock function precision.  Text by Roland
23788         McGrath.
23789
23790 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23791
23792         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
23793         it into place only when and if the sanity check passes.
23794
23795 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
23796
23797         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23798         output for whether conversion result is exact.  Take argument
23799         indicating whether type is IBM long double.
23800         (round_for_all): Change need_exact field to ibm_ld.
23801         * stdlib/tst-strtod-round.c (struct exactness): New type.
23802         (struct test): Change bool ld_ok field to struct exactness exact.
23803         (TEST): Update all definitions for change to field.
23804         (tests): Regenerate array contents.
23805         (test_in_one_mode): Take pointer to new field instead of old ld_ok
23806         field value.  Check for IBM long double here.
23807         (do_test): Update calls to test_in_one_mode.
23808
23809 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23810
23811         [BZ #12515]
23812         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23813         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23814
23815 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23816
23817         [BZ #15605]
23818         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23819         generated by the compiler on loop optimizations.
23820         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23821         general definitions.
23822
23823 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
23824
23825         * math/bug-nextafter.c: Include <math-tests.h>.
23826         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23827         the relevant type.
23828         * math/bug-nexttoward.c: Include <math-tests.h>.
23829         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23830         the relevant type.
23831         * math/test-misc.c: Include <math-tests.h>.
23832         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23833         the relevant type.
23834
23835 2013-06-12  Andreas Jaeger  <aj@suse.de>
23836
23837         * po/ia.po: Update Interlingua translation from translation
23838         project.
23839
23840 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23841
23842         * include/fenv.h: Include stdbool.h.
23843         (struct rm_ctx): New structure.
23844         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23845         Define macro.
23846         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23847         (SET_RESTORE_ROUNDF): Likewise.
23848         (SET_RESTORE_ROUNDL): Likewise.
23849         (SET_RESTORE_ROUND_NOEX): Likewise.
23850         (SET_RESTORE_ROUND_NOEXF): Likewise.
23851         (SET_RESTORE_ROUND_NOEXL): Likewise.
23852         (SET_RESTORE_ROUND_53BIT): Likewise.
23853         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23854         (libc_feresetround_noexf_ctx): Likewise.
23855         (libc_feresetround_noexl_ctx): Likewise.
23856         (libc_feholdsetround_53bit_ctx): Likewise.
23857         (libc_feresetround_53bit_ctx): Likewise.
23858         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23859         (libc_feholdexcept_setround_sse_ctx): New function.
23860         (libc_fesetenv_sse_ctx): Likewise.
23861         (libc_feupdateenv_sse_ctx): Likewise.
23862         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23863         (libc_feholdexcept_setround_387_ctx): Likewise.
23864         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23865         (libc_feholdsetround_387_prec_ctx): Likewise.
23866         (libc_feholdsetround_387_ctx): Likewise.
23867         (libc_feholdsetround_387_53bit_ctx): Likewise.
23868         (libc_feholdsetround_sse_ctx): Likewise.
23869         (libc_feresetround_sse_ctx): Likewise.
23870         (libc_feresetround_387_ctx): Likewise.
23871         (libc_feupdateenv_387_ctx): Likewise.
23872         (libc_feholdexcept_setroundf_ctx): Define macro.
23873         (libc_fesetenvf_ctx): Likewise.
23874         (libc_feupdateenvf_ctx): Likewise.
23875         (libc_feholdsetroundf_ctx): Likewise.
23876         (libc_feresetroundf_ctx): Likewise.
23877         (libc_feholdexcept_setround_ctx): Likewise.
23878         (libc_fesetenv_ctx): Likewise.
23879         (libc_feupdateenv_ctx): Likewise.
23880         (libc_feholdsetround_ctx): Likewise.
23881         (libc_feresetround_ctx): Likewise.
23882         (libc_feholdexcept_setroundl_ctx): Likewise.
23883         (libc_feupdateenvl_ctx): Likewise.
23884         (libc_feholdsetroundl_ctx): Likewise.
23885         (libc_feresetroundl_ctx): Likewise.
23886         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23887         (libc_feresetround_53bit_ctx): Likewise.
23888
23889 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23890
23891         * locale/iso-639.def: Convert to UTF-8.
23892
23893 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23894
23895         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23896         (EXCEPTION_TESTS_double): Likewise.
23897         (EXCEPTION_TESTS_long_double): Likewise.
23898         (EXCEPTION_TESTS): Likewise.
23899         * math/libm-test.inc (test_exceptions): Only test exceptions if
23900         EXCEPTION_TESTS (FLOAT).
23901
23902 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23903
23904         * benchtests/Makefile (string-bench): Add strcpy_chk and
23905         stpcpy_chk.
23906         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23907         * benchtests/bench-stpcpy_chk.c: New file.
23908         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23909         * benchtests/bench-strcpy_chk.c: New file.
23910         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23911         code.
23912         (do_test): Likewise.
23913
23914 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23915
23916         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23917         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23918         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23919         with tabs where appropriate.
23920         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23921         dl-procinfo.h.
23922         [PPC_PLATFORM_PPC440]: Likewise.
23923         [PPC_PLATFORM_PPC464]: Likewise.
23924         [PPC_PLATFORM_PPC476]: Likewise.
23925         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23926         ppc464, and ppc476 platform strings merging from ports/
23927         dl-procinfo.h.
23928
23929 2013-06-11  Andreas Schwab  <schwab@suse.de>
23930
23931         [BZ #14991]
23932         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23933         (from_ucs4_idx): Regenerate.
23934         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23935         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23936         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23937         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23938         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23939         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23940         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23941         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23942         from FROM_LOOP and TO_LOOP specific macros.
23943         (BODY): Handle combining characters.
23944         * iconvdata/BIG5HKSCS.irreversible: Update.
23945         * iconvdata/BIG5HKSCS.precomposed: New file.
23946         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23947         characters.
23948         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23949
23950 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23951
23952         * include/sys/time.h: Fix indentation and add copyright header.
23953
23954         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23955         (do_test): Likewise.
23956         * string/test-memchr.c (do_one_test): Likewise.
23957         (do_test): Likewise.
23958         * string/test-memcmp.c (do_one_test): Likewise.
23959         (do_test): Likewise.
23960         * string/test-memcpy.c (do_one_test): Likewise.
23961         (do_test): Likewise.
23962         * string/test-memmem.c (do_one_test): Likewise.
23963         (do_test): Likewise.
23964         (do_random_tests): Likewise.
23965         * string/test-memmove.c (do_one_test): Likewise.
23966         (do_test): Likewise.
23967         * string/test-memset.c (do_one_test): Likewise.
23968         (do_test): Likewise.
23969         * string/test-rawmemchr.c (do_one_test): Likewise.
23970         (do_test): Likewise.
23971         * string/test-strcasecmp.c (do_one_test): Likewise.
23972         (do_test): Likewise.
23973         * string/test-strcasestr.c (do_one_test): Likewise.
23974         (do_test): Likewise.
23975         * string/test-strcat.c (do_one_test): Likewise.
23976         (do_test): Likewise.
23977         * string/test-strchr.c (do_one_test): Likewise.
23978         (do_test): Likewise.
23979         * string/test-strcmp.c (do_one_test): Likewise.
23980         (do_test): Likewise.
23981         * string/test-strcpy.c (do_one_test): Likewise.
23982         (do_test): Likewise.
23983         * string/test-string.h: Likewise.
23984         (test_init): Likewise.
23985         * string/test-strlen.c (do_one_test): Likewise.
23986         (do_test): Likewise.
23987         * string/test-strncasecmp.c (do_one_test): Likewise.
23988         (do_test): Likewise.
23989         * string/test-strncat.c (do_one_test): Likewise.
23990         (do_test): Likewise.
23991         * string/test-strncmp.c (do_one_test): Likewise.
23992         (do_test_limit): Likewise.
23993         (do_test): Likewise.
23994         * string/test-strncpy.c (do_one_test): Likewise.
23995         (do_test): Likewise.
23996         * string/test-strnlen.c (do_one_test): Likewise.
23997         (do_test): Likewise.
23998         * string/test-strpbrk.c (do_one_test): Likewise.
23999         (do_test): Likewise.
24000         * string/test-strrchr.c (do_one_test): Likewise.
24001         (do_test): Likewise.
24002         * string/test-strspn.c (do_one_test): Likewise.
24003         (do_test): Likewise.
24004         * string/test-strstr.c (do_one_test): Likewise.
24005         (do_test): Likewise.
24006
24007         * benchtests/Makefile (string-bench): Add string benchmarks.
24008         * benchtests/bench-bcopy-ifunc.c: New file.
24009         * benchtests/bench-bcopy.c: New file.
24010         * benchtests/bench-bzero-ifunc.c: New file.
24011         * benchtests/bench-bzero.c: New file.
24012         * benchtests/bench-memccpy-ifunc.c: New file.
24013         * benchtests/bench-memccpy.c: New file.
24014         * benchtests/bench-memchr-ifunc.c: New file.
24015         * benchtests/bench-memchr.c: New file.
24016         * benchtests/bench-memcmp-ifunc.c: New file.
24017         * benchtests/bench-memcmp.c: New file.
24018         * benchtests/bench-memmem-ifunc.c: New file.
24019         * benchtests/bench-memmem.c: New file.
24020         * benchtests/bench-memmove-ifunc.c: New file.
24021         * benchtests/bench-memmove.c: New file.
24022         * benchtests/bench-mempcpy-ifunc.c: New file.
24023         * benchtests/bench-mempcpy.c: New file.
24024         * benchtests/bench-memset-ifunc.c: New file.
24025         * benchtests/bench-memset.c: New file.
24026         * benchtests/bench-rawmemchr-ifunc.c: New file.
24027         * benchtests/bench-rawmemchr.c: New file.
24028         * benchtests/bench-stpcpy-ifunc.c: New file.
24029         * benchtests/bench-stpcpy.c: New file.
24030         * benchtests/bench-stpncpy-ifunc.c: New file.
24031         * benchtests/bench-stpncpy.c: New file.
24032         * benchtests/bench-strcasecmp-ifunc.c: New file.
24033         * benchtests/bench-strcasecmp.c: New file.
24034         * benchtests/bench-strcasestr-ifunc.c: New file.
24035         * benchtests/bench-strcasestr.c: New file.
24036         * benchtests/bench-strcat-ifunc.c: New file.
24037         * benchtests/bench-strcat.c: New file.
24038         * benchtests/bench-strchr-ifunc.c: New file.
24039         * benchtests/bench-strchr.c: New file.
24040         * benchtests/bench-strchrnul-ifunc.c: New file.
24041         * benchtests/bench-strchrnul.c: New file.
24042         * benchtests/bench-strcmp-ifunc.c: New file.
24043         * benchtests/bench-strcmp.c: New file.
24044         * benchtests/bench-strcpy-ifunc.c: New file.
24045         * benchtests/bench-strcpy.c: New file.
24046         * benchtests/bench-strcspn-ifunc.c: New file.
24047         * benchtests/bench-strcspn.c: New file.
24048         * benchtests/bench-strlen-ifunc.c: New file.
24049         * benchtests/bench-strlen.c: New file.
24050         * benchtests/bench-strncasecmp-ifunc.c: New file.
24051         * benchtests/bench-strncasecmp.c: New file.
24052         * benchtests/bench-strncat-ifunc.c: New file.
24053         * benchtests/bench-strncat.c: New file.
24054         * benchtests/bench-strncmp-ifunc.c: New file.
24055         * benchtests/bench-strncmp.c: New file.
24056         * benchtests/bench-strncpy-ifunc.c: New file.
24057         * benchtests/bench-strncpy.c: New file.
24058         * benchtests/bench-strnlen-ifunc.c: New file.
24059         * benchtests/bench-strnlen.c: New file.
24060         * benchtests/bench-strpbrk-ifunc.c: New file.
24061         * benchtests/bench-strpbrk.c: New file.
24062         * benchtests/bench-strrchr-ifunc.c: New file.
24063         * benchtests/bench-strrchr.c: New file.
24064         * benchtests/bench-strspn-ifunc.c: New file.
24065         * benchtests/bench-strspn.c: New file.
24066         * benchtests/bench-strstr-ifunc.c: New file.
24067         * benchtests/bench-strstr.c: New file.
24068
24069         * benchtests/Makefile: Disable parallel execution of targets.
24070         (string-bench): Add memcpy.
24071         (benchset): New variable to store a list of benchmark sets.
24072         (bench-func): Renamed from bench.
24073         (bench-set): New target.
24074         (bench): Depend on bench-func and bench-set.
24075         * benchtests/README: Add section on benchmark sets.
24076         * benchtests/bench-memcpy-ifunc.c: New file.
24077         * benchtests/bench-memcpy.c: New file.
24078         * benchtests/bench-string.h: New file.
24079
24080 2013-06-11  Andreas Schwab  <schwab@suse.de>
24081
24082         [BZ #15577]
24083         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
24084         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
24085         values in the triple.
24086         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
24087         terminator in the group key.
24088
24089 2013-06-11  Andreas Jaeger  <aj@suse.de>
24090
24091         * po/zh_TW.po: Update Chinese (traditional) translation from
24092         translation project.
24093
24094 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24095
24096         * include/time.h (__clock_gettime): Add libc_hidden_proto.
24097         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
24098         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
24099         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
24100         (clock_getcpuclockid): Likewise.
24101         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
24102         Add weak_alias and libc_hidden_def.
24103         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
24104         * rt/clock_gettime.c (clock_gettime): Rename to
24105         __clock_gettime.  Add weak_alias and libc_hidden_def.
24106         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
24107         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
24108         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
24109         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
24110         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
24111         Likewise.
24112         * rt/clock_settime.c (clock_settime): Rename to
24113         __clock_settime.  Add weak_alias and libc_hidden_def.
24114         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
24115
24116 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
24117
24118         * mach/err_boot.sub: Remove trailing whitespace.
24119         * mach/err_ipc.sub: Likewise.
24120         * mach/err_mach.sub: Likewise.
24121
24122         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
24123         (ROUNDING_TESTS_double): Likewise.
24124         (ROUNDING_TESTS_long_double): Likewise.
24125         (ROUNDING_TESTS): Likewise.
24126         * math/libm-test.inc: Include <math-tests.h>.
24127         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
24128         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
24129         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
24130         (IF_ROUND_INIT_FE_UPWARD): Likewise.
24131
24132 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
24133
24134         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
24135         of assigning.
24136
24137 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
24138
24139         * sysdeps/gnu/errlist.awk: Do not generate space at end of
24140         otherwise empty TRANS lines.
24141         * sysdeps/gnu/errlist.c: Regenerated.
24142
24143         * catgets/gencat.c (error_print): Use (void) in function
24144         definition.
24145         * crypt/crypt_util.c (__init_des): Likewise.
24146         * crypt/speeds.c (Stop): Likewise.
24147         (main): Likewise.
24148         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
24149         * inet/ruserpass.c (token): Likewise.
24150         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
24151         * intl/localealias.c (extend_alias_table): Likewise.
24152         * intl/plural-exp.c (init_germanic_plural): Likewise.
24153         * libio/fcloseall.c (__fcloseall): Likewise.
24154         * libio/genops.c (_IO_flush_all): Likewise.
24155         (_IO_flush_all_linebuffered): Likewise.
24156         (_IO_cleanup): Likewise.
24157         (_IO_iter_begin): Likewise.
24158         (_IO_iter_end): Likewise.
24159         (_IO_list_lock): Likewise.
24160         (_IO_list_unlock): Likewise.
24161         (_IO_list_resetlock): Likewise.
24162         * libio/getchar.c (getchar): Likewise.
24163         * libio/getchar_u.c (getchar_unlocked): Likewise.
24164         * libio/getwchar.c (getwchar): Likewise.
24165         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
24166         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
24167         * login/getpt.c (__getpt): Likewise.
24168         * login/tst-utmp.c (main): Likewise.
24169         * malloc/hooks.c (__malloc_check_init): Likewise.
24170         * malloc/malloc.c (__malloc_stats): Likewise.
24171         * malloc/mtrace.c (tr_break): Likewise.
24172         (mtrace): Likewise.
24173         (muntrace): Likewise.
24174         * misc/fstab.c (endfsent): Likewise.
24175         * misc/getclktck.c (__getclktck): Likewise.
24176         * misc/getdtsz.c (__getdtablesize): Likewise.
24177         * misc/gethostid.c (gethostid): Likewise.
24178         * misc/getpagesize.c (__getpagesize): Likewise.
24179         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
24180         (__get_nprocs): Likewise.
24181         (__get_phys_pages): Likewise.
24182         (__get_avphys_pages): Likewise.
24183         * misc/getttyent.c (getttyent): Likewise.
24184         (setttyent): Likewise.
24185         (endttyent): Likewise.
24186         * misc/getusershell.c (getusershell): Likewise.
24187         (endusershell): Likewise.
24188         (setusershell): Likewise.
24189         (initshells): Likewise.
24190         * misc/hsearch.c (__hdestroy): Likewise.
24191         * misc/sync.c (sync): Likewise.
24192         * misc/syslog.c (closelog_internal): Likewise.
24193         (closelog): Likewise.
24194         * misc/ttyslot.c (ttyslot): Likewise.
24195         * misc/vhangup.c (vhangup): Likewise.
24196         * posix/fork.c (__fork): Likewise.
24197         * posix/getegid.c (__getegid): Likewise.
24198         * posix/geteuid.c (__geteuid): Likewise.
24199         * posix/getgid.c (__getgid): Likewise.
24200         * posix/getpid.c (__getpid): Likewise.
24201         * posix/getppid.c (__getppid): Likewise.
24202         * posix/getuid.c (__getuid): Likewise.
24203         * posix/pause.c (pause): Likewise.
24204         * posix/setpgrp.c (setpgrp): Likewise.
24205         * posix/setsid.c (__setsid): Likewise.
24206         * posix/test-vfork.c (noop): Likewise.
24207         * resolv/gethnamaddr.c (_endhtent): Likewise.
24208         (_gethtent): Likewise.
24209         (ht_endhostent): Likewise.
24210         (gethostent): Likewise.
24211         (dns_service): Likewise.
24212         * stdlib/drand48.c (drand48): Likewise.
24213         * stdlib/lrand48.c (lrand48): Likewise.
24214         * stdlib/mrand48.c (mrand48): Likewise.
24215         * stdlib/rand.c (rand): Likewise.
24216         * stdlib/random.c (__random): Likewise.
24217         * stdlib/setenv.c (clearenv): Likewise.
24218         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
24219         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
24220         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
24221         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
24222         (__get_nprocs): Likewise.
24223         (__get_phys_pages): Likewise.
24224         (__get_avphys_pages): Likewise.
24225         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
24226         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
24227         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
24228         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
24229         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
24230         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
24231         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
24232         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
24233         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
24234         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
24235         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
24236         * sysdeps/mach/hurd/sync.c (sync): Likewise.
24237         * sysdeps/posix/clock.c (clock): Likewise.
24238         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
24239         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
24240         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
24241         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
24242         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
24243         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
24244         (__get_nprocs_conf): Likewise.
24245         (__get_phys_pages): Likewise.
24246         (__get_avphys_pages): Likewise.
24247         * time/clock.c (clock): Likewise.
24248         * time/tzset.c (__tzname_max): Likewise.
24249
24250 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
24251
24252         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
24253         (__bswap_32): Do not use "register".
24254         * crypt/crypt.c (_ufc_doit_r): Likewise.
24255         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
24256         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
24257         * gmon/gmon.c (__monstartup): Likewise.
24258         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
24259         * hurd/hurdmalloc.c (more_memory): Likewise.
24260         (malloc): Likewise.
24261         (free): Likewise.
24262         (realloc): Likewise.
24263         (malloc_fork_prepare): Likewise.
24264         (malloc_fork_parent): Likewise.
24265         (malloc_fork_child): Likewise.
24266         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
24267         (_svcauth_des): Likewise.
24268         * inet/inet_lnaof.c (inet_lnaof): Likewise.
24269         * inet/inet_net.c (inet_network): Likewise.
24270         * inet/inet_netof.c (inet_netof): Likewise.
24271         * inet/rcmd.c (__validuser2_sa): Likewise.
24272         * io/fts.c (fts_open): Likewise.
24273         (fts_load): Likewise.
24274         (fts_close): Likewise.
24275         (fts_read): Likewise.
24276         (fts_children): Likewise.
24277         (fts_build): Likewise.
24278         (fts_stat): Likewise.
24279         (fts_sort): Likewise.
24280         (fts_alloc): Likewise.
24281         (fts_lfree): Likewise.
24282         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
24283         (_IO_file_xsgetn): Likewise.
24284         (_IO_file_xsgetn_mmap): Likewise.
24285         * libio/iofopncook.c (_IO_cookie_read): Likewise.
24286         (_IO_cookie_write): Likewise.
24287         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
24288         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
24289         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
24290         * malloc/obstack.c (_obstack_begin): Likewise.
24291         (_obstack_begin_1): Likewise.
24292         (_obstack_newchunk): Likewise.
24293         (_obstack_allocated_p): Likewise.
24294         (obstack_free): Likewise.
24295         (_obstack_memory_used): Likewise.
24296         * misc/getttyent.c (getttynam): Likewise.
24297         (getttyent): Likewise.
24298         (skip): Likewise.
24299         (value): Likewise.
24300         * misc/getusershell.c (initshells): Likewise.
24301         * misc/syslog.c (__vsyslog_chk): Likewise.
24302         * misc/ttyslot.c (ttyslot): Likewise.
24303         * nis/nis_hash.c (__nis_hash): Likewise.
24304         * posix/fnmatch_loop.c (FCT): Likewise.
24305         * posix/getconf.c (print_all): Likewise.
24306         (main): Likewise.
24307         * posix/getopt.c (exchange): Likewise.
24308         * posix/glob.c (globfree): Likewise.
24309         (prefix_array): Likewise.
24310         (__glob_pattern_type): Likewise.
24311         * resolv/arpa/nameser.h (NS_GET16): Likewise.
24312         (NS_GET32): Likewise.
24313         (NS_PUT16): Likewise.
24314         (NS_PUT32): Likewise.
24315         * resolv/gethnamaddr.c (getanswer): Likewise.
24316         (gethostbyname2): Likewise.
24317         (gethostbyaddr): Likewise.
24318         (_gethtent): Likewise.
24319         (_gethtbyname2): Likewise.
24320         (_gethtbyaddr): Likewise.
24321         * resolv/ns_print.c (dst_s_get_int16): Likewise.
24322         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
24323         * resolv/res_init.c (__res_vinit): Likewise.
24324         (net_mask): Likewise.
24325         * resolv/res_mkquery.c (outchar): Likewise.
24326         (PRINT): Likewise.
24327         * stdio-common/printf_fp.c (outchar): Likewise.
24328         (PRINT): Likewise.
24329         * stdio-common/printf_fphex.c (outchar): Likewise.
24330         (PRINT): Likewise.
24331         * stdio-common/printf_size.c (outchar): Likewise.
24332         (PRINT): Likewise.
24333         * stdio-common/test_rdwr.c (main): Likewise.
24334         * stdio-common/tfformat.c (matches): Likewise.
24335         * stdio-common/vfprintf.c (outchar): Likewise.
24336         (printf_unknown): Likewise.
24337         (buffered_vfprintf): Likewise.
24338         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
24339         * stdio-common/xbug.c (AppendToBuffer): Likewise.
24340         (ReadFile): Likewise.
24341         * stdlib/qsort.c (SWAP): Likewise.
24342         (_quicksort): Likewise.
24343         * stdlib/setenv.c (__add_to_environ): Likewise.
24344         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
24345         * stdlib/strtol_l.c (__strtol_l): Likewise.
24346         * stdlib/tst-strtod.c (main): Likewise.
24347         * stdlib/tst-strtol.c (main): Likewise.
24348         * stdlib/tst-strtoll.c (main): Likewise.
24349         * string/bits/string2.h (__strcmp_cc): Likewise.
24350         (__strcmp_cg): Likewise.
24351         (__strcspn_c1): Likewise.
24352         (__strcspn_c2): Likewise.
24353         (__strcspn_c3): Likewise.
24354         (__strspn_c1): Likewise.
24355         (__strspn_c2): Likewise.
24356         (__strspn_c3): Likewise.
24357         (__strsep_1c): Likewise.
24358         (__strsep_2c): Likewise.
24359         (__strsep_3c): Likewise.
24360         * string/memccpy.c (__memccpy): Likewise.
24361         * string/stpcpy.c (__stpcpy): Likewise.
24362         * string/strcmp.c (strcmp): Likewise.
24363         * string/strrchr.c (strrchr): Likewise.
24364         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
24365         Likewise.
24366         * sysdeps/mach/hurd/getcwd.c
24367         (_hurd_canonicalize_directory_name_internal): Likewise.
24368         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
24369         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
24370         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
24371         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
24372         Likewise, in both definitions.
24373         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
24374         definitions.
24375         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
24376         64] (__bswap_64): Likewise.
24377         * time/test_time.c (main): Likewise.
24378         * time/tzfile.c (__tzfile_read): Likewise.
24379         (__tzfile_compute): Likewise.
24380         * time/tzset.c (__tzset_parse_tz): Likewise.
24381         (tzset_internal): Likewise.
24382         (compute_change): Likewise.
24383         * wcsmbs/wcscat.c (__wcscat): Likewise.
24384         * wcsmbs/wcschr.c (wcschr): Likewise.
24385         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
24386         * wcsmbs/wcscspn.c (wcscspn): Likewise.
24387         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
24388         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
24389         * wcsmbs/wcsspn.c (wcsspn): Likewise.
24390         * wcsmbs/wcsstr.c (wcsstr): Likewise.
24391         * wcsmbs/wmemchr.c (wmemchr): Likewise.
24392         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
24393         * wcsmbs/wmemset.c (wmemset): Likewise.
24394
24395 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
24396
24397         * scripts/config.guess: Update to version 2013-05-16.
24398         * scripts/config.sub: Update to version 2013-04-24.
24399         * scripts/install-sh: Update to version 2011-11-20.07.
24400         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
24401         * scripts/move-if-change: Update to version 2012-01-06 07:23.
24402
24403 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
24404
24405         * debug/fgetws_u_chk.c: Fix leading whitespaces.
24406         * elf/sln.c: Likewise.
24407         * hurd/hurd/ioctl.h: Likewise.
24408         * hurd/hurdmalloc.c: Likewise.
24409         * hurd/xattr.c: Likewise.
24410         * include/shlib-compat.h: Likewise.
24411         * inet/ruserpass.c: Likewise.
24412         * libio/iofgets_u.c: Likewise.
24413         * libio/iofgetws_u.c: Likewise.
24414         * locale/programs/ld-identification.c: Likewise.
24415         * locale/programs/ld-time.c: Likewise.
24416         * mach/msg-destroy.c: Likewise.
24417         * nss/nss_files/files-netgrp.c: Likewise.
24418         * resolv/res_data.c: Likewise.
24419         * soft-fp/op-1.h: Likewise.
24420         * soft-fp/op-2.h: Likewise.
24421         * soft-fp/op-4.h: Likewise.
24422         * soft-fp/op-common.h: Likewise.
24423         * stdio-common/printf_fphex.c: Likewise.
24424         * stdlib/strtod_l.c: Likewise.
24425         * sunrpc/rpc/clnt.h: Likewise.
24426         * sysdeps/generic/framestate.c: Likewise.
24427         * sysdeps/i386/bsd-_setjmp.S: Likewise.
24428         * sysdeps/i386/bsd-setjmp.S: Likewise.
24429         * sysdeps/i386/__longjmp.S: Likewise.
24430         * sysdeps/i386/setjmp.S: Likewise.
24431         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
24432         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
24433         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
24434         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24435         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24436         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
24437         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
24438         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
24439         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
24440         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
24441         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
24442         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
24443         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
24444         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
24445         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
24446         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
24447         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
24448         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
24449         * sysdeps/ieee754/support.c: Likewise.
24450         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
24451         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
24452         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
24453         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
24454         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
24455         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
24456         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
24457         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
24458         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
24459         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
24460         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
24461         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
24462         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
24463         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
24464         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
24465         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
24466         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
24467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
24468
24469 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
24470
24471         * posix/transbug.c: Remove executable mode.
24472
24473 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
24474
24475         * crypt/speeds.c: Remove trailing whitespace.
24476         * dlfcn/default.c: Likewise.
24477         * elf/ifuncdep2.c: Likewise.
24478         * elf/ifuncmain1.c: Likewise.
24479         * elf/ifuncmain1vis.c: Likewise.
24480         * elf/testobj.h: Likewise.
24481         * elf/tst-stackguard1.c: Likewise.
24482         * gmon/sys/gmon.h: Likewise.
24483         * hurd/hurdmsg.c: Likewise.
24484         * hurd/new-fd.c: Likewise.
24485         * hurd/ports-get.c: Likewise.
24486         * iconvdata/ibm1008_420.c: Likewise.
24487         * inet/tst-getni1.c: Likewise.
24488         * inet/tst-getni2.c: Likewise.
24489         * libio/ioungetc.c: Likewise.
24490         * libio/wfiledoalloc.c: Likewise.
24491         * manual/libm-err-tab.pl: Likewise.
24492         * math/w_dremf.c: Likewise.
24493         * misc/ftruncate.c: Likewise.
24494         * posix/bug-glob2.c: Likewise.
24495         * posix/tst-pcre.c: Likewise.
24496         * posix/wait4.c: Likewise.
24497         * resolv/README: Likewise.
24498         * resolv/res_debug.h: Likewise.
24499         * resolv/tst-inet_ntop.c: Likewise.
24500         * setjmp/bug269-setjmp.c: Likewise.
24501         * soft-fp/extended.h: Likewise.
24502         * soft-fp/op-1.h: Likewise.
24503         * soft-fp/op-2.h: Likewise.
24504         * soft-fp/op-4.h: Likewise.
24505         * soft-fp/op-8.h: Likewise.
24506         * soft-fp/testit.c: Likewise.
24507         * stdio-common/bug16.c: Likewise.
24508         * stdlib/random.c: Likewise.
24509         * sunrpc/rpcsvc/rquota.x: Likewise.
24510         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
24511         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
24512         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
24513         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
24514         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
24515         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
24516         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
24517         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
24518         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
24519         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
24520         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
24521         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
24522         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
24523         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
24524         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
24525         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
24526         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
24527         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
24528         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
24529         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
24530         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
24531         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
24532         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
24533         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
24534         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
24535         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
24536         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24537         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
24538         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
24539         * sysdeps/ieee754/s_lib_version.c: Likewise.
24540         * sysdeps/mach/hurd/check_fds.c: Likewise.
24541         * sysdeps/mach/hurd/getsockname.c: Likewise.
24542         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
24543         * sysdeps/mach/hurd/recvfrom.c: Likewise.
24544         * sysdeps/powerpc/bits/link.h: Likewise.
24545         * sysdeps/powerpc/dl-procinfo.c: Likewise.
24546         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
24547         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
24548         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
24549         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
24550         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
24551         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
24552         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
24553         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
24554         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
24555         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
24556         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24557         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
24558         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
24559         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
24560         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
24561         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24562         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24563         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
24564         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
24565         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
24566         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
24567         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24568         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24569         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
24570         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24571         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24572         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
24573         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
24574         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24575         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24576         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24577         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24578         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
24579         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
24580         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
24581         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
24582         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24583         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
24584         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
24585         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
24586         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
24587         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
24588         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
24589         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24590         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
24591         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
24592         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24593         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
24594         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
24595         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
24596         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
24597         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24598         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24599         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
24600         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
24601         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
24602         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24603         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
24604         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
24605         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
24606         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
24607         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
24608         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24609         * sysdeps/powerpc/sysdep.h: Likewise.
24610         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
24611         * sysdeps/s390/s390-64/sub_n.S: Likewise.
24612         * sysdeps/sh/dl-trampoline.S: Likewise.
24613         * sysdeps/sh/memset.S: Likewise.
24614         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
24615         * sysdeps/sh/strlen.S: Likewise.
24616         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
24617         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
24618         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
24619         * sysdeps/sparc/sparc32/rem.S: Likewise.
24620         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
24621         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
24622         * sysdeps/sparc/sparc32/strchr.S: Likewise.
24623         * sysdeps/sparc/sparc32/udiv.S: Likewise.
24624         * sysdeps/sparc/sparc32/urem.S: Likewise.
24625         * sysdeps/sparc/sparc64/add_n.S: Likewise.
24626         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
24627         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
24628         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
24629         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
24630         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
24631         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
24632         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
24633         * sysdeps/unix/bsd/times.c: Likewise.
24634         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
24635         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
24636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
24637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
24638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
24639         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
24640         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
24641         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
24642         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
24643         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
24644         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
24645         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24646         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
24647         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
24648         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24649         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
24650         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24651         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
24652         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
24653         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
24654         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
24655         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
24656         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
24657         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
24658         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
24659         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
24660         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
24661         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
24662         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
24663         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
24664         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
24665         * sysdeps/x86_64/strcspn.S: Likewise.
24666
24667 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24668
24669         * locale/C-translit.h: Revert #include <stdint.h> because this is a
24670         generated file.  Regenerate properly from gen-translit.pl.
24671         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
24672         locale/C-translit.h.
24673
24674 2013-06-05  Andreas Schwab  <schwab@suse.de>
24675
24676         [BZ #15100]
24677         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
24678         week as 6 instead of -1.
24679         * time/tst-strptime.c (day_tests): Add test case.
24680
24681 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
24682
24683         * sysdeps/generic/math_private.h
24684         (libc_feholdexcept_setround_53bit): Replace with
24685         libc_feholdsetround_53bit.
24686         (libc_feupdateenv_53bit): Replace with
24687         libc_feresetround_53bit.
24688         (SET_RESTORE_ROUND_53BIT): Adjust.
24689
24690 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
24691
24692         * string/test-strchrnul.c: Add copyright header.
24693
24694         * posix/tst-getaddrinfo4.c: Increase test timeout.
24695
24696 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
24697
24698         [BZ #15536]
24699         * math/libm-test.inc (MAX_EXP): Remove
24700         (MIN_EXP): Define.
24701         (ulp): Use MIN_EXP - MANT_DIG.
24702         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
24703
24704 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
24705
24706         * po/be.po: Revert last change.
24707         * po/zh_CN.po: Likewise.
24708         * po/header.pot: Likewise.
24709
24710 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
24711
24712         * Makefile ($(common-objpfx)linkobj/libc.so): Define
24713         link-libc-deps to empty as target-specific variable.
24714         * Makerules (link-libc-args): New variable.
24715         (libc-for-link): Likewise.
24716         (link-libc-deps): Likewise.
24717         (lib%.so): Depend on $(link-libc-deps).  Link with
24718         $(link-libc-args).
24719         (build-module): Link with $(link-libc-args).
24720         (build-module-asneeded): Likewise.
24721         (build-module-helper-objlist): Filter out $(link-libc-deps) from
24722         list of objects.
24723         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
24724         target-specific variable.
24725         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
24726         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
24727         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
24728         libc.
24729         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
24730         libc and ld.so.
24731         ($(objpfx)libpcprofile.so): Likewise.
24732         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
24733         libc_nonshared.a.
24734         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
24735         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
24736         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
24737         $(link-libc-deps).
24738         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
24739         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
24740         * login/Makefile ($(objpfx)libutil.so): Likewise.
24741         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
24742         * math/Makefile ($(objpfx)libm.so): Likewise.
24743         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
24744         $(objpfx)libnsl.so): Define libc-for-link as target-specific
24745         variable instead of depending directly on libc.
24746         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
24747         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
24748         $(link-libc-deps).
24749         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
24750         libc.
24751         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
24752         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
24753         ($(objpfx)libanl.so): Likewise.
24754         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
24755         ld.so.
24756         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
24757         $(link-libc-deps).
24758         * sysdeps/i386/fpu/Makefile: Remove file.
24759         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
24760         ($(objpfx)libm.so): Remove dependency on ld.so.
24761
24762 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
24763
24764         [BZ # 15553]
24765         * nis/yp_xdr.c (XDRMAXNAME): Define.
24766         (XDRMAXRECORD): Define.
24767         (xdr_domainname): Use XDRMAXNAME.
24768         (xdr_mapname): Likewise.
24769         (xdr_peername): Likewise.
24770         (xdr_keydat): Use XDRMAXRECORD.
24771         (xdr_valdat): Likewise.
24772
24773 2013-05-30  Jeff Law  <law@redhat.com>
24774
24775         [BZ #14256]
24776         * manual/errno.texi (ESTALE): Update to account for more than
24777         just NFS file systems.
24778         * sysdeps/gnu/errlist.c: Regenerated.
24779
24780 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
24781
24782         [BZ #15465]
24783         * elf/Makefile (tests): Add tst-null-argv.
24784         (modules-names):  Add tst-null-argv-lib.
24785         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
24786         (tst-null-argv-ENV): Set environment for tst-null-argv.
24787         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
24788         (RTLD_PROGNAME): New macro.
24789         * elf/tst-null-argv.c: New test case.
24790         * elf/tst-null-argv-lib.c: Library for test case.
24791         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
24792         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
24793         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
24794         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
24795         * elf/dl-init.c (call_init): Likewise.
24796         (_dl_init): Likewise.
24797         * elf/dl-load.c (print_search_path): Likewise.
24798         (_dl_map_object): Likewise.
24799         * elf/dl-lookup.c (do_lookup_x): Likewise.
24800         (add_dependency): Likewise.
24801         (_dl_lookup_symbol_x): Likewise.
24802         (_dl_debug_bindings): Likewise.
24803         * elf/dl-open.c (_dl_show_scope): Likewise.
24804         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24805         * elf/dl-version.c (match_symbol): Likewise.
24806         (_dl_check_map_versions): Likewise.
24807         * elf/rtld.c (dl_main): Likewise.
24808         (print_unresolved): Use RTLD_PROGNAME.
24809         (print_missing_version): Likewise.
24810         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24811         (elf_machine_rela): Likewise.
24812         * sysdeps/powerpc/powerpc32/dl-machine.c
24813         (__process_machine_rela): Likewise.
24814         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24815         Likewise.
24816         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24817         Likewise.
24818         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24819         Likewise.
24820         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24821         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24822         Likewise.
24823         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24824         Likewise.
24825         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24826
24827 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
24828
24829         * po/be.po: Add descriptive title.
24830         * po/zh_CN.po: Likewise.
24831         * po/header.pot: Likewise.
24832
24833 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
24834
24835         * locale/programs/locarchive.c (create_archive): Inlucde fname in
24836         error message.
24837         (enlarge_archive): Likewise.
24838
24839 2013-05-28  Ben North  <ben@redfrontdoor.org>
24840
24841         * manual/arith.texi (frexp): It is the magnitude of the return
24842         value which lies in [0.5, 1), not the return value itself.
24843
24844 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24845
24846         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24847
24848 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
24849
24850         * stdio-common/bug26.c (main): Correct fscanf template.
24851
24852         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24853         declare _dl_skip_args.
24854
24855         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24856         Don't declare.
24857
24858         * manual/platform.texi: Add missing @end deftypefun.
24859
24860 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24861
24862         [BZ #15529]
24863         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24864         bit of mantissa of 2^16382.
24865         * math/libm-test.inc (hypot_test_data): Add more tests.
24866
24867         * math/libm-test.inc: Add drem and pow10 to list of tested
24868         functions.
24869         (pow10_test): New function.
24870         (drem_test): Likewise.
24871         (drem_test_tonearest): Likewise.
24872         (drem_test_towardzero): Likewise.
24873         (drem_test_downward): Likewise.
24874         (drem_test_upward): Likewise.
24875         (main): Call the new functions.
24876
24877         * math/libm-test.inc (finite_test_data): Remove.
24878         (finite_test): Run tests from isfinite_test_data.
24879         (gamma_test_data): Remove.
24880         (gamma_test): Run tests from lgamma_test_data.
24881         * sysdeps/i386/fpu/libm-test-ulps: Update.
24882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24883
24884 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24885
24886         * manual/platform.texi: Add PowerPC PPR function set documentation.
24887         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24888         implementation.
24889
24890 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24891
24892         * math/libm-test.inc (MAX_EXP): Define.
24893         (ULPDIFF): Define.
24894         (ulp): New function.
24895         (check_float_internal): Use ULPDIFF.
24896         (cpow_test): Disable failing test.
24897         (check_ulp): Test ulp() implemetnation.
24898         (main): Call check_ulp before starting tests.
24899
24900 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24901
24902         * math/gen-libm-test.pl (generate_testfile): Do not handle
24903         START_DATA and END_DATA.
24904         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24905         END_DATA.
24906         (acos_tonearest_test_data): Likewise.
24907         (acos_towardzero_test_data): Likewise.
24908         (acos_downward_test_data): Likewise.
24909         (acos_upward_test_data): Likewise.
24910         (acosh_test_data): Likewise.
24911         (asin_test_data): Likewise.
24912         (asin_tonearest_test_data): Likewise.
24913         (asin_towardzero_test_data): Likewise.
24914         (asin_downward_test_data): Likewise.
24915         (asin_upward_test_data): Likewise.
24916         (asinh_test_data): Likewise.
24917         (atan_test_data): Likewise.
24918         (atanh_test_data): Likewise.
24919         (atan2_test_data): Likewise.
24920         (cabs_test_data): Likewise.
24921         (cacos_test_data): Likewise.
24922         (cacosh_test_data): Likewise.
24923         (carg_test_data): Likewise.
24924         (casin_test_data): Likewise.
24925         (casinh_test_data): Likewise.
24926         (catan_test_data): Likewise.
24927         (catanh_test_data): Likewise.
24928         (cbrt_test_data): Likewise.
24929         (ccos_test_data): Likewise.
24930         (ccosh_test_data): Likewise.
24931         (ceil_test_data): Likewise.
24932         (cexp_test_data): Likewise.
24933         (cimag_test_data): Likewise.
24934         (clog_test_data): Likewise.
24935         (clog10_test_data): Likewise.
24936         (conj_test_data): Likewise.
24937         (copysign_test_data): Likewise.
24938         (cos_test_data): Likewise.
24939         (cos_tonearest_test_data): Likewise.
24940         (cos_towardzero_test_data): Likewise.
24941         (cos_downward_test_data): Likewise.
24942         (cos_upward_test_data): Likewise.
24943         (cosh_test_data): Likewise.
24944         (cosh_tonearest_test_data): Likewise.
24945         (cosh_towardzero_test_data): Likewise.
24946         (cosh_downward_test_data): Likewise.
24947         (cosh_upward_test_data): Likewise.
24948         (cpow_test_data): Likewise.
24949         (cproj_test_data): Likewise.
24950         (creal_test_data): Likewise.
24951         (csin_test_data): Likewise.
24952         (csinh_test_data): Likewise.
24953         (csqrt_test_data): Likewise.
24954         (ctan_test_data): Likewise.
24955         (ctan_tonearest_test_data): Likewise.
24956         (ctan_towardzero_test_data): Likewise.
24957         (ctan_downward_test_data): Likewise.
24958         (ctan_upward_test_data): Likewise.
24959         (ctanh_test_data): Likewise.
24960         (ctanh_tonearest_test_data): Likewise.
24961         (ctanh_towardzero_test_data): Likewise.
24962         (ctanh_downward_test_data): Likewise.
24963         (ctanh_upward_test_data): Likewise.
24964         (erf_test_data): Likewise.
24965         (erfc_test_data): Likewise.
24966         (exp_test_data): Likewise.
24967         (exp_tonearest_test_data): Likewise.
24968         (exp_towardzero_test_data): Likewise.
24969         (exp_downward_test_data): Likewise.
24970         (exp_upward_test_data): Likewise.
24971         (exp10_test_data): Likewise.
24972         (exp2_test_data): Likewise.
24973         (expm1_test_data): Likewise.
24974         (fabs_test_data): Likewise.
24975         (fdim_test_data): Likewise.
24976         (finite_test_data): Likewise.
24977         (floor_test_data): Likewise.
24978         (fma_test_data): Likewise.
24979         (fma_towardzero_test_data): Likewise.
24980         (fma_downward_test_data): Likewise.
24981         (fma_upward_test_data): Likewise.
24982         (fmax_test_data): Likewise.
24983         (fmin_test_data): Likewise.
24984         (fmod_test_data): Likewise.
24985         (fpclassify_test_data): Likewise.
24986         (frexp_test_data): Likewise.
24987         (gamma_test_data): Likewise.
24988         (hypot_test_data): Likewise.
24989         (ilogb_test_data): Likewise.
24990         (isfinite_test_data): Likewise.
24991         (isgreater_test_data): Likewise.
24992         (isgreaterequal_test_data): Likewise.
24993         (isinf_test_data): Likewise.
24994         (isless_test_data): Likewise.
24995         (islessequal_test_data): Likewise.
24996         (islessgreater_test_data): Likewise.
24997         (isnan_test_data): Likewise.
24998         (isnormal_test_data): Likewise.
24999         (issignaling_test_data): Likewise.
25000         (isunordered_test_data): Likewise.
25001         (j0_test_data): Likewise.
25002         (j1_test_data): Likewise.
25003         (jn_test_data): Likewise.
25004         (ldexp_test_data): Likewise.
25005         (lgamma_test_data): Likewise.
25006         (lrint_test_data): Likewise.
25007         (lrint_tonearest_test_data): Likewise.
25008         (lrint_towardzero_test_data): Likewise.
25009         (lrint_downward_test_data): Likewise.
25010         (lrint_upward_test_data): Likewise.
25011         (llrint_test_data): Likewise.
25012         (llrint_tonearest_test_data): Likewise.
25013         (llrint_towardzero_test_data): Likewise.
25014         (llrint_downward_test_data): Likewise.
25015         (llrint_upward_test_data): Likewise.
25016         (log_test_data): Likewise.
25017         (log10_test_data): Likewise.
25018         (log1p_test_data): Likewise.
25019         (log2_test_data): Likewise.
25020         (logb_test_data): Likewise.
25021         (logb_downward_test_data): Likewise.
25022         (lround_test_data): Likewise.
25023         (llround_test_data): Likewise.
25024         (modf_test_data): Likewise.
25025         (nearbyint_test_data): Likewise.
25026         (nextafter_test_data): Likewise.
25027         (nexttoward_test_data): Likewise.
25028         (pow_test_data): Likewise.
25029         (pow_tonearest_test_data): Likewise.
25030         (pow_towardzero_test_data): Likewise.
25031         (pow_downward_test_data): Likewise.
25032         (pow_upward_test_data): Likewise.
25033         (remainder_test_data): Likewise.
25034         (remainder_tonearest_test_data): Likewise.
25035         (remainder_towardzero_test_data): Likewise.
25036         (remainder_downward_test_data): Likewise.
25037         (remainder_upward_test_data): Likewise.
25038         (remquo_test_data): Likewise.
25039         (rint_test_data): Likewise.
25040         (rint_tonearest_test_data): Likewise.
25041         (rint_towardzero_test_data): Likewise.
25042         (rint_downward_test_data): Likewise.
25043         (rint_upward_test_data): Likewise.
25044         (round_test_data): Likewise.
25045         (scalb_test_data): Likewise.
25046         (scalbn_test_data): Likewise.
25047         (scalbln_test_data): Likewise.
25048         (signbit_test_data): Likewise.
25049         (sin_test_data): Likewise.
25050         (sin_tonearest_test_data): Likewise.
25051         (sin_towardzero_test_data): Likewise.
25052         (sin_downward_test_data): Likewise.
25053         (sin_upward_test_data): Likewise.
25054         (sincos_test_data): Likewise.
25055         (sinh_test_data): Likewise.
25056         (sinh_tonearest_test_data): Likewise.
25057         (sinh_towardzero_test_data): Likewise.
25058         (sinh_downward_test_data): Likewise.
25059         (sinh_upward_test_data): Likewise.
25060         (sqrt_test_data): Likewise.
25061         (tan_test_data): Likewise.
25062         (tan_tonearest_test_data): Likewise.
25063         (tan_towardzero_test_data): Likewise.
25064         (tan_downward_test_data): Likewise.
25065         (tan_upward_test_data): Likewise.
25066         (tanh_test_data): Likewise.
25067         (tgamma_test_data): Likewise.
25068         (trunc_test_data): Likewise.
25069         (y0_test_data): Likewise.
25070         (y1_test_data): Likewise.
25071         (yn_test_data): Likewise.
25072         (significand_test_data): Likewise.
25073
25074         * math/gen-libm-test.pl (@functions): Remove variable.
25075         (generate_testfile): Don't handle START and END lines.
25076         * math/libm-test.inc (START): New macro.
25077         (END): Likewise.
25078         (END_COMPLEX): Likewise.
25079         (acos_test): Use END macro without arguments.
25080         (acos_test_tonearest): Likewise.
25081         (acos_test_towardzero): Likewise.
25082         (acos_test_downward): Likewise.
25083         (acos_test_upward): Likewise.
25084         (acosh_test): Likewise.
25085         (asin_test): Likewise.
25086         (asin_test_tonearest): Likewise.
25087         (asin_test_towardzero): Likewise.
25088         (asin_test_downward): Likewise.
25089         (asin_test_upward): Likewise.
25090         (asinh_test): Likewise.
25091         (atan_test): Likewise.
25092         (atanh_test): Likewise.
25093         (atan2_test): Likewise.
25094         (cabs_test): Likewise.
25095         (cacos_test): Use END_COMPLEX macro without arguments.
25096         (cacosh_test): Likewise.
25097         (carg_test): Use END macro without arguments.
25098         (casin_test): Use END_COMPLEX macro without arguments.
25099         (casinh_test): Likewise.
25100         (catan_test): Likewise.
25101         (catanh_test): Likewise.
25102         (cbrt_test): Use END macro without arguments.
25103         (ccos_test): Use END_COMPLEX macro without arguments.
25104         (ccosh_test): Likewise.
25105         (ceil_test): Use END macro without arguments.
25106         (cexp_test): Use END_COMPLEX macro without arguments.
25107         (cimag_test): Use END macro without arguments.
25108         (clog_test): Use END_COMPLEX macro without arguments.
25109         (clog10_test): Likewise.
25110         (conj_test): Likewise.
25111         (copysign_test): Use END macro without arguments.
25112         (cos_test): Likewise.
25113         (cos_test_tonearest): Likewise.
25114         (cos_test_towardzero): Likewise.
25115         (cos_test_downward): Likewise.
25116         (cos_test_upward): Likewise.
25117         (cosh_test): Likewise.
25118         (cosh_test_tonearest): Likewise.
25119         (cosh_test_towardzero): Likewise.
25120         (cosh_test_downward): Likewise.
25121         (cosh_test_upward): Likewise.
25122         (cpow_test): Use END_COMPLEX macro without arguments.
25123         (cproj_test): Likewise.
25124         (creal_test): Use END macro without arguments.
25125         (csin_test): Use END_COMPLEX macro without arguments.
25126         (csinh_test): Likewise.
25127         (csqrt_test): Likewise.
25128         (ctan_test): Likewise.
25129         (ctan_test_tonearest): Likewise.
25130         (ctan_test_towardzero): Likewise.
25131         (ctan_test_downward): Likewise.
25132         (ctan_test_upward): Likewise.
25133         (ctanh_test): Likewise.
25134         (ctanh_test_tonearest): Likewise.
25135         (ctanh_test_towardzero): Likewise.
25136         (ctanh_test_downward): Likewise.
25137         (ctanh_test_upward): Likewise.
25138         (erf_test): Use END macro without arguments.
25139         (erfc_test): Likewise.
25140         (exp_test): Likewise.
25141         (exp_test_tonearest): Likewise.
25142         (exp_test_towardzero): Likewise.
25143         (exp_test_downward): Likewise.
25144         (exp_test_upward): Likewise.
25145         (exp10_test): Likewise.
25146         (exp2_test): Likewise.
25147         (expm1_test): Likewise.
25148         (fabs_test): Likewise.
25149         (fdim_test): Likewise.
25150         (finite_test): Likewise.
25151         (floor_test): Likewise.
25152         (fma_test): Likewise.
25153         (fma_test_towardzero): Likewise.
25154         (fma_test_downward): Likewise.
25155         (fma_test_upward): Likewise.
25156         (fmax_test): Likewise.
25157         (fmin_test): Likewise.
25158         (fmod_test): Likewise.
25159         (fpclassify_test): Likewise.
25160         (frexp_test): Likewise.
25161         (gamma_test): Likewise.
25162         (hypot_test): Likewise.
25163         (ilogb_test): Likewise.
25164         (isfinite_test): Likewise.
25165         (isgreater_test): Likewise.
25166         (isgreaterequal_test): Likewise.
25167         (isinf_test): Likewise.
25168         (isless_test): Likewise.
25169         (islessequal_test): Likewise.
25170         (islessgreater_test): Likewise.
25171         (isnan_test): Likewise.
25172         (isnormal_test): Likewise.
25173         (issignaling_test): Likewise.
25174         (isunordered_test): Likewise.
25175         (j0_test): Likewise.
25176         (j1_test): Likewise.
25177         (jn_test): Likewise.
25178         (ldexp_test): Likewise.
25179         (lgamma_test): Likewise.
25180         (lrint_test): Likewise.
25181         (lrint_test_tonearest): Likewise.
25182         (lrint_test_towardzero): Likewise.
25183         (lrint_test_downward): Likewise.
25184         (lrint_test_upward): Likewise.
25185         (llrint_test): Likewise.
25186         (llrint_test_tonearest): Likewise.
25187         (llrint_test_towardzero): Likewise.
25188         (llrint_test_downward): Likewise.
25189         (llrint_test_upward): Likewise.
25190         (log_test): Likewise.
25191         (log10_test): Likewise.
25192         (log1p_test): Likewise.
25193         (log2_test): Likewise.
25194         (logb_test): Likewise.
25195         (logb_test_downward): Likewise.
25196         (lround_test): Likewise.
25197         (llround_test): Likewise.
25198         (modf_test): Likewise.
25199         (nearbyint_test): Likewise.
25200         (nextafter_test): Likewise.
25201         (nexttoward_test): Likewise.
25202         (pow_test): Likewise.
25203         (pow_test_tonearest): Likewise.
25204         (pow_test_towardzero): Likewise.
25205         (pow_test_downward): Likewise.
25206         (pow_test_upward): Likewise.
25207         (remainder_test): Likewise.
25208         (remainder_test_tonearest): Likewise.
25209         (remainder_test_towardzero): Likewise.
25210         (remainder_test_downward): Likewise.
25211         (remainder_test_upward): Likewise.
25212         (remquo_test): Likewise.
25213         (rint_test): Likewise.
25214         (rint_test_tonearest): Likewise.
25215         (rint_test_towardzero): Likewise.
25216         (rint_test_downward): Likewise.
25217         (rint_test_upward): Likewise.
25218         (round_test): Likewise.
25219         (scalb_test): Likewise.
25220         (scalbn_test): Likewise.
25221         (scalbln_test): Likewise.
25222         (signbit_test): Likewise.
25223         (sin_test): Likewise.
25224         (sin_test_tonearest): Likewise.
25225         (sin_test_towardzero): Likewise.
25226         (sin_test_downward): Likewise.
25227         (sin_test_upward): Likewise.
25228         (sincos_test): Likewise.
25229         (sinh_test): Likewise.
25230         (sinh_test_tonearest): Likewise.
25231         (sinh_test_towardzero): Likewise.
25232         (sinh_test_downward): Likewise.
25233         (sinh_test_upward): Likewise.
25234         (sqrt_test): Likewise.
25235         (tan_test): Likewise.
25236         (tan_test_tonearest): Likewise.
25237         (tan_test_towardzero): Likewise.
25238         (tan_test_downward): Likewise.
25239         (tan_test_upward): Likewise.
25240         (tanh_test): Likewise.
25241         (tgamma_test): Likewise.
25242         (trunc_test): Likewise.
25243         (y0_test): Likewise.
25244         (y1_test): Likewise.
25245         (yn_test): Likewise.
25246         (significand_test): Likewise.
25247
25248 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
25249
25250         [BZ #15381]
25251         * libio/genops.c (_IO_no_init): Initialize wide struct info.
25252
25253 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25254
25255         [BZ #14894]
25256         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
25257         __ppc_mdoio and __ppc_mdoom.
25258         * manual/platform.texi: Document new functions __ppc_yield,
25259         __ppc_mdoio and __ppc_mdoom.
25260
25261 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
25262
25263         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
25264         (main): Mention "tls" pseudo-hwcap is legacy.
25265         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
25266
25267 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
25268
25269         * math/gen-libm-test.pl (parse_args): Output only string of
25270         arguments as text for test name, not full call or descriptions of
25271         tests for extra outputs.
25272         (generate_testfile): Do not pass function name to parse_args.
25273         Generate this_func variable from START.
25274         * math/libm-test.inc (struct test_f_f_data): Rename test_name
25275         field to arg_str.
25276         (struct test_ff_f_data): Likewise.
25277         (test_ff_f_data_nexttoward): Likewise.
25278         (struct test_fi_f_data): Likewise.
25279         (struct test_fl_f_data): Likewise.
25280         (struct test_if_f_data): Likewise.
25281         (struct test_fff_f_data): Likewise.
25282         (struct test_c_f_data): Likewise.
25283         (struct test_f_f1_data): Likewise.  Remove field extra_name.
25284         (struct test_fF_f1_data): Likewise.
25285         (struct test_ffI_f1_data): Likewise.
25286         (struct test_c_c_data): Rename test_name field to arg_str.
25287         (struct test_cc_c_data): Likewise.
25288         (struct test_f_i_data): Likewise.
25289         (struct test_ff_i_data): Likewise.
25290         (struct test_f_l_data): Likewise.
25291         (struct test_f_L_data): Likewise.
25292         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
25293         and extra2_name.
25294         (COMMON_TEST_SETUP): New macro.
25295         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
25296         (COMMON_TEST_CLEANUP): Likewise.
25297         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
25298         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
25299         macros.
25300         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
25301         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
25302         macros.
25303         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
25304         (RUN_TEST_fff_f): Take argument string.  Call new setup and
25305         cleanup macros.
25306         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
25307         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
25308         macros.
25309         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
25310         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
25311         macros.
25312         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
25313         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
25314         cleanup macros.
25315         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
25316         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
25317         cleanup macros.
25318         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
25319         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
25320         cleanup macros.
25321         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
25322         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
25323         macros.
25324         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
25325         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
25326         macros.
25327         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
25328         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
25329         macros.
25330         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
25331         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
25332         cleanup macros.
25333         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
25334         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
25335         cleanup macros.
25336         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
25337         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
25338         macros.
25339         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
25340         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
25341         cleanup macros.
25342         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
25343         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
25344         macros.
25345         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
25346         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
25347         macros.
25348         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
25349         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
25350         cleanup macros.
25351         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
25352
25353 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
25354
25355         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
25356         to _sifields.sigfault.
25357         (si_addr_lsb): Define new macro.
25358         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25359         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
25360         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
25361
25362 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
25363
25364         [BZ #15441]
25365         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
25366         returns -1.
25367         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
25368         null return -1.
25369         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
25370         loading the domain.
25371
25372 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
25373
25374         * math/gen-libm-test.pl (parse_args): Do not include expected
25375         result in test name.
25376         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
25377         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
25378         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
25379         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
25380         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
25381         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25382
25383 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
25384
25385         * benchtests/Makefile: Sort function entries.
25386
25387         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
25388         tanh, asinh, acosh, atanh.
25389         * benchtests/acos-inputs: New file.
25390         * benchtests/acosh-inputs: New file.
25391         * benchtests/asin-inputs: New file.
25392         * benchtests/asinh-inputs: New file.
25393         * benchtests/atanh-inputs: New file.
25394         * benchtests/cosh-inputs: New file.
25395         * benchtests/log-inputs: New file.
25396         * benchtests/sinh-inputs: New file.
25397         * benchtests/tanh-inputs: New file.
25398
25399 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
25400
25401         [BZ #15339]
25402         * posix/tst-getaddrinfo4.c: New test.
25403         * posix/Makefile (tests): Add it.
25404
25405 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25406
25407         [BZ #15339]
25408         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
25409         when no services were used.
25410         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
25411         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
25412
25413 2013-05-21  Andreas Schwab  <schwab@suse.de>
25414
25415         [BZ #15014]
25416         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
25417         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
25418         successful.
25419         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
25420         redundant variable declarations and reallocation of buffer when
25421         parsing as IPv6 address.  Always set NSS status when called from
25422         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
25423         buffer too small.  Correct computation of needed size.
25424         * nss/Makefile (tests): Add test-digits-dots.
25425         * nss/test-digits-dots.c: New test.
25426
25427 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25428
25429         * benchtests/Makefile: Remove instructions for adding
25430         benchmark tests.
25431         * benchtests/README: New file to explain how to execute and
25432         enhance the benchmark tests.
25433
25434 2013-05-21  Andreas Schwab  <schwab@suse.de>
25435
25436         [BZ #15493]
25437         * setjmp/Makefile (tests): Add tst-sigsetjmp.
25438         * setjmp/tst-sigsetjmp.c: New test.
25439
25440 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
25441
25442         * sysdeps/x86_64/memset.S (memset): New implementation.
25443         (__bzero): Likewise.
25444         (__memset_tail): New function.
25445
25446 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
25447
25448         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
25449         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
25450         __memcpy_sse2_unaligned ifunc selection.
25451         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25452         Add memcpy-sse2-unaligned.S.
25453         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25454         Add: __memcpy_sse2_unaligned.
25455
25456 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
25457
25458         [BZ #15490]
25459         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
25460         math_force_eval before restoring floating-point envrionment.
25461         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
25462         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
25463         Likewise.
25464         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
25465         <math_private.h>.
25466         (__nearbyintl): Use math_force_eval before restoring
25467         floating-point environment.
25468         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
25469
25470         * math/gen-libm-test.pl (special_functions): Remove.
25471         (parse_args): Don't handle TEST_extra.  Handle functions with no
25472         return value.
25473         * math/libm-test.inc (struct test_sincos_data): Replace with
25474         struct test_fFF_11_data.
25475         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
25476         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
25477         (sincos_test_data): Change element type to struct
25478         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
25479         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
25480         RUN_TEST_LOOP_sincos.
25481         * math/README.libm-test: Don't mention special handling of
25482         individual functions.
25483         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
25484         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
25485         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
25486         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
25487         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
25488         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25489
25490         * math/gen-libm-test.pl (get_variable): Remove function.
25491         (parse_args): Don't show pointer parameters to call in test
25492         names.  Use "extra output N" in test names for extra outputs
25493         rather than naming variables.
25494
25495 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
25496
25497         [BZ #15488]
25498         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
25499         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
25500         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
25501         double tests.
25502         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
25503         disable.
25504         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
25505         check_long_double.
25506
25507         * math/gen-libm-test.pl (@tests): Remove variable.
25508         ($count): Likewise.
25509         (new_test): Remove function.
25510         (show_exceptions): New function.
25511         (special_functions): Use show_exceptions instead of new_test.
25512         (parse_args): Likewise.
25513         (generate_testfile): Pass only function name in generated call to
25514         print_max_error or print_complex_max_error.
25515         (get_ulps): Do not handle complex tests specially.
25516         (output_test): Rename to ...
25517         (get_all_ulps_for_test): ... this.  Return a string rather than
25518         printing to a file.  Require ulps to be present.
25519         (output_ulps): Generate arrays rather than #defines.
25520         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
25521         (struct ulp_data): New type.
25522         (BUILD_COMPLEX_ULP): Remove macro.
25523         (compare_ulp_data): New function.
25524         (find_ulps): Likewise.
25525         (find_test_ulps): Likewise.
25526         (find_function_ulps): Likewise.
25527         (find_complex_function_ulps): Likewise.
25528         (print_max_error): Determine allowed ulps using
25529         find_function_ulps.
25530         (print_complex_max_error): Determine allowed ulps using
25531         find_complex_function_ulps.
25532         (check_float_internal): Determine max ulps using find_test_ulps.
25533         (check_float): Do not take max_ulp parameter.  Update call to
25534         check_float_internal.
25535         (check_complex): Likewise.
25536         (check_int): Do not take max_ulp parameter.
25537         (check_long): Likewise.
25538         (check_bool): Likewise.
25539         (check_longlong): Likewise.
25540         (struct test_f_f_data): Remove max_ulp field.
25541         (struct test_ff_f_data): Likewise.
25542         (struct test_ff_f_data_nexttoward): Likewise.
25543         (struct test_fi_f_data): Likewise.
25544         (struct test_fl_f_data): Likewise.
25545         (struct test_if_f_data): Likewise.
25546         (struct test_fff_f_data): Likewise.
25547         (struct test_c_f_data): Likewise.
25548         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
25549         (struct test_fF_f1_data): Likewise.
25550         (struct test_ffI_f1_data): Likewise.
25551         (struct test_c_c_data): Remove max_ulp field.
25552         (struct test_cc_c_data): Likewise.
25553         (struct test_f_i_data): Likewise.
25554         (struct test_ff_i_data): Likewise.
25555         (struct test_f_l_data): Likewise.
25556         (struct test_f_L_data): Likewise.
25557         (struct test_sincos_data): Likewise.
25558         (RUN_TEST_f_f): Do not handle ulps.
25559         (RUN_TEST_LOOP_f_f): Likewise.
25560         (RUN_TEST_2_f): Likewise.
25561         (RUN_TEST_LOOP_2_f): Likewise.
25562         (RUN_TEST_fff_f): Likewise.
25563         (RUN_TEST_LOOP_fff_f): Likewise.
25564         (RUN_TEST_c_f): Likewise.
25565         (RUN_TEST_LOOP_c_f): Likewise.
25566         (RUN_TEST_f_f1): Likewise.
25567         (RUN_TEST_LOOP_f_f1): Likewise.
25568         (RUN_TEST_fF_f1): Likewise.
25569         (RUN_TEST_LOOP_fF_f1): Likewise.
25570         (RUN_TEST_fI_f1): Likewise.
25571         (RUN_TEST_LOOP_fI_f1): Likewise.
25572         (RUN_TEST_ffI_f1): Likewise.
25573         (RUN_TEST_LOOP_ffI_f1): Likewise.
25574         (RUN_TEST_c_c): Likewise.
25575         (RUN_TEST_LOOP_c_c): Likewise.
25576         (RUN_TEST_cc_c): Likewise.
25577         (RUN_TEST_LOOP_cc_c): Likewise.
25578         (RUN_TEST_f_i): Likewise.
25579         (RUN_TEST_LOOP_f_i): Likewise.
25580         (RUN_TEST_f_i_tg): Likewise.
25581         (RUN_TEST_LOOP_f_i_tg): Likewise.
25582         (RUN_TEST_ff_i_tg): Likewise.
25583         (RUN_TEST_LOOP_ff_i_tg): Likewise.
25584         (RUN_TEST_f_b): Likewise.
25585         (RUN_TEST_LOOP_f_b): Likewise.
25586         (RUN_TEST_f_b_tg): Likewise.
25587         (RUN_TEST_LOOP_f_b_tg): Likewise.
25588         (RUN_TEST_f_l): Likewise.
25589         (RUN_TEST_LOOP_f_l): Likewise.
25590         (RUN_TEST_f_L): Likewise.
25591         (RUN_TEST_LOOP_f_L): Likewise.
25592         (RUN_TEST_sincos): Likewise.
25593         (RUN_TEST_LOOP_sincos): Likewise.
25594
25595 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
25596
25597         [BZ #15480]
25598         [BZ #15485]
25599         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
25600         main case of finite arguments, set rounding mode to FE_TONEAREST
25601         and discard exceptions.
25602         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
25603         exceptions.
25604         (remainder_tonearest_test_data): New variable.
25605         (remainder_test_tonearest): New function.
25606         (remainder_towardzero_test_data): New variable.
25607         (remainder_test_towardzero): New function.
25608         (remainder_downward_test_data): New variable.
25609         (remainder_test_downward): New function.
25610         (remainder_upward_test_data): New variable.
25611         (remainder_test_upward): New function.
25612         (main): Call the new test functions.
25613
25614         * math/libm-test.inc (struct test_f_f1_data): Remove field
25615         extra_init.
25616         (struct test_fF_f1_data): Likewise.
25617         (struct test_ffI_f1_data): Likewise.
25618         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
25619         based on value of EXTRA_EXPECTED.
25620         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
25621         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
25622         EXTRA_VAR based on value of EXTRA_EXPECTED.
25623         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
25624         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
25625         EXTRA_VAR based on value of EXTRA_EXPECTED.
25626         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
25627         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
25628         EXTRA_VAR based on value of EXTRA_EXPECTED.
25629         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
25630         * math/gen-libm-test.pl (parse_args): Don't output initializers
25631         for extra output values.
25632
25633         * math/libm-test.inc (check_int): Expect result to be exactly
25634         equal to expected value and do not handle ulps.
25635         (check_long): Likewise.
25636         (check_longlong): Likewise.
25637
25638         * math/libm-test.inc (ceil_test_data): Test for "inexact"
25639         exceptions.
25640         (cimag_test_data): Likewise.
25641         (conj_test_data): Likewise.
25642         (copysign_test_data): Likewise.
25643         (cproj_test_data): Likewise.
25644         (creal_test_data): Likewise.
25645         (fabs_test_data): Likewise.
25646         (fdim_test_data): Likewise.
25647         (finite_test_data): Likewise.
25648         (floor_test_data): Likewise.
25649         (fmax_test_data): Likewise.
25650         (fmin_test_data): Likewise.
25651         (fmod_test_data): Likewise.
25652         (fpclassify_test_data): Likewise.
25653         (frexp_test_data): Likewise.
25654         (ilogb_test_data): Likewise.
25655         (isfinite_test_data): Likewise.
25656         (isgreater_test_data): Likewise.
25657         (isgreaterequal_test_data): Likewise.
25658         (isinf_test_data): Likewise.
25659         (isless_test_data): Likewise.
25660         (islessequal_test_data): Likewise.
25661         (islessgreater_test_data): Likewise.
25662         (isnan_test_data): Likewise.
25663         (isnormal_test_data): Likewise.
25664         (issignaling_test_data): Likewise.
25665         (isunordered_test_data): Likewise.
25666         (ldexp_test_data): Likewise.
25667         (lrint_test_data): Likewise.
25668         (lrint_test_data) [TEST_FLOAT]: Disable one test.
25669         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
25670         (lrint_tonearest_test_data): Test for "inexact" exceptions.
25671         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
25672         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
25673         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
25674         test input.
25675         (lrint_towardzero_test_data): Test for "inexact" exceptions.
25676         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
25677         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
25678         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
25679         that test input.
25680         (lrint_downward_test_data): Test for "inexact" exceptions.
25681         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
25682         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
25683         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
25684         test input.
25685         (lrint_upward_test_data): Test for "inexact" exceptions.
25686         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
25687         test input.
25688         (llrint_test_data): Test for "inexact" exceptions.
25689         (llrint_test_data) [TEST_FLOAT]: Disable one test.
25690         (llrint_tonearest_test_data): Test for "inexact" exceptions.
25691         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
25692         (llrint_towardzero_test_data): Test for "inexact" exceptions.
25693         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
25694         (llrint_downward_test_data): Test for "inexact" exceptions.
25695         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
25696         (llrint_upward_test_data): Test for "inexact" exceptions.
25697         (logb_test_data): Likewise.
25698         (logb_downward_test_data): Likewise.
25699         (nextafter_test_data): Likewise.
25700         (nexttoward_test_data): Likewise.
25701         (remainder_test_data): Likewise.
25702         (remquo_test_data): Likewise.
25703         (scalbn_test_data): Likewise.
25704         (scalbln_test_data): Likewise.
25705         (signbit_test_data): Likewise.
25706         (sqrt_test_data): Likewise.
25707         (significand_test_data): Likewise.
25708
25709 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25710
25711         [BZ #15424]
25712         * benchtests/bench-modf.c (struct args): Mark arg0 as
25713         volatile.
25714         * scripts/bench.pl: Mark members of struct args as volatile.
25715
25716 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25717
25718         [BZ # 15497]
25719         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
25720         negative infinity on POWER6 or lower.
25721         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
25722
25723 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
25724
25725         [BZ #15442]
25726         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
25727         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
25728         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
25729         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
25730         (_FP_SETQNAN): New macro.
25731         (_FP_SETQNAN_SEMIRAW): Likewise.
25732         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
25733         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
25734         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
25735         (FP_EXTEND): Use _FP_FRAC_SNANP.
25736         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
25737         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
25738         into account.
25739         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25740         New macro.
25741         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25742         Likewise.
25743
25744 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25745
25746         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
25747         with DIVIDE_BY_ZERO_EXCEPTION.
25748         (gamma_test_data): Likewise.
25749         (lgamma_test_data): Likewise.
25750         (log_test_data): Likewise.
25751         (log10_test_data): Likewise.
25752         (log2_test_data): Likewise.
25753         (tgamma_test_data): Likewise.
25754
25755         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
25756         (acos_test_tonearest): Likewise.
25757         (acos_test_towardzero): Likewise.
25758         (acos_test_downward): Likewise.
25759         (acos_test_upward): Likewise.
25760         (acosh_test): Likewise.
25761         (asin_test): Likewise.
25762         (asin_test_tonearest): Likewise.
25763         (asin_test_towardzero): Likewise.
25764         (asin_test_downward): Likewise.
25765         (asin_test_upward): Likewise.
25766         (asinh_test): Likewise.
25767         (atan_test): Likewise.
25768         (atanh_test): Likewise.
25769         (atan2_test): Likewise.
25770         (cabs_test): Likewise.
25771         (cacos_test): Likewise.
25772         (cacosh_test): Likewise.
25773         (casin_test): Likewise.
25774         (casinh_test): Likewise.
25775         (catan_test): Likewise.
25776         (catanh_test): Likewise.
25777         (cbrt_test): Likewise.
25778         (ccos_test): Likewise.
25779         (ccosh_test): Likewise.
25780         (cexp_test): Likewise.
25781         (clog_test): Likewise.
25782         (clog10_test): Likewise.
25783         (cos_test): Likewise.
25784         (cos_test_tonearest): Likewise.
25785         (cos_test_towardzero): Likewise.
25786         (cos_test_downward): Likewise.
25787         (cos_test_upward): Likewise.
25788         (cosh_test): Likewise.
25789         (cosh_test_tonearest): Likewise.
25790         (cosh_test_towardzero): Likewise.
25791         (cosh_test_downward): Likewise.
25792         (cosh_test_upward): Likewise.
25793         (cpow_test): Likewise.
25794         (csin_test): Likewise.
25795         (csinh_test): Likewise.
25796         (csqrt_test): Likewise.
25797         (ctan_test): Likewise.
25798         (ctan_test_tonearest): Likewise.
25799         (ctan_test_towardzero): Likewise.
25800         (ctan_test_downward): Likewise.
25801         (ctan_test_upward): Likewise.
25802         (ctanh_test): Likewise.
25803         (ctanh_test_tonearest): Likewise.
25804         (ctanh_test_towardzero): Likewise.
25805         (ctanh_test_downward): Likewise.
25806         (ctanh_test_upward): Likewise.
25807         (erf_test): Likewise.
25808         (erfc_test): Likewise.
25809         (exp_test): Likewise.
25810         (exp_test_tonearest): Likewise.
25811         (exp_test_towardzero): Likewise.
25812         (exp_test_downward): Likewise.
25813         (exp_test_upward): Likewise.
25814         (exp10_test): Likewise.
25815         (exp2_test): Likewise.
25816         (expm1_test): Likewise.
25817         (fmod_test): Likewise.
25818         (gamma_test): Likewise.
25819         (hypot_test): Likewise.
25820         (j0_test): Likewise.
25821         (j1_test): Likewise.
25822         (jn_test): Likewise.
25823         (lgamma_test): Likewise.
25824         (log_test): Likewise.
25825         (log10_test): Likewise.
25826         (log1p_test): Likewise.
25827         (log2_test): Likewise.
25828         (logb_test_downward): Likewise.
25829         (pow_test): Likewise.
25830         (pow_test_tonearest): Likewise.
25831         (pow_test_towardzero): Likewise.
25832         (pow_test_downward): Likewise.
25833         (pow_test_upward): Likewise.
25834         (remainder_test): Likewise.
25835         (remquo_test): Likewise.
25836         (sin_test): Likewise.
25837         (sin_test_tonearest): Likewise.
25838         (sin_test_towardzero): Likewise.
25839         (sin_test_downward): Likewise.
25840         (sin_test_upward): Likewise.
25841         (sincos_test): Likewise.
25842         (sinh_test): Likewise.
25843         (sinh_test_tonearest): Likewise.
25844         (sinh_test_towardzero): Likewise.
25845         (sinh_test_downward): Likewise.
25846         (sinh_test_upward): Likewise.
25847         (sqrt_test): Likewise.
25848         (tan_test): Likewise.
25849         (tan_test_tonearest): Likewise.
25850         (tan_test_towardzero): Likewise.
25851         (tan_test_downward): Likewise.
25852         (tan_test_upward): Likewise.
25853         (tanh_test): Likewise.
25854         (tgamma_test): Likewise.
25855         (y0_test): Likewise.
25856         (y1_test): Likewise.
25857         (yn_test): Likewise.
25858
25859         * math/gen-libm-test.pl (adjust_arg): Remove function.
25860         (special_function): Remove argument $in_func.  Only handle
25861         generating output for tables of tests, not inside functions.
25862         (parse_args): Likewise.
25863         (generate_testfile): Remove variable $in_func.  Update call to
25864         parse_args.
25865         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25866         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25867         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25868         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25869         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25870         (MAX_VALUE_INIT): Rename macro to max_value.
25871         (MIN_VALUE_INIT): Rename macro to min_value.
25872         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25873         (plus_zero): Remove variable.
25874         (minus_zero): Likewise.
25875         (plus_infty): Likewise.
25876         (minus_infty): Likewise.
25877         (qnan_value): Likewise.
25878         (max_value): Likewise.
25879         (min_value): Likewise.
25880         (min_subnorm_value): Likewise.
25881
25882 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25883
25884         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25885         uint64_t or uint32_t usage.
25886         * crypt/sha256-block.c: Likewise.
25887         * crypt/sha256-crypt.c: Likewise.
25888         * crypt/sha256.c: Likewise.
25889         * crypt/sha512-block.c: Likewise.
25890         * crypt/sha512-crypt.c: Likewise.
25891         * crypt/sha512.c: Likewise.
25892         * debug/backtrace-tst.c: Likewise.
25893         * debug/pcprofiledump.c: Likewise.
25894         * elf/cache.c: Likewise.
25895         * elf/dl-cache.c: Likewise.
25896         * elf/dl-misc.c: Likewise.
25897         * elf/dl-profile.c: Likewise.
25898         * elf/dl-support.c: Likewise.
25899         * elf/ldconfig.c: Likewise.
25900         * elf/sprof.c: Likewise.
25901         * iconv/dummy-repertoire.c: Likewise.
25902         * iconv/iconv_charmap.c: Likewise.
25903         * iconv/skeleton.c: Likewise.
25904         * iconvdata/8bit-generic.c: Likewise.
25905         * iconvdata/cp737.h: Likewise.
25906         * iconvdata/cp775.h: Likewise.
25907         * iconvdata/ibm1008.h: Likewise.
25908         * iconvdata/ibm1025.h: Likewise.
25909         * iconvdata/ibm1046.h: Likewise.
25910         * iconvdata/ibm1097.h: Likewise.
25911         * iconvdata/ibm1112.h: Likewise.
25912         * iconvdata/ibm1122.h: Likewise.
25913         * iconvdata/ibm1123.h: Likewise.
25914         * iconvdata/ibm1124.h: Likewise.
25915         * iconvdata/ibm1129.h: Likewise.
25916         * iconvdata/ibm1130.h: Likewise.
25917         * iconvdata/ibm1132.h: Likewise.
25918         * iconvdata/ibm1133.h: Likewise.
25919         * iconvdata/ibm1137.h: Likewise.
25920         * iconvdata/ibm1140.h: Likewise.
25921         * iconvdata/ibm1141.h: Likewise.
25922         * iconvdata/ibm1142.h: Likewise.
25923         * iconvdata/ibm1143.h: Likewise.
25924         * iconvdata/ibm1144.h: Likewise.
25925         * iconvdata/ibm1145.h: Likewise.
25926         * iconvdata/ibm1146.h: Likewise.
25927         * iconvdata/ibm1147.h: Likewise.
25928         * iconvdata/ibm1148.h: Likewise.
25929         * iconvdata/ibm1149.h: Likewise.
25930         * iconvdata/ibm1153.h: Likewise.
25931         * iconvdata/ibm1154.h: Likewise.
25932         * iconvdata/ibm1155.h: Likewise.
25933         * iconvdata/ibm1156.h: Likewise.
25934         * iconvdata/ibm1157.h: Likewise.
25935         * iconvdata/ibm1158.h: Likewise.
25936         * iconvdata/ibm1160.h: Likewise.
25937         * iconvdata/ibm1161.h: Likewise.
25938         * iconvdata/ibm1162.h: Likewise.
25939         * iconvdata/ibm1163.h: Likewise.
25940         * iconvdata/ibm1164.h: Likewise.
25941         * iconvdata/ibm1166.h: Likewise.
25942         * iconvdata/ibm1167.h: Likewise.
25943         * iconvdata/ibm12712.h: Likewise.
25944         * iconvdata/ibm1390.h: Likewise.
25945         * iconvdata/ibm1399.h: Likewise.
25946         * iconvdata/ibm16804.h: Likewise.
25947         * iconvdata/ibm4517.h: Likewise.
25948         * iconvdata/ibm4899.h: Likewise.
25949         * iconvdata/ibm4909.h: Likewise.
25950         * iconvdata/ibm4971.h: Likewise.
25951         * iconvdata/ibm5347.h: Likewise.
25952         * iconvdata/ibm803.h: Likewise.
25953         * iconvdata/ibm856.h: Likewise.
25954         * iconvdata/ibm901.h: Likewise.
25955         * iconvdata/ibm902.h: Likewise.
25956         * iconvdata/ibm9030.h: Likewise.
25957         * iconvdata/ibm9066.h: Likewise.
25958         * iconvdata/ibm921.h: Likewise.
25959         * iconvdata/ibm922.h: Likewise.
25960         * iconvdata/ibm9448.h: Likewise.
25961         * iconvdata/isiri-3342.h: Likewise.
25962         * iconvdata/jis0201.h: Likewise.
25963         * include/link.h: Likewise.
25964         * include/netdb.h: Likewise.
25965         * inet/check_native.c: Likewise.
25966         * inet/check_pf.c: Likewise.
25967         * inet/getipv4sourcefilter.c: Likewise.
25968         * inet/getnameinfo.c: Likewise.
25969         * inet/getsourcefilter.c: Likewise.
25970         * inet/htonl.c: Likewise.
25971         * inet/setipv4sourcefilter.c: Likewise.
25972         * inet/setsourcefilter.c: Likewise.
25973         * inet/test-inet6_opt.c: Likewise.
25974         * inet/tst-network.c: Likewise.
25975         * locale/C-collate.c: Likewise.
25976         * locale/C-ctype.c: Likewise.
25977         * locale/C-time.c: Likewise.
25978         * locale/C-translit.h: Likewise.
25979         * locale/loadarchive.c: Likewise.
25980         * locale/programs/3level.h: Likewise.
25981         * locale/programs/charmap.c: Likewise.
25982         * locale/programs/charmap.h: Likewise.
25983         * locale/programs/ld-address.c: Likewise.
25984         * locale/programs/ld-collate.c: Likewise.
25985         * locale/programs/ld-ctype.c: Likewise.
25986         * locale/programs/ld-identification.c: Likewise.
25987         * locale/programs/ld-measurement.c: Likewise.
25988         * locale/programs/ld-messages.c: Likewise.
25989         * locale/programs/ld-monetary.c: Likewise.
25990         * locale/programs/ld-name.c: Likewise.
25991         * locale/programs/ld-numeric.c: Likewise.
25992         * locale/programs/ld-paper.c: Likewise.
25993         * locale/programs/ld-telephone.c: Likewise.
25994         * locale/programs/ld-time.c: Likewise.
25995         * locale/programs/linereader.c: Likewise.
25996         * locale/programs/locale.c: Likewise.
25997         * locale/programs/locarchive.c: Likewise.
25998         * locale/programs/locfile.h: Likewise.
25999         * locale/programs/repertoire.c: Likewise.
26000         * locale/programs/simple-hash.c: Likewise.
26001         * locale/programs/simple-hash.h: Likewise.
26002         * malloc/memusage.c: Likewise.
26003         * malloc/memusagestat.c: Likewise.
26004         * nis/nis_defaults.c: Likewise.
26005         * nis/nis_hash.c: Likewise.
26006         * nis/nis_print.c: Likewise.
26007         * nis/nis_xdr.c: Likewise.
26008         * nscd/connections.c: Likewise.
26009         * nscd/hstcache.c: Likewise.
26010         * nscd/nscd_gethst_r.c: Likewise.
26011         * nscd/nscd_getserv_r.c: Likewise.
26012         * nscd/nscd_helper.c: Likewise.
26013         * nscd/servicescache.c: Likewise.
26014         * nss/makedb.c: Likewise.
26015         * nss/nss_db/db-XXX.c: Likewise.
26016         * nss/nss_db/db-initgroups.c: Likewise.
26017         * nss/nss_db/db-netgrp.c: Likewise.
26018         * nss/nss_files/files-network.c: Likewise.
26019         * nss/nss_files/files-parse.c: Likewise.
26020         * posix/bug-regex5.c: Likewise.
26021         * posix/fnmatch_loop.c: Likewise.
26022         * posix/regcomp.c: Likewise.
26023         * posix/regexec.c: Likewise.
26024         * posix/tst-rfc3484-2.c: Likewise.
26025         * posix/tst-rfc3484-3.c: Likewise.
26026         * posix/tst-rfc3484.c: Likewise.
26027         * resolv/nss_dns/dns-canon.c: Likewise.
26028         * resolv/nss_dns/dns-network.c: Likewise.
26029         * resolv/res_init.c: Likewise.
26030         * resolv/res_mkquery.c: Likewise.
26031         * resolv/tst-aton.c: Likewise.
26032         * stdlib/cxa_atexit.c: Likewise.
26033         * stdlib/cxa_finalize.c: Likewise.
26034         * stdlib/gen-fpioconst.c: Likewise.
26035         * stdlib/strtol_l.c: Likewise.
26036         * string/tst-endian.c: Likewise.
26037         * sunrpc/auth_des.c: Likewise.
26038         * sunrpc/clnt_udp.c: Likewise.
26039         * sunrpc/rtime.c: Likewise.
26040         * sunrpc/svcauth_des.c: Likewise.
26041         * sunrpc/xdr.c: Likewise.
26042         * sunrpc/xdr_intXX_t.c: Likewise.
26043         * sunrpc/xdr_rec.c: Likewise.
26044         * sysdeps/generic/ldconfig.h: Likewise.
26045         * sysdeps/generic/ldsodefs.h: Likewise.
26046         * sysdeps/generic/memusage.h: Likewise.
26047         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
26048         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
26049         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
26050         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
26051         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
26052         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
26053         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
26054         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
26055         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
26056         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26057         * sysdeps/posix/getaddrinfo.c: Likewise.
26058         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
26059         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26060         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
26061         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
26062         * sysdeps/powerpc/test-gettimebase.c: Likewise.
26063         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
26064         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
26065         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
26066         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
26067         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
26068         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
26069         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
26070         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
26071         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
26072         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
26073         * sysdeps/x86_64/dl-tls.h: Likewise.
26074         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
26075         * time/alt_digit.c: Likewise.
26076         * time/era.c: Likewise.
26077         * wcsmbs/tst-c16c32-1.c: Likewise.
26078
26079 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26080
26081         * math/libm-test.inc (struct test_sincos_data): New type.
26082         (RUN_TEST_LOOP_sincos): New macro.
26083         (sincos_test_data): New variable.
26084         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
26085
26086 2013-05-16  Richard Henderson  <rth@redhat.com>
26087
26088         * math/atest-exp2.c (LIMB64): New macro.
26089         (CONSTSZ): New macro.
26090         (mp_exp1, mp_exp_m1, mp_log2): New variables.
26091         (hexdig): Move ...
26092         (print_mpn_fp): ... to function scope.
26093         (read_mpn_hex): Remove.
26094         (get_log2): Remove.
26095         (exp2_mpn): Use mp_log2.
26096         (main): Use mp_exp1.
26097
26098 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26099
26100         * math/libm-test.inc: Remove comment about not testing "inexact"
26101         exceptions.
26102         (INEXACT_EXCEPTION): New macro.
26103         (NO_INEXACT_EXCEPTION): Likewise.
26104         (INVALID_EXCEPTION_OK): Update value.
26105         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
26106         (OVERFLOW_EXCEPTION_OK): Likewise.
26107         (UNDERFLOW_EXCEPTION_OK): Likewise.
26108         (IGNORE_ZERO_INF_SIGN): Likewise.
26109         (ERRNO_UNCHANGED): Likewise.
26110         (ERRNO_EDOM): Likewise.
26111         (ERRNO_ERANGE): Likewise.
26112         (test_exceptions): Handle testing "inexact" exceptions.
26113         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
26114         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
26115         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
26116         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
26117         INEXACT_EXCEPTION.
26118         (rint_towardzero_test_data): Likewise.
26119         (rint_downward_test_data): Likewise.
26120         (rint_upward_test_data): Likewise.
26121
26122         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
26123         with OVERFLOW_EXCEPTION.
26124         (exp10_test_data): Likewise.
26125         (exp2_test_data): Likewise.
26126         (expm1_test_data): Likewise.
26127         (lgamma_test_data): Likewise.
26128         (pow_test_data): Likewise.
26129         (tgamma_test_data): Likewise.
26130         (yn_test_data): Remove duplicate test of overflow.
26131
26132         * math/libm-test.inc (struct test_cc_c_data): New type.
26133         (RUN_TEST_LOOP_cc_c): New macro.
26134         (cpow_test_data): New variable.
26135         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
26136
26137         * math/libm-test.inc (struct test_f_L_data): New type.
26138         (RUN_TEST_LOOP_f_L): New macro.
26139         (llrint_test_data): New variable.
26140         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
26141         (llrint_tonearest_test_data): New variable.
26142         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
26143         (llrint_towardzero_test_data): New variable.
26144         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
26145         (llrint_downward_test_data): New variable.
26146         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
26147         (llrint_upward_test_data): New variable.
26148         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
26149         (llround_test_data): New variable.
26150         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
26151
26152 2013-05-13  Peter Collingbourne  <pcc@google.com>
26153
26154         * math/atest-exp2.c (get_log2): Remove const attribute.
26155
26156 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
26157
26158         * math/libm-test.inc (struct test_f_l_data): New type.
26159         (RUN_TEST_LOOP_f_l): New macro.
26160         (lrint_test_data): New variable.
26161         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
26162         (lrint_tonearest_test_data): New variable.
26163         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
26164         (lrint_towardzero_test_data): New variable.
26165         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
26166         (lrint_downward_test_data): New variable.
26167         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
26168         (lrint_upward_test_data): New variable.
26169         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
26170         (lround_test_data): New variable.
26171         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
26172
26173 2013-05-15  Peter Collingbourne  <pcc@google.com>
26174
26175         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
26176         (EXTRACT_WORDS64) Use where appropriate.
26177         (INSERT_WORDS64) Likewise.
26178
26179         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
26180         constraints with x constraints.
26181         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
26182
26183         * malloc/obstack.c (_obstack_compat): Add initializer.
26184
26185 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26186
26187         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
26188         si_trapno and add si_addr_lsb to _sifields.sigfault.
26189         (si_trapno): Remove macro.
26190         (si_addr_lsb): Define new macro.
26191         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26192
26193 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
26194
26195         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
26196         instead of TEST_f_l.
26197         (llrint_test_tonearest): Likewise.
26198         (llrint_test_towardzero): Likewise.
26199         (llrint_test_downward): Likewise.
26200         (llrint_test_upward): Likewise.
26201         (llround_test): Likewise.
26202
26203         * math/libm-test.inc (struct test_f_i_data): Add comment.
26204         (RUN_TEST_LOOP_f_b): New macro.
26205         (RUN_TEST_LOOP_f_b_tg): Likewise.
26206         (finite_test_data): New variable.
26207         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
26208         (isfinite_test_data): New variable.
26209         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26210         (isinf_test_data): New variable.
26211         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26212         (isnan_test_data): New variable.
26213         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26214         (isnormal_test_data): New variable.
26215         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26216         (issignaling_test_data): New variable.
26217         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26218         (signbit_test_data): New variable.
26219         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26220
26221         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
26222         with INVALID_EXCEPTION.
26223         (acosh_test_data): Likewise.
26224         (asin_test_data): Likewise.
26225         (atanh_test_data): Likewise.
26226         (fmod_test_data): Likewise.
26227         (log_test_data): Likewise.
26228         (log10_test_data): Likewise.
26229         (log2_test_data): Likewise.
26230         (pow_test_data): Likewise.
26231         (sqrt_test_data): Likewise.
26232         (y0_test_data): Likewise.
26233         (y1_test_data): Likewise.
26234         (yn_test_data): Likewise.
26235
26236         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
26237         function contents.
26238
26239         * math/libm-test.inc (struct test_ff_i_data): New type.
26240         (RUN_TEST_LOOP_ff_i_tg): New macro.
26241         (isgreater_test_data): New variable.
26242         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26243         (isgreaterequal_test_data): New variable.
26244         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26245         (isless_test_data): New variable.
26246         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26247         (islessequal_test_data): New variable.
26248         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26249         (islessgreater_test_data): New variable.
26250         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26251         (isunordered_test_data): New variable.
26252         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26253
26254 2013-05-14  David S. Miller  <davem@davemloft.net>
26255
26256         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26257
26258 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
26259
26260         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
26261
26262         * math/libm-test.inc (struct test_fF_f1_data): Change type of
26263         extra_test to int.
26264         (struct test_f_i_data): Change type of max_ulp to int.
26265
26266         * math/libm-test.inc (test_ffI_f1_data): New type.
26267         (RUN_TEST_LOOP_ffI_f1): New macro.
26268         (remquo_test_data): New variable.
26269         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
26270
26271         * setjmp/tst-setjmp-fp.c: New file.
26272         * setjmp/Makefile (tests): Add tst-setjmp-fp.
26273         (link-libm): New variable.
26274         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
26275
26276         * math/libm-test.inc (struct test_f_i_data): New type.
26277         (RUN_TEST_LOOP_f_i): New macro.
26278         (RUN_TEST_LOOP_f_i_tg): Likewise.
26279         (fpclassify_test_data): New variable.
26280         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
26281         (ilogb_test_data): New variable.
26282         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
26283
26284         * math/libm-test.inc (scalbln_test): Correct function name in END
26285         call.
26286
26287         * math/libm-test.inc (struct test_f_f1_data): Add comment.
26288         (RUN_TEST_LOOP_fI_f1): New macro.
26289         (frexp_test_data): New variable.
26290         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
26291
26292         * math/libm-test.inc (struct test_fF_f1_data): New type.
26293         (RUN_TEST_LOOP_fF_f1): New macro.
26294         (modf_test_data): New variable.
26295         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
26296
26297         * math/libm-test.inc (struct test_f_f1_data): New type.
26298         (RUN_TEST_LOOP_f_f1): New macro.
26299         (gamma_test_data): New variable.
26300         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
26301         (lgamma_test_data): New variable.
26302         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
26303
26304 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
26305
26306         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
26307         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
26308         (main): Comment "tls" pseudo-hwcap.
26309
26310 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
26311
26312         * math/libm-test.inc (struct test_fl_f_data): New type.
26313         (RUN_TEST_LOOP_fl_f): New variable.
26314         (scalbln_test_data): New variable.
26315         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
26316
26317         * math/libm-test.inc (struct test_fi_f_data): New type.
26318         (RUN_TEST_LOOP_fi_f): New macro.
26319         (ldexp_test_data): New variable.
26320         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
26321         (scalbn_test_data): New variable.
26322         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
26323
26324         * math/libm-test.inc (struct test_c_f_data): New type.
26325         (RUN_TEST_LOOP_c_f): New macro.
26326         (cabs_test_data): New variable.
26327         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
26328         (carg_test_data): New variable.
26329         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
26330         (cimag_test_data): New variable.
26331         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
26332         (creal_test_data): New variable.
26333         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
26334
26335         * math/libm-test.inc (struct test_if_f_data): New type.
26336         (RUN_TEST_LOOP_if_f): New macro.
26337         (jn_test_data): New variable.
26338         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
26339         (yn_test_data): New variable.
26340         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
26341
26342         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
26343
26344 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26345
26346         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
26347         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
26348
26349 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26350
26351         * benchtests/Makefile (CPPFLAGS-nonlib): Add
26352         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
26353         (bench-deps): Add bench-timing.h.
26354         * benchtests-bench-skeleton.c: Include bench-timing.h.
26355         (main): Use TIMING_* macros instead of clock_gettime.
26356         * benchtests/bench-timing.h: New file.
26357
26358         [BZ #14582]
26359         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
26360         Renamed from _LIB_VERSION.
26361         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
26362
26363 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
26364
26365         * math/libm-test.inc (struct test_fff_f_data): New type.
26366         (RUN_TEST_LOOP_fff_f): New macro.
26367         (fma_test_data): New variable.
26368         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
26369         (fma_towardzero_test_data): New variable.
26370         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
26371         (fma_downward_test_data): New variable.
26372         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
26373         (fma_upward_test_data): New variable.
26374         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
26375
26376         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
26377         (struct test_c_c_data): New type.
26378         (RUN_TEST_LOOP_c_c): New macro.
26379         (cacos_test_data): New variable.
26380         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
26381         (cacosh_test_data): New variable.
26382         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
26383         (casin_test_data): New variable.
26384         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
26385         (casinh_test_data): New variable.
26386         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
26387         (catan_test_data): New variable.
26388         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
26389         (catanh_test_data): New variable.
26390         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
26391         (ccos_test_data): New variable.
26392         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
26393         (ccosh_test_data): New variable.
26394         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
26395         (cexp_test_data): New variable.
26396         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
26397         (clog_test_data): New variable.
26398         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
26399         (clog10_test_data): New variable.
26400         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
26401         (conj_test_data): New variable.
26402         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
26403         (cproj_test_data): New variable.
26404         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
26405         (csin_test_data): New variable.
26406         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
26407         (csinh_test_data): New variable.
26408         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
26409         (csqrt_test_data): New variable.
26410         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
26411         (ctan_test_data): New variable.
26412         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
26413         (ctan_tonearest_test_data): New variable.
26414         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
26415         (ctan_towardzero_test_data): New variable.
26416         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
26417         (ctan_downward_test_data): New variable.
26418         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
26419         (ctan_upward_test_data): New variable.
26420         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
26421         (ctanh_test_data): New variable.
26422         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
26423         (ctanh_tonearest_test_data): New variable.
26424         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
26425         (ctanh_towardzero_test_data): New variable.
26426         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
26427         (ctanh_downward_test_data): New variable.
26428         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
26429         (ctanh_upward_test_data): New variable.
26430         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
26431         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
26432         of BUILD_COMPLEX.
26433
26434         * math/libm-test.inc (struct test_ff_f_data): New type.
26435         (struct test_ff_f_data_nexttoward): Likewise.
26436         (RUN_TEST_LOOP_2_f): New macro.
26437         (RUN_TEST_LOOP_ff_f): Likewise.
26438         (atan2_test_data): New variable.
26439         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
26440         (copysign_test_data): New variable.
26441         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
26442         (fdim_test_data): New variable.
26443         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
26444         (fmax_test_data): New variable.
26445         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
26446         (fmin_test_data): New variable.
26447         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
26448         (fmod_test_data): New variable.
26449         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
26450         (hypot_test_data): New variable.
26451         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
26452         (nextafter_test_data): New variable.
26453         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
26454         (nexttoward_test_data): New variable.
26455         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
26456         (pow_test_data): New variable.
26457         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
26458         (pow_tonearest_test_data): New variable.
26459         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
26460         (pow_towardzero_test_data): New variable.
26461         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
26462         (pow_downward_test_data): New variable.
26463         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
26464         (pow_upward_test_data): New variable.
26465         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
26466         (remainder_test_data): New variable.
26467         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
26468         (scalb_test_data): New variable.
26469         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
26470         * sysdeps/i386/fpu/libm-test-ulps: Update.
26471
26472 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
26473
26474         * math/libm-test.inc (fma_test): Use max_value instead of local
26475         variable fltmax.
26476         (nextafter_test): Likewise.
26477
26478         * math/libm-test.inc (acos_towardzero_test_data): New variable.
26479         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26480         (acos_downward_test_data): New variable.
26481         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26482         (acos_upward_test_data): New variable.
26483         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26484         (acosh_test_data): New variable.
26485         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
26486         (asin_test_data): New variable.
26487         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
26488         (asin_tonearest_test_data): New variable.
26489         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26490         (asin_towardzero_test_data): New variable.
26491         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26492         (asin_downward_test_data): New variable.
26493         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26494         (asin_upward_test_data): New variable.
26495         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26496         (asinh_test_data): New variable.
26497         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
26498         (atan_test_data): New variable.
26499         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
26500         (atanh_test_data): New variable.
26501         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
26502         (cbrt_test_data): New variable.
26503         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
26504         (ceil_test_data): New variable.
26505         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
26506         (cos_test_data): New variable.
26507         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
26508         (cos_tonearest_test_data): New variable.
26509         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26510         (cos_towardzero_test_data): New variable.
26511         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26512         (cos_downward_test_data): New variable.
26513         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26514         (cos_upward_test_data): New variable.
26515         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26516         (cosh_test_data): New variable.
26517         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
26518         (cosh_tonearest_test_data): New variable.
26519         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26520         (cosh_towardzero_test_data): New variable.
26521         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26522         (cosh_downward_test_data): New variable.
26523         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26524         (cosh_upward_test_data): New variable.
26525         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26526         (erf_test_data): New variable.
26527         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
26528         (erfc_test_data): New variable.
26529         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
26530         (exp_test_data): New variable.
26531         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
26532         (exp_tonearest_test_data): New variable.
26533         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26534         (exp_towardzero_test_data): New variable.
26535         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26536         (exp_downward_test_data): New variable.
26537         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26538         (exp_upward_test_data): New variable.
26539         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26540         (exp10_test_data): New variable.
26541         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
26542         (exp2_test_data): New variable.
26543         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
26544         (expm1_test_data): New variable.
26545         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
26546         (fabs_test_data): New variable.
26547         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
26548         (floor_test_data): New variable.
26549         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
26550         (j0_test_data): New variable.
26551         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
26552         (j1_test_data): New variable.
26553         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
26554         (log_test_data): New variable.
26555         (log_test): Run tests with RUN_TEST_LOOP_f_f.
26556         (log10_test_data): New variable.
26557         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
26558         (log1p_test_data): New variable.
26559         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
26560         (log2_test_data): New variable.
26561         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
26562         (logb_test_data): New variable.
26563         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
26564         (logb_downward_test_data): New variable.
26565         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26566         (nearbyint_test_data): New variable.
26567         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
26568         (rint_test_data): New variable.
26569         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
26570         (rint_tonearest_test_data): New variable.
26571         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26572         (rint_towardzero_test_data): New variable.
26573         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26574         (rint_downward_test_data): New variable.
26575         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26576         (rint_upward_test_data): New variable.
26577         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26578         (round_test_data): New variable.
26579         (round_test): Run tests with RUN_TEST_LOOP_f_f.
26580         (sin_test_data): New variable.
26581         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
26582         (sin_tonearest_test_data): New variable.
26583         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26584         (sin_towardzero_test_data): New variable.
26585         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26586         (sin_downward_test_data): New variable.
26587         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26588         (sin_upward_test_data): New variable.
26589         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26590         (sinh_test_data): New variable.
26591         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
26592         (sinh_tonearest_test_data): New variable.
26593         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26594         (sinh_towardzero_test_data): New variable.
26595         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26596         (sinh_downward_test_data): New variable.
26597         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26598         (sinh_upward_test_data): New variable.
26599         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26600         (sqrt_test_data): New variable.
26601         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
26602         (tan_test_data): New variable.
26603         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
26604         (tan_tonearest_test_data): New variable.
26605         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26606         (tan_towardzero_test_data): New variable.
26607         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26608         (tan_downward_test_data): New variable.
26609         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26610         (tan_upward_test_data): New variable.
26611         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26612         (tanh_test_data): New variable.
26613         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
26614         (tgamma_test_data): New variable.
26615         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
26616         (trunc_test_data): New variable.
26617         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
26618         (y0_test_data): New variable.
26619         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
26620         (y1_test_data): New variable.
26621         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
26622         (significand_test_data): New variable.
26623         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
26624
26625 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
26626
26627         [BZ #12387]
26628         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
26629
26630 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
26631
26632         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
26633
26634 2013-05-10  Andreas Jaeger  <aj@suse.de>
26635
26636         [BZ #15448]
26637         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
26638         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
26639
26640 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
26641
26642         * math/gen-libm-test.pl (adjust_arg): New function.
26643         (special_functions): Handle generating output in both functions
26644         and arrays.
26645         (parse_args): Likewise.
26646         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
26647         $in_func argument to parse_args.
26648         * math/libm-test.inc (struct test_f_f_data): New type.
26649         (IF_ROUND_INIT_): New macro.
26650         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
26651         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26652         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26653         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26654         (ROUND_RESTORE_): Likewise.
26655         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
26656         (ROUND_RESTORE_FE_TONEAREST): Likewise.
26657         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
26658         (ROUND_RESTORE_FE_UPWARD): Likewise.
26659         (RUN_TEST_LOOP_f_f): New macro.
26660         (acos_test_data): New variable.
26661         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
26662         (acos_tonearest_test_data): New variable.
26663         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26664
26665 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26666
26667         * benchtests/bench-skeleton.c (startup): Fix coding style.
26668
26669 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
26670
26671         [BZ #6809]
26672         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
26673         negative infinity argument.
26674         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
26675         negative infinity argument.
26676         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
26677         negative infinity argument.
26678         * math/libm-test.inc (tgamma_test): Expect errno to be set for
26679         domain errors.
26680
26681 2013-05-10  Florian Weimer  <fweimer@redhat.com>
26682
26683         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
26684         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
26685         * iconv/iconv_prog.c (main): Likewise.
26686         * locale/programs/charmap-dir.c (charmap_readdir)
26687         (fopen_uncompressed): Likewise.
26688         * locale/programs/locfile.c (siblings_uncached)
26689         (write_locale_data): Use lstat64 instead of lstat.
26690         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
26691         stat.
26692
26693 2013-05-10  Andreas Jaeger  <aj@suse.de>
26694
26695         [BZ #15395]
26696         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
26697         localization.
26698         Include <locale.h>.
26699
26700 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
26701
26702         * elf/dl-close.c (_dl_close_worker): Add comments.
26703
26704 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
26705
26706         [BZ #15359]
26707         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
26708         high part of pi/2.
26709         (__ieee754_rem_pio2l): Update comments.
26710
26711         [BZ #15429]
26712         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
26713         high part of pi/2.
26714         (__ieee754_rem_pio2l): Update comments.
26715
26716         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
26717         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
26718
26719         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
26720         M_PI_4l.
26721
26722         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
26723         (M_PI_34_LOG10El): Likewise.
26724         (M_PI2_LOG10El): Likewise.
26725         (M_PI4_LOG10El): Likewise.
26726         (M_PI_LOG10El): Likewise.
26727
26728 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26729
26730         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26731
26732 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
26733
26734         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
26735         (MINUS_ZERO_INIT): Likewise.
26736         (PLUS_INFTY_INIT): Likewise.
26737         (MINUS_INFTY_INIT): Likewise.
26738         (QNAN_VALUE_INIT): Likewise.
26739         (MAX_VALUE_INIT): Likewise.
26740         (MIN_VALUE_INIT): Likewise.
26741         (MIN_SUBNORM_VALUE_INIT): Likewise.
26742         (plus_zero): Initialize with PLUS_ZERO_INIT.
26743         (minus_zero): Initialize with MINUS_ZERO_INIT.
26744         (plus_infty): Initialize with PLUS_INFTY_INIT.
26745         (minus_infty): Initialize with MINUS_INFTY_INIT.
26746         (qnan_value): Initialize with QNAN_VALUE_INIT.
26747         (max_value): Initialize with MAX_VALUE_INIT.
26748         (min_value): Initialize with MIN_VALUE_INIT.
26749         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
26750
26751         * math/libm-test.inc (RUN_TEST_if_f): New macro.
26752         (jn_test): Use TEST_if_f instead of TEST_ff_f.
26753         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
26754         (yn_test): Use TEST_if_f instead of TEST_ff_f.
26755
26756         * math/libm-test.inc (RUN_TEST_f_f): New macro.
26757         (RUN_TEST_2_f): Likewise.
26758         (RUN_TEST_ff_f): Likewise.
26759         (RUN_TEST_fi_f): Likewise.
26760         (RUN_TEST_fl_f): Likewise.
26761         (RUN_TEST_fff_f): Likewise.
26762         (RUN_TEST_c_f): Likewise.
26763         (RUN_TEST_f_f1): Likewise.
26764         (RUN_TEST_fF_f1): Likewise.
26765         (RUN_TEST_fI_f1): Likewise.
26766         (RUN_TEST_ffI_f1): Likewise.
26767         (RUN_TEST_c_c): Likewise.
26768         (RUN_TEST_cc_c): Likewise.
26769         (RUN_TEST_f_i): Likewise.
26770         (RUN_TEST_f_i_tg): Likewise.
26771         (RUN_TEST_ff_i_tg): Likewise.
26772         (RUN_TEST_f_b): Likewise.
26773         (RUN_TEST_f_b_tg): Likewise.
26774         (RUN_TEST_f_l): Likewise.
26775         (RUN_TEST_f_L): Likewise.
26776         (RUN_TEST_sincos): Likewise.
26777         * math/gen-libm-test.pl (new_test): Take new argument to indicate
26778         whether to show exceptions.  Do not include ");\n" in return
26779         value.
26780         (special_functions): Output call to RUN_TEST_sincos instead of
26781         check_float calls.  Update calls to new_test.
26782         (parse_args): Output call to single RUN_TEST_* macro instead of
26783         check_* calls and other assignments.  Update calls to new_test.
26784
26785         [BZ #2546]
26786         [BZ #2560]
26787         [BZ #5159]
26788         [BZ #15426]
26789         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
26790         input to result for tgamma overflow.
26791         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
26792         (gamma_coeff): New variable.
26793         (NCOEFF): New macro.
26794         (gamma_positive): New function.
26795         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26796         underflow here.  Use gamma_positive instead of exp (lgamma) for
26797         other arguments.
26798         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26799         (gamma_coeff): New variable.
26800         (NCOEFF): New macro.
26801         (gammaf_positive): New function.
26802         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26803         underflow here.  Use gamma_positive instead of exp (lgamma) for
26804         other arguments.
26805         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26806         (gamma_coeff): New variable.
26807         (NCOEFF): New macro.
26808         (gammal_positive): New function.
26809         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26810         underflow here.  Use gamma_positive instead of exp (lgamma) for
26811         other arguments.
26812         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26813         (gamma_coeff): New variable.
26814         (NCOEFF): New macro.
26815         (gammal_positive): New function.
26816         (__ieee754_gammal_r): Handle positive infinity, overflow and
26817         underflow here.  Handle NaN the same as positive infinity.  Remove
26818         check x < 0xffffffff for negative integers.  Use gamma_positive
26819         instead of exp (lgamma) for other arguments.
26820         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26821         (gamma_coeff): New variable.
26822         (NCOEFF): New macro.
26823         (gammal_positive): New function.
26824         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26825         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26826         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26827         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26828         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26829         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26830         * sysdeps/generic/math_private.h (__gamma_productf): New
26831         prototype.
26832         (__gamma_product): Likewise.
26833         (__gamma_productl): Likewise.
26834         * math/Makefile (libm-calls): Add gamma_product.
26835         * math/libm-test.inc (tgamma_test): Add more tests.
26836         * sysdeps/i386/fpu/libm-test-ulps: Update.
26837         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26838
26839 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
26840
26841         * benchtests/bench-skeleton.c (main): Preheat CPU.
26842
26843 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
26844
26845         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26846
26847 2013-05-07  Roland McGrath  <roland@hack.frob.com>
26848
26849         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26850         and _dl_skip_args_internal.
26851
26852 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
26853
26854         * manual/message.texi (Message Translation): Talk about users.
26855         Message to key mapping impacts design.
26856
26857 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26858
26859         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26860
26861         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26862
26863         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26864         * sysdeps/wordsize-64/glob64.c: ... here.
26865
26866         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26867         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26868         New macros.
26869
26870         * debug/getlogin_r_chk.c: Moved to ...
26871         * login/getlogin_r_chk.c: ... here.
26872         * debug/Makefile (routines): Move getlogin_r_chk to ...
26873         * login/Makefile (routines): ... here.
26874         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26875         * login/Versions (libc: GLIBC_2.4): ... here.
26876
26877         * io/poll.c (__poll): Renamed from poll.
26878         Add libc_hidden_def.
26879         (poll): Define as weak alias.
26880
26881         * debug/ptsname_r_chk.c: Moved to ...
26882         * login/ptsname_r_chk.c: ... here.
26883         * debug/Makefile (routines): Move ptsname_r_chk to ...
26884         * login/Makefile (routines): ... here.
26885         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26886         * login/Versions (libc: GLIBC_2.4): ... here.
26887
26888         * posix/getlogin.c: Moved to ...
26889         * login/getlogin.c: ... here.
26890         * posix/getlogin_r.c: Moved to ...
26891         * login/getlogin_r.c: ... here.
26892         * posix/getlogin_r.c: Moved to ...
26893         * login/getlogin_r.c: ... here.
26894         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26895         * login/Makefile (routines): ... here.
26896         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26897         * login/Versions (libc: GLIBC_2.0): ... here.
26898
26899         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26900         (setrlimit): Define as weak alias.
26901
26902         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26903         Call __ names for open, ftruncate, and close.
26904         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26905         (truncate): Define as weak alias.
26906
26907 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26908
26909         * math/gen-libm-test.pl (parse_args): Initialize x before each
26910         test of frexp, modf and remquo.
26911
26912         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26913         test signgam value.
26914
26915 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26916
26917         [BZ #15418]
26918         [BZ #15419]
26919         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26920         internal tests.
26921         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26922
26923 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26924
26925         * elf/dl-writev.h: New file.
26926         * elf/dl-misc.c: Include it.
26927         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26928         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26929
26930 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26931
26932         * math/libm-test.inc (noXFails): Remove variable.
26933         (noXPasses): Likewise.
26934         (BUILD_COMPLEX_INT): Remove macro.
26935         (print_screen): Remove xfail argument.
26936         (print_screen_max_error): Likewise.
26937         (update_stats): Likewise.
26938         (print_max_error): Likewise.  Update calls to other affected
26939         functions.
26940         (print_complex_max_error): Likewise.
26941         (test_single_exception): Update calls to print_screen.
26942         (test_single_errno): Likewise.
26943         (check_float_internal): Remove xfail argument.  Update calls to
26944         other affected functions.
26945         (check_float): Likewise.
26946         (check_complex): Likewise.
26947         (check_int): Likewise.
26948         (check_long): Likewise.
26949         (check_bool): Likewise.
26950         (check_longlong): Likewise.
26951         (main): Don't print noXFails and noXPasses.
26952         * math/gen-libm-test.pl (top level): Don't mention expected
26953         failure handling in comment.
26954         (new_test): Don't handle expected failures.
26955         (parse_args): Don't mention expected failure handling in comment.
26956         (generate_testfile): Don't handle expected failures.
26957         (parse_ulps): Likewise.
26958         (print_ulps_file): Likewise.
26959         (get_failure): Remove function.
26960         (output_test): Don't handle expected failures.
26961         * make/README.libm-test: Don't mention expected failure handling.
26962
26963         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26964         (minus_zero): Likewise.
26965         (plus_infty): Likewise.
26966         (minus_infty): Likewise.
26967         (qnan_value): Likewise.
26968         (max_value): Likewise.
26969         (min_value): Likewise.
26970         (min_subnorm_value): Likewise.
26971         (initialize): Do not initialize those variables dynamically.
26972
26973 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26974
26975         * io/open.c (__open_2): Moved to ...
26976         * io/open_2.c: ... this new file.
26977         * io/open64.c (__open64_2): Moved to ...
26978         * io/open64_2.c: ... this new file.
26979         * io/openat.c (__openat_2): Moved to ...
26980         * io/openat_2.c: ... this new file.
26981         * io/openat64.c (__openat64_2): Moved to ...
26982         * io/openat64_2.c: ... this new file.
26983         * io/Makefile (routines): Add them.
26984         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26985         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26986         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26987         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26988         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26989         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26990         (__openat64): Add hidden_ver.
26991         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26992         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26993
26994         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26995         Separately conditionalize setting of GLRO(dl_sysinfo) so
26996         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26997         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26998
26999 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27000
27001         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
27002         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
27003         definition.
27004         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
27005         * sysdeps/unix/sysv/linux/powerpc/init-first.c
27006         (_libc_vdso_platform_setup): Add __vdso_time initialization.
27007         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
27008         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
27009
27010 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
27011
27012         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
27013         test signgam value.
27014
27015         * math/libm-test.inc (hypot_test): Do not use
27016         IGNORE_ZERO_INF_SIGN.
27017
27018 2013-05-03  Andreas Jaeger  <aj@suse.de>
27019
27020         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
27021         Linux 3.9.
27022         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
27023         (PF_MAX): Adjust for VSOCK change.
27024
27025 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27026
27027         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27028
27029 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
27030
27031         [BZ #15264]
27032         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
27033         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
27034         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
27035
27036 2013-05-02  David S. Miller  <davem@davemloft.net>
27037
27038         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27039
27040 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
27041
27042         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
27043
27044 2013-05-01  Roland McGrath  <roland@hack.frob.com>
27045
27046         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
27047
27048 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
27049
27050         [BZ #14952]
27051         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
27052         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27053         Use __attribute__ ((__gnu_inline__)).
27054         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27055         Don't use __attribute__ ((__gnu_inline__)).
27056
27057 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
27058
27059         [BZ #15423]
27060         * math/s_catan.c (__catan): Handle small real or imaginary part of
27061         input specially to avoid spurious underflow.
27062         * math/s_catanf.c (__catanf): Likewise.
27063         * math/s_catanh.c (__catanh): Likewise.
27064         * math/s_catanhf.c (__catanhf): Likewise.
27065         * math/s_catanhl.c (__catanhl): Likewise.
27066         * math/s_catanl.c (__catanl): Likewise.
27067         * math/libm-test.inc (catan_test): Add more tests.
27068         (catanh_test): Likewise.
27069         * sysdeps/i386/fpu/libm-test-ulps: Update.
27070         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27071
27072 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27073
27074         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27075
27076 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
27077
27078         [BZ #15416]
27079         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
27080         accurately for denominator in atan2.
27081         * math/s_catanf.c (__catanf): Likewise.
27082         * math/s_catanh.c (__catanh): Likewise.
27083         * math/s_catanhf.c (__catanhf): Likewise.
27084         * math/s_catanhl.c (__catanhl): Likewise.
27085         * math/s_catanl.c (__catanl): Likewise.
27086         * math/libm-test.inc (catan_test): Add more tests.
27087         (catanh_test): Likewise.
27088         * sysdeps/i386/fpu/libm-test-ulps: Update.
27089         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27090
27091 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27092
27093         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
27094
27095         * benchtests/Makefile (bench): Remove slow benchmarks.
27096         * benchtests/atan-inputs: Add slow benchmark inputs.
27097         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
27098         (BENCH_FUNC): Accept variant offset.
27099         (VARIANT): Define.
27100         * benchtests/bench-skeleton.c (main): Run benchmark for each
27101         variant.
27102         * benchtests/cos-inputs: Add slow benchmark inputs.
27103         * benchtests/exp-inputs: Likewise.
27104         * benchtests/pow-inputs: Likewise.
27105         * benchtests/sin-inputs: Likewise.
27106         * benchtests/slowatan-inputs: Remove.
27107         * benchtests/slowatan.c: Remove.
27108         * benchtests/slowcos-inputs: Remove.
27109         * benchtests/slowcos.c: Remove.
27110         * benchtests/slowexp-inputs: Remove.
27111         * benchtests/slowexp.c: Remove.
27112         * benchtests/slowpow-inputs: Remove.
27113         * benchtests/slowpow.c: Remove.
27114         * benchtests/slowsin-inputs: Remove.
27115         * benchtests/slowsin.c: Remove.
27116         * benchtests/slowtan-inputs: Remove.
27117         * benchtests/slowtan.c: Remove.
27118         * benchtests/tan-inputs: Add slow benchmark inputs.
27119         * scripts/bench.pl: Parse comments and directives.
27120
27121         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
27122         in CPPFLAGS.
27123         ($(objpfx)bench-%.c): Remove *-ITER.
27124         * benchtests/bench-modf.c: Remove definition of ITER.
27125         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
27126         (main): Loop for DURATION seconds instead of fixed number of
27127         iterations.
27128         * scripts/bench.pl: Don't expect iterations in parameters.
27129
27130 2013-04-29  Roland McGrath  <roland@hack.frob.com>
27131
27132         * io/fchdir.c (__fchdir): Renamed from fchdir.
27133         (fchdir): Define as weak alias.
27134
27135 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
27136
27137         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
27138         (ERRNO_EDOM): Likewise.
27139         (ERRNO_ERANGE): Likewise.
27140         (noErrnoTests): New variable.
27141         (init_max_error): Set errno to 0.
27142         (test_single_errno): New function.
27143         (test_errno): Likewise.
27144         (check_float_internal): Call test_errno.  Set errno to 0.
27145         (check_complex): Refer to errno tests in comment.
27146         (check_int): Call test_errno.  Set errno to 0.
27147         (check_long): Likewise.
27148         (check_bool): Likewise.
27149         (check_longlong): Likewise.
27150         (cos_test): Use ERRNO_* flags for errno tests instead of
27151         check_int.
27152         (expm1_test): Likewise.
27153         (fmod_test): Likewise.
27154         (ilogb_test): Likewise.
27155         (lgamma_test): Likewise.
27156         (pow_test): Likewise.
27157         (remainder_test): Likewise.
27158         (sin_test): Likewise.
27159         (tan_test): Likewise.
27160         (yn_test): Likewise.
27161         (initialize): Set errno to 0.
27162         (main): Print number of errno tests.
27163         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
27164
27165 2013-04-29  Andreas Jaeger  <aj@suse.de>
27166
27167         [BZ #15084]
27168         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
27169         and RES_USEVC.
27170
27171         [BZ #15085]
27172         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
27173         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
27174         unimplemented.
27175
27176         [BZ #15380]
27177         * stdlib/random.c (__initstate): Return NULL if
27178         __initstate fails.
27179
27180         [BZ #15086]
27181         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
27182         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
27183         RES_SNGLKUPREOP.
27184
27185 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27186
27187         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27188
27189 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
27190
27191         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
27192         of individual tests.
27193         (casin_test): Likewise.
27194         (casinh_test): Likewise.
27195
27196 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
27197
27198         [BZ #15409]
27199         * math/s_catan.c (__catan): Handle arguments with large real or
27200         imaginary part separately without squaring.
27201         * math/s_catanf.c (__catanf): Likewise.
27202         * math/s_catanh.c (__catanh): Likewise.
27203         * math/s_catanhf.c (__catanhf): Likewise.
27204         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
27205         and redefine.
27206         (__catanhl): Handle arguments with large real or imaginary part
27207         separately without squaring.
27208         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
27209         and redefine.
27210         (__catanl): Handle arguments with large real or imaginary part
27211         separately without squaring.
27212         * math/libm-test.inc (catan_test): Add more tests.
27213         (catanh_test): Likewise.
27214         * sysdeps/i386/fpu/libm-test-ulps: Update.
27215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27216
27217 2013-04-27  Andreas Jaeger  <aj@suse.de>
27218
27219         [BZ #15007]
27220         * stdlib/stdlib.h: Update guards for qecvt.
27221         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
27222         <stdlib.h>.
27223
27224 2013-04-27  Allan McRae  <allan@archlinux.org>
27225
27226         * sysdeps/i386/fpu/libm-test-ulps: Update.
27227
27228 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
27229
27230         [BZ #15406]
27231         * math/s_catan.c: Include <float.h>.
27232         (__catan): Ensure underflow exception occurs for underflowed
27233         result.
27234         * math/s_catanf.c: Include <float.h>.
27235         (__catanf): Ensure underflow exception occurs for underflowed
27236         result.
27237         * math/s_catanh.c: Include <float.h>.
27238         (__catanh): Ensure underflow exception occurs for underflowed
27239         result.
27240         * math/s_catanhf.c: Include <float.h>.
27241         (__catanhf): Ensure underflow exception occurs for underflowed
27242         result.
27243         * math/s_catanhl.c: Include <float.h>.
27244         (__catanhl): Ensure underflow exception occurs for underflowed
27245         result.
27246         * math/s_catanl.c: Include <float.h>.
27247         (__catanl): Ensure underflow exception occurs for underflowed
27248         result.
27249         * math/libm-test.inc (catan_test): Add more tests.
27250         (catanh_test): Likewise.
27251
27252         [BZ #15405]
27253         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
27254         underflowed result.
27255         * math/s_ccoshf.c (__ccoshf): Likewise.
27256         * math/s_ccoshl.c (__ccoshl): Likewise.
27257         * math/s_csin.c (__csin): Likewise.
27258         * math/s_csinf.c (__csinf): Likewise.
27259         * math/s_csinh.c (__csinh): Likewise.
27260         * math/s_csinhf.c (__csinhf): Likewise.
27261         * math/s_csinhl.c (__csinhl): Likewise.
27262         * math/s_csinl.c (__csinl): Likewise.
27263         * math/libm-test.inc (ccos_test): Add more tests.
27264         (ccosh_test): Likewise.
27265         (csin_test): Likewise.
27266         (csinh_test): Likewise.
27267
27268 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27269
27270         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
27271         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
27272         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
27273         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
27274         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
27275         powerpc/power5+/fpu folders.
27276         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
27277
27278
27279 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
27280
27281         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27282
27283 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
27284
27285         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
27286         additions to variable.
27287         [$(config-machine) = x86_64] (modules-names): Likewise.
27288         ($(objpfx)tst-audit3): Remove dependency.
27289         ($(objpfx)tst-audit3.out): Likewise.
27290         ($(objpfx)tst-audit4): Likewise.
27291         ($(objpfx)tst-audit4.out): Likewise.
27292         ($(objpfx)tst-audit5): Likewise.
27293         ($(objpfx)tst-audit5.out): Likewise.
27294         ($(objpfx)tst-audit6): Likewise.
27295         ($(objpfx)tst-audit6.out): Likewise.
27296         ($(objpfx)tst-audit7): Likewise.
27297         ($(objpfx)tst-audit7.out): Likewise.
27298         (tst-audit3-ENV): Remove variable.
27299         (tst-audit4-ENV): Likewise.
27300         (tst-audit5-ENV): Likewise.
27301         (tst-audit6-ENV): Likewise.
27302         (tst-audit7-ENV): Likewise.
27303         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
27304         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
27305         addition to variable.
27306         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
27307         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
27308         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
27309         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
27310         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
27311         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
27312         tst-audit3, tst-audit4 and tst-audit5.
27313         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
27314         tst-audit6 and tst-audit7.
27315         [$(subdir) = elf] (modules-names): Add audit modules for those
27316         tests.
27317         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
27318         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
27319         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
27320         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
27321         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
27322         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
27323         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
27324         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
27325         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
27326         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
27327         [$(subdir) = elf] (tst-audit3-ENV): New variable.
27328         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
27329         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
27330         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
27331         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
27332         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
27333         Likewise.
27334         [$(subdir) = elf && $(config-cflags-avx) = yes]
27335         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
27336         [$(subdir) = elf && $(config-cflags-avx) = yes]
27337         (CFLAGS-tst-auditmod4a.c): Likewise.
27338         [$(subdir) = elf && $(config-cflags-avx) = yes]
27339         (CFLAGS-tst-auditmod4b.c): Likewise.
27340         [$(subdir) = elf && $(config-cflags-avx) = yes]
27341         (CFLAGS-tst-auditmod6b.c): Likewise.
27342         [$(subdir) = elf && $(config-cflags-avx) = yes]
27343         (CFLAGS-tst-auditmod6c.c): Likewise.
27344         [$(subdir) = elf && $(config-cflags-avx) = yes]
27345         (CFLAGS-tst-auditmod7b.c): Likewise.
27346         * elf/tst-audit3.c: Move to ...
27347         * sysdeps/x86_64/tst-audit3.c: ... here.
27348         * elf/tst-audit4.c: Move to ...
27349         * sysdeps/x86_64/tst-audit4.c: ... here.
27350         * elf/tst-audit5.c: Move to ...
27351         * sysdeps/x86_64/tst-audit5.c: ... here.
27352         * elf/tst-audit6.c: Move to ...
27353         * sysdeps/x86_64/tst-audit6.c: ... here.
27354         * elf/tst-audit7.c: Move to ...
27355         * sysdeps/x86_64/tst-audit7.c: ... here.
27356         * elf/tst-auditmod3a.c: Move to ...
27357         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
27358         * elf/tst-auditmod3b.c: Move to ...
27359         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
27360         * elf/tst-auditmod4a.c: Move to ...
27361         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
27362         * elf/tst-auditmod4b.c: Move to ...
27363         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
27364         * elf/tst-auditmod5a.c: Move to ...
27365         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
27366         * elf/tst-auditmod5b.c: Move to ...
27367         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
27368         * elf/tst-auditmod6a.c: Move to ...
27369         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
27370         * elf/tst-auditmod6b.c: Move to ...
27371         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
27372         * elf/tst-auditmod6c.c: Move to ...
27373         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
27374         * elf/tst-auditmod7a.c: Move to ...
27375         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
27376         * elf/tst-auditmod7b.c: Move to ...
27377         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
27378
27379 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
27380
27381         [BZ #15366]
27382         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
27383         define unconditionally.
27384         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
27385         define unconditionally.
27386         (INT8_C, INT16_C, etc.): Likewise.
27387
27388 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
27389
27390         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
27391         __ehdr_start with hidden visibility.
27392
27393         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
27394
27395 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
27396
27397         * math/libm-test.inc (cos_test): Use accurate hex constants.
27398         (sincost_test): Likewise.
27399
27400 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
27401
27402         * math/libm-test.inc (catan_test): Add more tests.
27403         (catanh_test): Likewise.
27404
27405         * math/s_catanf.c (__catanf): Use suffixed floating-point
27406         constants.
27407         * math/s_catanhf.c (__catanhf): Likewise.
27408         * math/s_catanhl.c (__catanhl): Likewise.
27409         * math/s_catanl.c (__catanl): Likewise.
27410
27411         [BZ #15394]
27412         * math/s_catan.c (__catan): Calculate imaginary part of result
27413         with log1p not log unless computing log of number close to 0.
27414         * math/s_catanf.c (__catanf): Likewise.
27415         * math/s_catanl.c (__catanl): Likewise.
27416         * math/s_catanh.c (__catanh): Calculate real part of result with
27417         log1p not log unless computing log of number close to 0.
27418         * math/s_catanhf.c (__catanhf): Likewise.
27419         * math/s_catanhl.c (__catanhl): Likewise.
27420         * math/libm-test.inc (catan_test): Add more tests.
27421         (catanh_test): Likewise.
27422         * sysdeps/i386/fpu/libm-test-ulps: Update.
27423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27424
27425 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
27426
27427         * benchtests/Makefile: Mention files in which fast and slow
27428         paths of math functions are implemented.
27429
27430 2013-04-23  Roland McGrath  <roland@hack.frob.com>
27431
27432         * sysdeps/posix/timespec_get.c: New file.
27433
27434 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27435
27436         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
27437         POWER.
27438         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
27439         for POWER.
27440         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
27441         powerpc/power5/fpu folders.
27442         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
27443         * benchtests/Makefile: Add modf testcase.
27444         * benchtests/bench-modf.c: New file: Benchmark test for mo
27445
27446 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
27447
27448         [BZ #14888]
27449         * time/Makefile (tests): Add tst-strptime-whitespace.
27450         * time/strptime_l.c (get_number): Use ISSPACE.
27451         (__strptime_internal): Likewise.
27452         * time/tst-strptime-whitespace.c: New test case.
27453
27454 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
27455
27456         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
27457         member.
27458         (_nss_files_init): Set it here.
27459
27460 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
27461
27462         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
27463         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
27464         unsigned.
27465
27466 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
27467
27468         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
27469
27470 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27471
27472         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
27473         size just once.
27474
27475 2013-04-21  David S. Miller  <davem@davemloft.net>
27476
27477         * po/ru.po: Update Russion translation from translation project.
27478
27479 2013-04-17  Adam Conrad  <adconrad@0c3.net>
27480
27481         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
27482         and setfsgid.
27483
27484 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
27485
27486         * configure.in: Remove i386 configure warning. Remove i386 case.
27487         * configure: Regenerate.
27488         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
27489         Add example to error message.
27490         * sysdeps/i386/configure: Regenerate.
27491
27492 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27493
27494         * benchtests/Makefile (bench): Add cos, tan, slowcos and
27495         slowtan.
27496         * benchtests/cos-inputs: New file.
27497         * benchtests/slowcos-inputs: New file.
27498         * benchtests/slowcos.c: New file.
27499         * benchtests/slowtan-inputs: New file.
27500         * benchtests/slowtan.c: New file.
27501         * benchtests/tan-inputs: New file.
27502
27503 2013-04-16  Roland McGrath  <roland@hack.frob.com>
27504
27505         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
27506         considered kosher.
27507
27508 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27509
27510         * benchtests/Makefile: Include cppflags-iterator.mk to add
27511         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
27512
27513         * Makefile.in (bench-clean): New target.
27514         * benchtests/Makefile (bench-clean): Likewise.
27515
27516 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
27517
27518         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
27519
27520 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
27521
27522         * stdio-common/tstdiomisc.c: Fix coding-style violation.
27523
27524 2013-04-15  Andreas Schwab  <schwab@suse.de>
27525
27526         * nscd/grpcache.c (cache_addgr): Properly check for short write.
27527         * nscd/initgrcache.c (addinitgroupsX): Likewise.
27528         * nscd/pwdcache.c (cache_addpw): Likewise.
27529         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
27530         more than recsize.
27531
27532 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27533
27534         * benchtests/Makefile (bench): Write all output to
27535         bench-out.tmp together.
27536
27537 2013-04-15  Andreas Schwab  <schwab@suse.de>
27538
27539         * nscd/nscd.c (main): Don't fork again after closing files.
27540
27541 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27542
27543         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
27544
27545         * benchtests/Rules (bench-deps): Collect dependencies into a
27546         single variable.  Add Makefile to dependencies.
27547         ($(objpfx)bench-%.c): Depend on bench-deps.
27548
27549 2013-04-12  Roland McGrath  <roland@hack.frob.com>
27550             Xavier Roche  <roche+kml2@exalead.com>
27551
27552         [BZ #15361]
27553         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
27554         just that it's a file descriptor.
27555         * manual/llio.texi (Synchronizing AIO Operations): Update description
27556         for EBADF error from aio_fsync.
27557
27558 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
27559
27560         * Rules (bench): Move target definition...
27561         * benchtests/Makefile: ... here.
27562
27563 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
27564
27565         * math/libm-test.inc (cos_test): Fix PI/2 test.
27566         (sincos_test): Likewise.
27567         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
27568         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
27569
27570 2013-04-11  Andreas Schwab  <schwab@suse.de>
27571
27572         [BZ #13988]
27573         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
27574         accept exponent character only when digits were seen.
27575         * stdio-common/Makefile (tests): Add bug26.
27576         * stdio-common/bug26.c: New file.
27577
27578         [BZ #14293]
27579         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
27580         non-freeable.
27581
27582 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27583
27584         * Makeconfig (rtld-prefix): Define built linker prefix.
27585         * Rules (run-bench): Use it.
27586         * math/Makefile (run-regen-ulps): Likewise.
27587
27588         * Rules (bench): Remove eval.
27589
27590 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27591             Roland McGrath  <roland@hack.frob.com>
27592             Ondrej Bilka  <neleai@seznam.cz>
27593
27594         [BZ #15346]
27595         * time/getdate.c: Include ctype.h and alloca.h.
27596         (__getdate_r): Trim leading and trailing spaces of input.
27597         * time/tst-getdate.c (tests): Add tests with leading and
27598         trailing spaces.
27599
27600 2013-04-08  Roland McGrath  <roland@hack.frob.com>
27601
27602         [BZ #14280]
27603         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
27604         when computing value.
27605
27606 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27607
27608         * math/README.libm-test (How can I generate "libm-test-ulps"?):
27609         Use testrun.sh to run libm tests.
27610
27611         [BZ #15309]
27612         * elf/dl-open.c (dl_open_worker): memset all of seen array.
27613
27614 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
27615
27616         [BZ #15264]
27617         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
27618
27619 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27620
27621         * Makefile.in (regen-ulps): New target.
27622         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
27623         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
27624         [ifneq (no,$(PERL)] (regen-ulps): New target.
27625         [ifeq (no,$(PERL)] (regen-ulps): New target.
27626         * math/libm-test.inc (ulps_file_name): Define.
27627         (output_dir): New variable.
27628         (options): Add "output-dir" option.
27629         (parse_opt): Handle 'o' case.
27630         (main): If output_dir is non-NULL use it as a prefix
27631         otherwise use "".
27632         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
27633
27634 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27635
27636         [BZ #10060, #10062]
27637         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
27638         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
27639         fail configure if __sync_val_compare_and_swap is not inlined.
27640         * sysdeps/i386/configure: Regenerate.
27641         * configure.in: Build for i686 when configured for i386.
27642         * configure: Regenerate.
27643         * README: Remove i386 reference.
27644
27645 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27646
27647         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
27648         * sysdeps/s390/s390-64/sysdep.h: Likewise.
27649
27650 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
27651
27652         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
27653         (lmsnanval): New variables.
27654         (F): Add conversion tests.
27655         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
27656         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
27657
27658         * stdio-common/tstdiomisc.c (F): Properly collect individual
27659         tests' results.
27660
27661         [BZ #14686, #15336]
27662         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
27663         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
27664         Instead, use input NaN values or generate a qNaN by arithmetic
27665         operation.  Also fix bugs to comply with the standard.
27666         * math/libm-test.inc (remainder_test): Add more tests.
27667
27668         [BZ #15335, #15342]
27669         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
27670         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
27671         input NaN values or generate a qNaN by arithmetic operation.
27672
27673         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
27674         unreachable code.
27675
27676         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
27677         definitions.
27678
27679 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
27680
27681         [BZ #14478]
27682         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
27683         underflowed result.
27684         * math/s_cexpf.c (__cexpf): Likewise.
27685         * math/s_cexpl.c (__cexpl): Likewise.
27686         * math/libm-test.inc (cexp_test): Add more tests.
27687
27688 2013-04-03  Andreas Schwab  <schwab@suse.de>
27689
27690         [BZ #15330]
27691         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
27692         order arrays from heap if bigger than alloca cutoff.
27693
27694 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
27695
27696         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
27697         (SNAN_TESTS_double): Refer to GCC PR56831.
27698         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
27699         GCC PR56828.
27700
27701 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27702
27703         * Rules (bench): Move bench.out after the run is complete.
27704
27705         * Rules (bench): Echo currently running benchmark.
27706
27707         * benchtests/Makefile (bench): Add atan and slowatan.
27708         * benchtests/atan-inputs: New file.
27709         * benchtests/slowatan-inputs: New file.
27710         * benchtests/slowatan.c: New file.
27711
27712         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
27713         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
27714         its value.
27715
27716         [BZ #15305]
27717         * sysdeps/unix/sysv/linux/kernel-features.h
27718         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
27719         __ASSUME_XFS_RESTRICTED_CHOWN.
27720         * sysdeps/unix/sysv/linux/pathconf.c
27721         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
27722         Save and restore errno.
27723
27724 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
27725
27726         [BZ #15327]
27727         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
27728         arguments using __kernel_casinh.
27729         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
27730         arguments using __kernel_casinhf.
27731         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
27732         arguments using __kernel_casinhl.
27733         * math/libm-test.inc (cacosh_test): Add more tests.
27734         * sysdeps/i386/fpu/libm-test-ulps: Update.
27735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27736
27737 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27738
27739         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
27740         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
27741
27742         * bench/Makefile (bench): Add sin and slowsin.
27743         * benchtests/sin-inputs: New file.
27744         * benchtests/slowsin-inputs: New file.
27745         * benchtests/slowsin.c: New file.
27746
27747         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
27748         (bench): Add slowexp and slowpow.
27749         (exp-ITER): Increase iterations.
27750         (pow-ITER): Likewise.
27751         * benchtests/exp-inputs: Change input.
27752         * benchtests/pow-inputs: Likewise.
27753         * benchtests/slowexp-inputs: New file.
27754         * benchtests/slowexp.c: New file.
27755         * benchtests/slowpow-inputs: New file.
27756         * benchtests/slowpow.c: New file.
27757
27758 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27759
27760         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
27761         instructions.
27762         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
27763         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
27764         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
27765         * benchtests/Makefile: Add rint benchtest.
27766         * benchtests/rint-inputs: Input for rint benchtest.
27767
27768 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
27769
27770         * Versions.def (libm): Add GLIBC_2.18.
27771         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
27772         hidden libm prototypes.
27773         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
27774         * math/Makefile (libm-calls): Add s_issignaling.
27775         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
27776         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
27777         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
27778         declaration.
27779         * math/math.h [__USE_GNU] (issignaling): New macro.
27780         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
27781         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
27782         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
27783         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
27784         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
27785         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
27786         * manual/arith.texi (issignaling): New section.
27787         * manual/libm-err-tab.pl (@all_functions): Update comment.
27788         * math/gen-libm-test.pl (parse_args): Apply special handling for
27789         issignaling.
27790         * math/libm-test.inc (print_float, issignaling_test): New
27791         functions.
27792         (check_float_internal): Add issignaling checks.
27793         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
27794         default definition.
27795         * sysdeps/powerpc/math-tests.h: New file.
27796         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27797         tests.
27798         * math/test-snan.c (TEST_FUNC): Likewise.
27799
27800 2013-03-30  David S. Miller  <davem@davemloft.net>
27801
27802         * po/de.po: Update from translation team.
27803
27804 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
27805
27806         [BZ #10357]
27807         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27808         imaginary part less than 1.0 and real part less than 0.5
27809         specially.
27810         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27811         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27812         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27813         (cacos_test): Add more tests.
27814         (casin_test): Likewise.
27815         (casinh_test): Likewise.
27816         * sysdeps/i386/fpu/libm-test-ulps: Update.
27817         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27818
27819 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27820
27821         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27822         ONE with its value.
27823
27824         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27825         (__pow_mp): Replace ONE and MONE with their values.
27826         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27827         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27828         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27829         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27830         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27831         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27832
27833         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27834
27835         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27836         (__pow_mp): Replace ZERO and MZERO with their values.
27837         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27838         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27839         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27840         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27841         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27842         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27843         (__sqr): Likewise.
27844
27845         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27846
27847         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27848
27849 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27850
27851         * include/stdlib.h [!SHARED] (__call_tls_dtors):
27852         Declare with __attribute__ ((weak)).
27853         * stdlib/exit.c (__libc_atexit) [!SHARED]:
27854         Call __call_tls_dtors only if it's not NULL.
27855
27856 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27857
27858         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27859         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27860         magic __ehdr_start linker symbol if it's defined.
27861         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27862         them up here if it was already done.
27863
27864         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27865         (_dl_aux_init): Use const in cast when setting it.
27866         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27867         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27868         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27869
27870         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27871         Declare them here.
27872         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27873         * csu/libc-tls.c: Nor here.
27874         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27875
27876         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27877         (__libc_message): Never call vsyslog.
27878
27879 2013-03-28  Alan Modra  <amodra@gmail.com>
27880
27881         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27882         Define as empty.
27883         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27884         Likewise.
27885
27886 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27887
27888         [BZ #15214]
27889         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27890         underflow.
27891         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27892
27893 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27894
27895         [BZ #15304]
27896         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27897         Don't add gid passed as argument.
27898
27899         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27900
27901 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27902
27903         [BZ #15307]
27904         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27905         imaginary part between 1.0 and 1.5 and real part less than 0.5
27906         specially.
27907         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27908         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27909         * math/libm-test.inc (cacos_test): Add more tests.
27910         (casin_test): Likewise.
27911         (casinh_test): Likewise.
27912         * sysdeps/i386/fpu/libm-test-ulps: Update.
27913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27914
27915 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27916
27917         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27918         constants.
27919         (norm): Likewise.
27920         (denorm): Likewise.
27921         (__dbl_mp): Likewise.
27922         (add_magnitudes): Likewise.
27923         (sub_magnitudes): Likewise.
27924         (__add): Likewise.
27925         (__sub): Likewise.
27926         (__mul): Likewise.
27927         (__sqr): Likewise.
27928         (__inv): Likewise.
27929         (__dvd): Likewise.
27930
27931         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27932         commented code.
27933         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27934         (__dubcos): Likewise.
27935         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27936         (__ieee754_acos): Likewise.
27937         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27938         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27939         (__exp1): Likewise.
27940         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27941         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27942         (log1): Likewise.
27943         (my_log2): Likewise.
27944         (checkint): Likewise.
27945         * sysdeps/ieee754/dbl-64/e_remainder.c
27946         (__ieee754_remainder): Likewise.
27947         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27948         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27949         (bsloww): Likewise.
27950         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27951
27952         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27953         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27954         MANTISSA_STORE_T to store computations on mantissa.  Use
27955         macros for rounding and division.
27956         (denorm): Likewise.
27957         (__dbl_mp): Likewise.
27958         (add_magnitudes): Likewise.
27959         (sub_magnitudes): Likewise.
27960         (__mul): Likewise.
27961         (__sqr): Likewise.
27962         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27963         powers of two in terms of TWOPOW macro.
27964         (mp_no): Make type of mantissa as MANTISSA_T.
27965         [!RADIXI]: Define RADIXI.
27966         [!TWO52]: Define TWO52.
27967         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27968
27969 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27970
27971         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27972         llroundl symbol when building for PPC32.
27973
27974 2013-03-24  Mark H Weaver  <mhw@netris.org>
27975
27976         * manual/arith.texi (Normalization Functions): Fix prototypes for
27977         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27978
27979 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27980
27981         [BZ #13889]
27982         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27983         high value to check if expl overflow.
27984         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27985         to check for underflow and overflow.
27986         * math/libm-test.inc: Add exp test.
27987
27988 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27989
27990         [BZ #11120]
27991         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27992         with NOT_IN_libc.
27993
27994 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27995
27996         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27997         symbol.
27998
27999 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
28000
28001         * math/gen-libm-test.pl (parse_args, special_functions): Properly
28002         wrap blocks consisting of several statements.
28003
28004         * sysdeps/generic/math-tests.h: New file.
28005         * sysdeps/i386/fpu/math-tests.h: Likewise.
28006         * math/test-snan.c: Include it.
28007         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
28008
28009 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
28010
28011         [BZ #15285]
28012         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
28013         (__ieee754_j0l): Do not improve calculations using cos of twice
28014         input for inputs above LDBL_MAX / 2.0L.
28015         (__ieee754_y0l): Likewise.
28016         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
28017         (__ieee754_j1l): Do not improve calculations using cos of twice
28018         input for inputs above LDBL_MAX / 2.0L.
28019         (__ieee754_y1l): Likewise.
28020         * math/libm-test.inc (j0_test): Add another test.
28021         (j1_test): Likewise.
28022         (y0_test): Likewise.
28023         (y1_test): Likewise.
28024         * sysdeps/i386/fpu/libm-test-ulps: Update.
28025
28026 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28027
28028         * Rules ($(objpfx)bench-%.c): Include code from a C source
28029         file.
28030
28031 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
28032
28033         [BZ #15287]
28034         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28035         imaginary part 1.0 and real part less than 0.5 specially.
28036         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28037         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28038         * math/libm-test.inc (cacos_test): Add more tests.
28039         (casin_test): Likewise.
28040         (casinh_test): Likewise.
28041         * sysdeps/i386/fpu/libm-test-ulps: Update.
28042         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28043
28044 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28045
28046         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
28047         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
28048
28049 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
28050
28051         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
28052         * config.make.in (config-cflags-sse4): Remove variable.
28053         (config-cflags-avx): Likewise.
28054         (config-cflags-sse2avx): Likewise.
28055         (config-cflags-novzeroupper): Likewise.
28056         (config-asflags-i686): Likewise.
28057         (have-mfma4): Likewise.
28058         (have-as-vis3): Likewise.
28059         (MIG): Likewise.
28060         * configure.in (MIG): Do not AC_SUBST.
28061         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
28062         (libc_cv_cc_sse4): Do not AC_SUBST.
28063         (libc_cv_cc_avx): Likewise.
28064         (libc_cv_cc_sse2avx): Likewise.
28065         (libc_cv_cc_novzeroupper): Likewise.
28066         (libc_cv_cc_fma4): Likewise.
28067         (libc_cv_as_i686): Likewise.
28068         (libc_cv_sparc_as_vis3): Likewise.
28069         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
28070         LIBC_CONFIG_VAR.
28071         (config-asflags-i686): Likewise.
28072         (config-cflags-avx): Likewise.
28073         (config-cflags-sse2avx): Likewise.
28074         (have-mfma4): Likewise.
28075         (config-cflags-novzeroupper): Likewise.
28076         * sysdeps/mach/configure.in (MIG): Likewise.
28077         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
28078         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
28079         LIBC_CONFIG_VAR.
28080         (config-cflags-avx): Likewise.
28081         (config-cflags-sse2avx): Likewise.
28082         (have-mfma4): Likewise.
28083         (config-cflags-novzeroupper): Likewise.
28084         * configure: Regenerated.
28085         * sysdeps/i386/configure: Likewise.
28086         * sysdeps/mach/configure: Likewise.
28087         * sysdeps/sparc/configure: Likewise.
28088         * sysdeps/x86_64/configure: Likewise.
28089
28090 2013-03-20  Roland McGrath  <roland@hack.frob.com>
28091
28092         [BZ #14812]
28093         * locale/programs/localedef.c (options): Put N_ translation marker
28094         on argument names, not just descriptions.
28095
28096 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28097
28098         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
28099
28100 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
28101
28102         [BZ #14176]
28103         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
28104
28105 2013-03-19  Roland McGrath  <roland@hack.frob.com>
28106
28107         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
28108         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
28109         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
28110         [!BEFORE_ABORT] (before_abort): New function.
28111         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
28112         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
28113         (writev_for_fatal): New function.
28114         (WRITEV_FOR_FATAL): New macro; call that.
28115         (backtrace_and_maps): New function.
28116         (BEFORE_ABORT): New macro; call that.
28117         (struct str_list): Type removed.
28118         (__libc_message, __libc_fatal): Functions removed.
28119         Include <sysdeps/posix/libc_fatal.c> instead.
28120
28121 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
28122
28123         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
28124         constants.
28125         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
28126         double constants.
28127
28128 2013-03-19  Andreas Schwab  <schwab@suse.de>
28129
28130         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
28131         * sysdeps/gnu/configure: Regenerate.
28132
28133         * configure.in: Substitute libc_cv_rtlddir.
28134         * configure: Regenerate.
28135         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
28136         * Makeconfig (rtlddir, inst_rtlddir): New variables.
28137         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
28138         * elf/Makefile (install-others, CFLAGS-interp.c)
28139         (ldso_install, common-ldd-rewrite): Likewise.
28140         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
28141         $(inst_slibdir)/$(rtld-installed-name).
28142         * scripts/rellns-sh: Add -p option.
28143         * Makerules (make-shlib-link): Use rellns-sh to get relative name
28144         for source.
28145
28146 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28147
28148         * manual/nptl.texi: Renamed to ...
28149         * manual/threads.texi: ... this.
28150         * manual/Makefile (chapters): Update.
28151
28152 2013-03-18  Roland McGrath  <roland@hack.frob.com>
28153
28154         [BZ #14812]
28155         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
28156         on argument names, not just descriptions.
28157         * malloc/memusagestat.c (options): Likewise.
28158         * nss/getent.c (options): Likewise.
28159
28160 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
28161
28162         [BZ #14812]
28163         * iconv/iconv_prog.c (options): Put N_ translation marker
28164         on argument names, not just descriptions.
28165         * iconv/iconvconfig.c (options): Likewise.
28166
28167 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
28168
28169         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
28170         implementation which is faster on all x86_64 architectures.
28171         Tested on AMD, Intel Nehalem, SNB, IVB.
28172         * sysdeps/x86_64/strnlen.S: Likewise.
28173
28174         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28175         Remove all multiarch strlen and strnlen versions.
28176         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
28177         Remove strlen and strnlen related parts.
28178
28179         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
28180         Inline strlen part.
28181         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
28182
28183         * sysdeps/x86_64/multiarch/strlen.S: Remove.
28184         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
28185         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
28186         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
28187         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
28188         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
28189
28190 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
28191
28192         * manual/memory.texi (Malloc Tunable Parameters):
28193         Sort parameters alphabetically. Add comments for missing entries.
28194
28195 2013-03-17  David S. Miller  <davem@davemloft.net>
28196
28197         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28198
28199 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
28200
28201         [BZ #15283]
28202         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
28203         for arguments at most half maximum finite value.
28204         * math/libm-test.inc (j0_test): Add more tests.
28205         (j1_test): Likewise.
28206         (y0_test): Likewise.
28207         (y1_test): Likewise.
28208         * sysdeps/i386/fpu/libm-test-ulps: Update.
28209         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28210
28211         [BZ #14155]
28212         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
28213         1 / x and functions P and Q for arguments above 0x1p256L.
28214         (__ieee754_y0l): Likewise.
28215         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
28216         (__ieee754_y1l): Likewise.
28217         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
28218         (j1_test): Likewise.
28219         (y0_test): Likewise.
28220         (y1_test): Likewise.
28221
28222 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
28223
28224         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
28225         variable.
28226
28227 2013-03-15  Roland McGrath  <roland@hack.frob.com>
28228
28229         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
28230         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
28231         zero since it's initialized to EXEC_PAGESIZE.
28232
28233         * sysdeps/unix/sysv/linux/ldsodefs.h
28234         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
28235         * sysdeps/generic/ldsodefs.h: ... here.
28236
28237 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
28238
28239         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
28240
28241         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
28242         math/test-snan.c.
28243         * math/test-snan.c: Renamed from
28244         sysdeps/powerpc/fpu/test-powerpc-snan.c.
28245         * math/Makefile (tests): Add test-snan.
28246         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
28247         test-powerpc-snan.
28248
28249         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
28250         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
28251         functions.
28252         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
28253         __builtin_nan family of functions.
28254         * math/libm-test.inc (initialize): Initialize qnan_value with
28255         __builtin_nan family of functions.
28256         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
28257         Remove variables.
28258         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
28259         Remove functions.
28260         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
28261         storage class.  Initialize qNaN_var and sNaN_var with
28262         __builtin_nan and __builtin_nans families of functions,
28263         respectively.
28264
28265         * math/libm-test.inc (acosh_test): Also test with qNaN input.
28266         (sqrt_test): Remove duplicate test with qNaN input.
28267         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
28268         (round_test, signbit_test, significand_test): Note missing +/-Inf
28269         as well as qNaN tests.
28270
28271         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
28272         qNaN_var.  Fix a few strings, too.
28273         * math/libm-test.inc (nan_value): Rename to qnan_value.
28274         * math/gen-libm-test.pl (%beautify): Adjust to that.
28275         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
28276         * math/test-misc.c (main): Likewise.
28277         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
28278         to __qnan_bytes, and __qnan_union, respectively.
28279         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
28280         Likewise.
28281         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
28282         and lqnanval, respectively.
28283         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
28284         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
28285         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
28286         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
28287
28288         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
28289         * math/test-misc.c (main) [__x86_64__]: Enable test for long
28290         doubles.
28291
28292         * math/test-misc.c (main): Fix copy'n'pastos.
28293         * misc/tst-efgcvt.c (special): Likewise.
28294
28295         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
28296         Remove declarations.
28297
28298 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28299
28300         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
28301         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
28302         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
28303         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
28304
28305 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28306
28307         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
28308         macro to return vdso values correctly in IFUNC implementations.
28309         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
28310         Optimization by using IFUNC.
28311
28312 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28313             Richard Henderson  <rth@redhat.com>
28314             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28315
28316         * Makefile.in (bench): New target.
28317         * NEWS: Mention the benchmark framework.
28318         * Rules (bench): Likewise.
28319         (binaries-bench): Generate binaries for functions to
28320         benchmark.
28321         * benchtests/Makefile: New makefile for benchmark tests.
28322         * benchtests/bench-skeleton.c: New skeleton file for benchmark
28323         programs.
28324         * benchtests/exp-inputs: New input file for EXP function.
28325         * benchtests/pow-inputs: New input file for POW function.
28326         * scripts/bench.pl: New script to generate source files for
28327         benchmark programs.
28328
28329 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28330
28331         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
28332         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
28333         computations on mantissa.  Use macros for rounding and
28334         division.
28335         (denorm): Likewise.
28336         (__dbl_mp): Likewise.
28337         (add_magnitudes): Likewise.
28338         (sub_magnitudes): Likewise.
28339         (__mul): Likewise.
28340         (__sqr): Likewise.
28341         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
28342         powers of two in terms of TWOPOW macro.
28343         (mp_no): Make type of mantissa as MANTISSA_T.
28344         [!RADIXI]: Define RADIXI.
28345         [!TWO52]: Define TWO52.
28346         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
28347
28348         * manual/nptl.texi (cindex): Modify threads to pthreads.
28349
28350 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
28351
28352         * sysdeps/x86_64/preconfigure: Regenerated.
28353
28354 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
28355
28356         [BZ #14155]
28357         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
28358         0x1p28 and above.
28359         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
28360         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
28361         0x1p28 and above.
28362         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
28363         * math/libm-test.inc (j0_test): Do not allow one spurious
28364         underflow exception.
28365         (y1_test): Likewise.
28366
28367 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28368
28369         * manual/Makefile (chapters): Add nptl.
28370         * manual/debug.texi (Debugging Support): Add link to Threads
28371         chapter.
28372         * manual/nptl.texi: New file.
28373
28374         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
28375
28376 2013-03-14  Petr Baudis  <pasky@ucw.cz>
28377
28378         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
28379         for non-NULL pointer before the memory validity test. Pointed
28380         out by Holger Brunck <holger.brunck@keymile.com>.
28381
28382 2013-03-13  Andreas Schwab  <schwab@suse.de>
28383
28384         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
28385         instead of .os.
28386
28387 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
28388
28389         * timezone/zic.c: Update from tzcode 2013b.
28390
28391 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
28392
28393         * manual/install.texi (Configuring and compiling):
28394         Mention i686 and i586.
28395         * INSTALL: Regenerate.
28396
28397 2013-03-12  Roland McGrath  <roland@hack.frob.com>
28398
28399         * sysdeps/init_array/elf-init.c: New file.
28400         * csu/elf-init.c
28401         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
28402         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
28403
28404         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
28405         __gmon_start__ as global, but as static with a .preinit_array pointer.
28406         * sysdeps/init_array/gmon-start.c: New file.  Use that.
28407         * sysdeps/init_array/crti.S: New file, empty except for comments.
28408         * sysdeps/init_array/crtn.S: Likewise.
28409
28410 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
28411
28412         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
28413         definining bcopy.
28414         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
28415         Remove Prefer_SSE_for_memop.
28416         * sysdeps/x86_64/multiarch/init-arch.h: Remove
28417         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
28418         HAS_PREFER_SSE_FOR_MEMOP.
28419         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
28420         memset-x86-64.
28421         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28422         Remove bzero, memset ifunc support.
28423         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
28424         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
28425         * sysdeps/x86_64/multiarch/memset.S: Likewise.
28426         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
28427
28428 2013-03-11  Andreas Schwab  <schwab@suse.de>
28429
28430         [BZ #15234]
28431         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
28432         by SHLIB_COMPAT.
28433         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
28434         (GLIBC_2.16): Remove pthread_atfork.
28435
28436 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
28437
28438         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
28439         (ptestcases.h): Likewise.
28440
28441 2013-03-08  Roland McGrath  <roland@hack.frob.com>
28442
28443         * Makeconfig ($(common-objpfx)config.status): Depend on
28444         sysdeps/*/preconfigure{,.in} too.
28445
28446 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
28447
28448         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
28449         (__free_hook): Use void * instead of __malloc_ptr_t.
28450         (__malloc_hook): Likewise.
28451         (__realloc_hook): Likewise.
28452         (__memalign_hook): Likewise.
28453         (__after_morecore_hook): Likewise.
28454         * malloc/arena.c (save_malloc_hook): Likewise.
28455         (save_free_hook): Likewise.
28456         * malloc/hooks.c (malloc_hook_ini): Likewise.
28457         (realloc_hook_ini): Likewise.
28458         (memalign_hook_ini): Likewise.
28459         * malloc/malloc.c (malloc_hook_ini): Likewise.
28460         (realloc_hook_ini): Likewise.
28461         (memalign_hook_ini): Likewise.
28462         (__free_hook): Likewise.
28463         (__malloc_hook): Likewise.
28464         (__realloc_hook): Likewise.
28465         (__memalign_hook): Likewise.
28466         (__libc_malloc): Likewise.
28467         (__libc_free): Likewise.
28468         (__libc_realloc): Likewise.
28469         (__libc_memalign): Likewise.
28470         (__libc_valloc): Likewise.
28471         (__libc_pvalloc): Likewise.
28472         (__libc_calloc): Likewise.
28473         (__posix_memalign): Likewise.
28474         * malloc/morecore.c (__sbrk): Likewise.
28475         (__default_morecore): Likewise.
28476
28477         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
28478
28479         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
28480         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
28481         __malloc_ptrdiff_t.
28482
28483         * malloc/malloc.h (__malloc_size_t): Remove macro.
28484         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
28485         __malloc_size_t.
28486         (old_memalign_hook): Likewise.
28487         (old_realloc_hook): Likewise.
28488         (struct hdr): Likewise.
28489         (flood): Likewise.
28490         (mallochook): Likewise.
28491         (memalignhook): Likewise.
28492         (reallochook): Likewise.
28493         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
28494         (tr_old_realloc_hook): Likewise.
28495         (tr_old_memalign_hook): Likewise.
28496         (tr_mallochook): Likewise.
28497         (tr_reallochook): Likewise.
28498         (tr_memalignhook): Likewise.
28499
28500 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28501
28502         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
28503         default_ldbl_pack and using as default implementation.
28504         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
28505         implementation.
28506         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
28507         redundant definition.
28508         (ldbl_insert_mantissa): Likewise.
28509         (ldbl_canonicalize): Likewise.
28510         (ldbl_nearbyint): Likewise.
28511         (ldbl_pack): Rename to ldbl_pack_ppc.
28512         (ldbl_unpack): Rename to ldbl_unpack_ppc.
28513         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
28514         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
28515
28516 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
28517
28518         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
28519         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
28520         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
28521         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
28522         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
28523         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
28524         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
28525         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
28526
28527 2013-03-07  Andreas Jaeger  <aj@suse.de>
28528
28529         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28530         bits/mman-linux.h.
28531
28532 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
28533
28534         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
28535         Include mpa.h and declare __MPEXP.
28536         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
28537         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
28538         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
28539         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
28540         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
28541         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
28542         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
28543
28544         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
28545         (__slowpow): Use long double EXPL and LOGL functions to
28546         compute POW.
28547         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
28548         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
28549         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
28550         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
28551         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
28552         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
28553
28554         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
28555         intermediate variable to calculate exponent.
28556         (__sqr): Likewise.
28557         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28558         Likewise.
28559         (__sqr): Likewise.
28560
28561         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
28562         [!NO__SQR]: Define __sqr.
28563         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
28564         and NO__SQR.  Remove all code except __mul and __sqr.  Include
28565         sysdeps/ieee754/dbl-64/mpa.c.
28566         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
28567
28568         [BZ #12723]
28569         * posix/Makefile (tests): Add tst-pathconf.
28570         * posix/tst-pathconf.c: New test case.
28571         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
28572         _PC_PIPE_BUF.
28573         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
28574
28575 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
28576
28577         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
28578
28579 2013-03-06  Andreas Jaeger  <aj@suse.de>
28580
28581         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
28582         definition via __MAP_ANONYMOUS.
28583
28584         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
28585         it's not part of Linux headers.
28586
28587         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
28588         (MAP_HUGE_MASK): Define.
28589
28590         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
28591         Define.
28592         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28593         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
28594         Define.
28595         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28596         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
28597         Define.
28598         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28599         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
28600         Define.
28601         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28602
28603         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
28604         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
28605         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
28606         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
28607         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
28608         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
28609
28610         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
28611         Handle f2fs.
28612
28613         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
28614         Handle f2fs and efivarfs.
28615
28616         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
28617         f2fs.
28618
28619         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
28620         (EFIVARFS_MAGIC): Add.
28621         (F2FS_LINK_MAX): Add.
28622
28623 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
28624
28625         * stdio-common/vfprintf.c: Replace __builtin_expect with
28626         __glibc_unlikely.
28627
28628 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
28629
28630         [BZ #13550]
28631         * sysdeps/generic/bp-sym.h: Remove file.
28632         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
28633         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
28634         <bp-sym.h> and <bp-asm.h>.
28635         (__longjmp): Don't use BP_SYM.
28636         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
28637         and <bp-asm.h>.
28638         (memcpy): Don't use BP_SYM.
28639         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
28640         <bp-sym.h> and <bp-asm.h>.
28641         (memcpy): Don't use BP_SYM.
28642         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
28643         <bp-asm.h>.
28644         (memcpy): Don't use BP_SYM.
28645         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
28646         <bp-asm.h>.
28647         (memset): Don't use BP_SYM.
28648         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28649         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28650         (__bzero): Don't use BP_SYM.
28651         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28652         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28653         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
28654         <bp-sym.h> and <bp-asm.h>.
28655         (memcmp): Don't use BP_SYM.  Remove comment about bounded
28656         pointers.
28657         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
28658         <bp-sym.h> and <bp-asm.h>.
28659         (memcpy): Don't use BP_SYM.
28660         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
28661         <bp-sym.h> and <bp-asm.h>.
28662         (memset): Don't use BP_SYM.
28663         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28664         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28665         (__bzero): Don't use BP_SYM.
28666         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28667         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28668         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
28669         <bp-sym.h> and <bp-asm.h>.
28670         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28671         pointers.
28672         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
28673         <bp-sym.h> and <bp-asm.h>.
28674         (memcpy): Don't use BP_SYM.
28675         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
28676         <bp-sym.h> and <bp-asm.h>.
28677         (memset): Don't use BP_SYM.
28678         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28679         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28680         (__bzero): Don't use BP_SYM.
28681         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28682         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28683         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
28684         <bp-sym.h> and <bp-asm.h>.
28685         (__memchr): Don't use BP_SYM.
28686         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
28687         <bp-sym.h> and <bp-asm.h>.
28688         (memcmp): Don't use BP_SYM.  Remove comment about bounded
28689         pointers.
28690         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
28691         <bp-sym.h> and <bp-asm.h>.
28692         (memcpy): Don't use BP_SYM.
28693         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
28694         <bp-sym.h> and <bp-asm.h>.
28695         (__mempcpy): Don't use BP_SYM.
28696         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
28697         <bp-sym.h> and <bp-asm.h>.
28698         (__memrchr): Don't use BP_SYM.
28699         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
28700         <bp-sym.h> and <bp-asm.h>.
28701         (memset): Don't use BP_SYM.
28702         (__bzero): Likewise.
28703         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
28704         <bp-sym.h> and <bp-asm.h>.
28705         (__rawmemchr): Don't use BP_SYM.
28706         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
28707         <bp-sym.h> and <bp-asm.h>.
28708         (__STRCMP): Don't use BP_SYM.
28709         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
28710         <bp-sym.h> and <bp-asm.h>.
28711         (strchr): Don't use BP_SYM.
28712         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
28713         <bp-sym.h> and <bp-asm.h>.
28714         (__strchrnul): Don't use BP_SYM.
28715         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
28716         <bp-sym.h> and <bp-asm.h>.
28717         (strlen): Don't use BP_SYM.
28718         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
28719         <bp-sym.h> and <bp-asm.h>.
28720         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28721         pointers.
28722         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
28723         <bp-sym.h> and <bp-asm.h>.
28724         (__strnlen): Don't use BP_SYM.
28725         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
28726         <bp-sym.h> and <bp-asm.h>.
28727         (__GI__setjmp): Don't use BP_SYM.
28728         (_setjmp): Likewise.
28729         (__sigsetjmp): Likewise.
28730         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
28731         (L(start_addresses)): Don't use BP_SYM.
28732         (_start): Likewise.
28733         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
28734         <bp-asm.h>.
28735         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
28736         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
28737         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28738         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28739         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
28740         <bp-asm.h>.
28741         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
28742         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
28743         about bounded pointers.
28744         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28745         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28746         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
28747         <bp-asm.h>.
28748         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28749         about bounded pointers.  Remove GKM FIXME comments.
28750         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28751         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
28752         <bp-asm.h>.
28753         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
28754         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
28755         Remove GKM FIXME comments.
28756         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28757         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28758         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
28759         <bp-asm.h>.
28760         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28761         about bounded pointers.  Remove GKM FIXME comment.
28762         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
28763         and <bp-asm.h>.
28764         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28765         pointers.
28766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
28767         <bp-sym.h> and <bp-asm.h>.
28768         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
28770         <bp-sym.h> and <bp-asm.h>.
28771         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28772         comment.
28773
28774 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
28775
28776         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
28777         call free(NULL).
28778
28779 2013-03-05  David S. Miller  <davem@davemloft.net>
28780
28781         * po/es.po: Update from translation team.
28782
28783 2013-03-05  Andreas Jaeger  <aj@suse.de>
28784
28785         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
28786         <bits/mman-linux.h>.
28787         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28788         is fine.
28789         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
28790         <bits/mman-linux.h> to end of file.
28791         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28792         is fine.
28793         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
28794         <bits/mman-linux.h> to end of file.
28795         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28796         is fine.
28797         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28798         <bits/mman-linux.h> to end of file.
28799
28800         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28801         (MCL_CURRENT, MCL_FUTURE): Define here.
28802
28803 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28804
28805         [BZ #15232]
28806         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28807         attribute_hidden.
28808         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28809
28810 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28811
28812         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28813         fourth parameter needed for rt_sigprocmask syscall.
28814         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28815         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28816         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28817         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28818         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28819         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28820
28821 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
28822
28823         [BZ #13550]
28824         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28825         comment about bounded pointers.
28826         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28827         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28828
28829 2013-03-04  Andreas Jaeger  <aj@suse.de>
28830
28831         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28832         common definitions.
28833
28834         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28835         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28836         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28837         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28838         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
28839         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28840
28841 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28842
28843         [BZ #15055]
28844         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28845         __ieee754_sqrl instead of __sqrl.
28846
28847 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
28848
28849         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28850         * sysdeps/powerpc/fpu_control.h: ... here.
28851         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28852         * sysdeps/powerpc/bits/fenvinline.h: ... here.
28853         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28854         * sysdeps/powerpc/bits/mathinline.h: ... here.
28855
28856 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28857
28858         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28859         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28860         to just [NEED_DL_SYSINFO_DSO].
28861         * elf/dl-support.c: Likewise.
28862         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28863         * elf/rtld.c (dl_main): Likewise.
28864         * elf/setup-vdso.h (setup_vdso): Likewise.
28865         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28866         * sysdeps/unix/sysv/linux/dl-sysdep.c
28867         (_dl_discover_osversion): Likewise.
28868
28869 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28870
28871         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28872         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28873
28874 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28875
28876         * NEWS: Mention libm performance improvements and non-x86 PI
28877         futex support.
28878
28879         * csu/libc-start.c (__pthread_initialize_minimal): Change
28880         function arguments.
28881         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28882
28883 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28884
28885         [BZ #13550]
28886         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28887         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28888         <bp-sym.h> and <bp-asm.h>.
28889         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28890         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28891         and <bp-asm.h>.
28892         (memcpy): Don't use BP_SYM.
28893         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28894         <bp-asm.h>.
28895         (__mpn_add_n): Don't use BP_SYM.
28896         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28897         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28898         and <bp-asm.h>.
28899         (__mpn_addmul_1): Don't use BP_SYM.
28900         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28901         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28902         <bp-sym.h>.
28903         (_setjmp): Don't use BP_SYM.
28904         (__novmx_setjmp): Likewise.
28905         (__GI__setjmp): Likewise.
28906         (__vmx_setjmp): Likewise.
28907         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28908         <bp-sym.h>.
28909         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28910         (__bzero): Don't use BP_SYM.
28911         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28912         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28913         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28914         <bp-sym.h> and <bp-asm.h>.
28915         (memcpy): Don't use BP_SYM.
28916         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28917         <bp-sym.h> and <bp-asm.h>.
28918         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28919         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28920         <bp-sym.h> and <bp-asm.h>.
28921         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28922         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28923         <bp-asm.h>.
28924         (__mpn_lshift): Don't use BP_SYM.
28925         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28926         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28927         <bp-asm.h>.
28928         (memset): Don't use BP_SYM.
28929         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28930         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28931         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28932         <bp-asm.h>.
28933         (__mpn_mul_1): Don't use BP_SYM.
28934         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28935         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28936         <bp-sym.h> and <bp-asm.h>.
28937         (memcmp): Don't use BP_SYM.
28938         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28939         <bp-sym.h> and <bp-asm.h>.
28940         (memcpy): Don't use BP_SYM.
28941         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28942         <bp-sym.h> and <bp-asm.h>.
28943         (memset): Don't use BP_SYM.
28944         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28945         <bp-sym.h> and <bp-asm.h>.
28946         (strncmp): Don't use BP_SYM.
28947         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28948         <bp-sym.h> and <bp-asm.h>.
28949         (memcpy): Don't use BP_SYM.
28950         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28951         <bp-sym.h> and <bp-asm.h>.
28952         (memset): Don't use BP_SYM.
28953         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28954         <bp-sym.h> and <bp-asm.h>.
28955         (__memchr): Don't use BP_SYM.
28956         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28957         <bp-sym.h> and <bp-asm.h>.
28958         (memcmp): Don't use BP_SYM.
28959         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28960         <bp-sym.h> and <bp-asm.h>.
28961         (memcpy): Don't use BP_SYM.
28962         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28963         <bp-sym.h> and <bp-asm.h>.
28964         (__mempcpy): Don't use BP_SYM.
28965         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28966         <bp-sym.h> and <bp-asm.h>.
28967         (__memrchr): Don't use BP_SYM.
28968         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28969         <bp-sym.h> and <bp-asm.h>.
28970         (memset): Don't use BP_SYM.
28971         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28972         <bp-sym.h> and <bp-asm.h>.
28973         (__rawmemchr): Don't use BP_SYM.
28974         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28975         <bp-sym.h> and <bp-asm.h>.
28976         (__STRCMP): Don't use BP_SYM.
28977         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28978         <bp-sym.h> and <bp-asm.h>.
28979         (strchr): Don't use BP_SYM.
28980         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28981         <bp-sym.h> and <bp-asm.h>.
28982         (__strchrnul): Don't use BP_SYM.
28983         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28984         <bp-sym.h> and <bp-asm.h>.
28985         (strlen): Don't use BP_SYM.
28986         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28987         <bp-sym.h> and <bp-asm.h>.
28988         (strncmp): Don't use BP_SYM.
28989         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28990         <bp-sym.h> and <bp-asm.h>.
28991         (__strnlen): Don't use BP_SYM.
28992         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28993         <bp-asm.h>.
28994         (__mpn_rshift): Don't use BP_SYM.
28995         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28996         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28997         <bp-sym.h> and <bp-asm.h>.
28998         (__sigsetjmp): Don't use BP_SYM.
28999         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
29000         (L(start_addresses)): Don't use BP_SYM.
29001         (_start): Likewise.
29002         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
29003         <bp-asm.h>.
29004         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
29005         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29006         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29007         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
29008         <bp-asm.h>.
29009         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
29010         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29011         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29012         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
29013         <bp-asm.h>.
29014         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
29015         comments.
29016         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29017         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
29018         <bp-asm.h>.
29019         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
29020         FIXME comments.
29021         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29022         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29023         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
29024         <bp-asm.h>.
29025         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
29026         comment.
29027         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
29028         and <bp-asm.h>.
29029         (strncmp): Don't use BP_SYM,
29030         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
29031         <bp-asm.h>.
29032         (__mpn_sub_n): Don't use BP_SYM.
29033         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29034         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
29035         and <bp-asm.h>.
29036         (__mpn_submul_1): Don't use BP_SYM.
29037         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
29039         <bp-sym.h> and <bp-asm.h>.
29040         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
29042         <bp-sym.h> and <bp-asm.h>.
29043         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29044         comment.
29045
29046 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29047
29048         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
29049         Use ZK to minimize writes to Z.
29050         (sub_magnitudes): Simplify code a bit.
29051         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
29052         Use ZK to minimize writes to Z.
29053         (sub_magnitudes): Simplify code a bit.
29054
29055 2013-02-27  Roland McGrath  <roland@hack.frob.com>
29056
29057         * csu/gmon-start.c: Add special exception to license text.
29058
29059 2013-02-27  Richard Henderson  <rth@redhat.com>
29060
29061         * scripts/config.guess: Update from config.git.
29062         * scripts/config.sub: Likewise.
29063
29064 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
29065
29066         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
29067
29068         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
29069
29070         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
29071
29072         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
29073
29074         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
29075
29076 2013-02-26  Roland McGrath  <roland@hack.frob.com>
29077
29078         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
29079         [$(build-shared = yes].
29080
29081 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29082
29083         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
29084         (__mul): Reduce iterations for calculating mantissa.
29085
29086         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
29087         MPTWO.
29088         (__mpranred): Likewise.
29089
29090         [BZ #15160]
29091         * malloc/memusagestat.c (main): Draw graphs for heap and stack
29092         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
29093
29094 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29095
29096         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
29097         Define __attribute__.
29098
29099 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29100
29101         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
29102         unused.
29103         * posix/regex_internal.h (__attribute): Remove.
29104         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
29105         (re_string_context_at): Likewise.
29106         (bitset_not): Use __attribute__ and mark function as possibly
29107         unused.
29108         (bitset_merge): Likewise.
29109         (bitset_mask): Likewise.
29110         (re_string_char_size_at): Likewise.
29111         (re_string_wchar_at): Likewise.
29112         (re_string_elem_size_at): Likewise.
29113
29114 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29115
29116         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
29117         code.
29118         (cc32): Likewise.
29119
29120         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
29121         (__acr): Likewise.
29122         (__cpy): Likewise.
29123         (norm): Likewise.
29124         (denorm): Likewise.
29125         (__dbl_mp): Likewise.
29126         (add_magnitudes): Likewise.
29127         (sub_magnitudes): Likewise.
29128         (__mul): Likewise.
29129         (__inv): Likewise.
29130
29131         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
29132         style.
29133
29134         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
29135         style.
29136
29137         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
29138         code.
29139
29140         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
29141         up changes with default code.
29142         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
29143         Likewise.
29144
29145 2013-02-24  Allan McRae  <allan@archlinux.org>
29146
29147         * manual/socket.texi (The Internet Namespace): Order menu items
29148         to match that in the file.
29149
29150         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
29151         node listing of the info page menu.
29152
29153 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
29154
29155         [BZ #13550]
29156         * sysdeps/i386/bp-asm.h: Remove file.
29157         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
29158         (PARMS): Do not use macros from bp-asm.h.
29159         (S1): Likewise.
29160         (S2): Likewise.
29161         (SIZE): Likewise.
29162         (__mpn_add_n): Do not use BP_SYM
29163         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
29164         "bp-asm.h".
29165         (PARMS): Do not use macros from bp-asm.h.
29166         (S1): Likewise.
29167         (SIZE): Likewise.
29168         (__mpn_addmul_1): Do not use BP_SYM
29169         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
29170         "bp-asm.h".
29171         (PARMS): Do not use macros from bp-asm.h.
29172         (SIGMSK): Likewise.
29173         (_setjmp): Likewise.  Do not use BP_SYM.
29174         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
29175         "bp-asm.h".
29176         (PARMS): Do not use macros from bp-asm.h.
29177         (SIGMSK): Likewise.
29178         (setjmp): Likewise.  Do not use BP_SYM.
29179         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
29180         "bp-asm.h".
29181         (PARMS): Do not use macros from bp-asm.h.
29182         (__frexp): Do not use BP_SYM.
29183         (frexp): Likewise.
29184         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
29185         "bp-asm.h".
29186         (PARMS): Do not use macros from bp-asm.h.
29187         (__frexpf): Do not use BP_SYM.
29188         (frexpf): Likewise.
29189         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
29190         "bp-asm.h".
29191         (PARMS): Do not use macros from bp-asm.h.
29192         (__frexpl): Do not use BP_SYM.
29193         (frexpl): Likewise.
29194         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
29195         "bp-asm.h".
29196         (PARMS): Do not use macros from bp-asm.h.
29197         (__remquo): Do not use BP_SYM.
29198         (remquo): Likewise.
29199         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
29200         "bp-asm.h".
29201         (PARMS): Do not use macros from bp-asm.h.
29202         (__remquof): Do not use BP_SYM.
29203         (remquof): Likewise.
29204         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
29205         "bp-asm.h".
29206         (PARMS): Do not use macros from bp-asm.h.
29207         (__remquol): Do not use BP_SYM.
29208         (remquol): Likewise.
29209         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
29210         "bp-asm.h".
29211         (PARMS): Do not use macros from bp-asm.h.
29212         (DEST): Likewise.
29213         (SRC): Likewise.
29214         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
29215         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
29216         "bp-asm.h".
29217         (PARMS): Do not use macros from bp-asm.h.
29218         (strlen): Do not use BP_SYM.
29219         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
29220         "bp-asm.h".
29221         (PARMS): Do not use macros from bp-asm.h.
29222         (S1): Likewise.
29223         (S2): Likewise.
29224         (SIZE): Likewise.
29225         (__mpn_add_n): Do not use BP_SYM.
29226         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
29227         "bp-asm.h".
29228         (PARMS): Do not use macros from bp-asm.h.
29229         (S1): Likewise.
29230         (SIZE): Likewise.
29231         (__mpn_addmul_1): Do not use BP_SYM.
29232         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
29233         weak_alias.
29234         (bzero): Likewise.
29235         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
29236         "bp-asm.h".
29237         (PARMS): Do not use macros from bp-asm.h.
29238         (S): Likewise.
29239         (SIZE): Likewise.
29240         (__mpn_lshift): Do not use BP_SYM.
29241         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
29242         "bp-asm.h".
29243         (PARMS): Do not use macros from bp-asm.h.
29244         (DEST): Likewise.
29245         (SRC): Likewise.
29246         (LEN): Likewise.
29247         (memcpy): Likewise.  Do not use BP_SYM.
29248         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
29249         libc_hidden_def and weak_alias.
29250         (mempcpy): Do not use BP_SYM in weak_alias.
29251         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
29252         "bp-asm.h".
29253         (PARMS): Do not use macros from bp-asm.h.
29254         (DEST): Likewise.
29255         (LEN): Likewise.
29256         [!BZERO_P] (CHR): Likewise.
29257         (memset): Likewise.  Do not use BP_SYM.
29258         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
29259         "bp-asm.h".
29260         (PARMS): Do not use macros from bp-asm.h.
29261         (S1): Likewise.
29262         (SIZE): Likewise.
29263         (__mpn_mul_1): Do not use BP_SYM.
29264         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
29265         "bp-asm.h".
29266         (PARMS): Do not use macros from bp-asm.h.
29267         (S): Likewise.
29268         (SIZE): Likewise.
29269         (__mpn_rshift): Do not use BP_SYM.
29270         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
29271         "bp-asm.h".
29272         (PARMS): Do not use macros from bp-asm.h.
29273         (STR): Likewise.
29274         (CHR): Likewise.
29275         (strchr): Likewise.  Do not use BP_SYM.
29276         (index): Do not use BP_SYM in weak_alias.
29277         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
29278         "bp-asm.h".
29279         (PARMS): Do not use macros from bp-asm.h.
29280         (DEST): Likewise.
29281         (SRC): Likewise.
29282         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
29283         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
29284         "bp-asm.h".
29285         (PARMS): Do not use macros from bp-asm.h.
29286         (strlen): Do not use BP_SYM.
29287         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
29288         "bp-asm.h".
29289         (PARMS): Do not use macros from bp-asm.h.
29290         (S1): Likewise.
29291         (S2): Likewise.
29292         (SIZE): Likewise.
29293         (__mpn_sub_n): Do not use BP_SYM.
29294         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
29295         "bp-asm.h".
29296         (PARMS): Do not use macros from bp-asm.h.
29297         (S1): Likewise.
29298         (SIZE): Likewise.
29299         (__mpn_submul_1): Do not use BP_SYM.
29300         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
29301         "bp-asm.h".
29302         (PARMS): Do not use macros from bp-asm.h.
29303         (S1): Likewise.
29304         (S2): Likewise.
29305         (SIZE): Likewise.
29306         (__mpn_add_n): Do not use BP_SYM.
29307         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
29308         weak_alias.
29309         (bzero): Likewise.
29310         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
29311         "bp-asm.h".
29312         (PARMS): Do not use macros from bp-asm.h.
29313         (BLK2): Likewise.
29314         (LEN): Likewise.
29315         (memcmp): Do not use BP_SYM.
29316         (bcmp): Do not use BP_SYM in weak_alias.
29317         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
29318         "bp-asm.h".
29319         (PARMS): Do not use macros from bp-asm.h.
29320         (DEST): Likewise.
29321         (SRC): Likewise.
29322         (LEN): Likewise.
29323         (memcpy): Likewise.  Do not use BP_SYM.
29324         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
29325         "bp-asm.h".
29326         (PARMS): Do not use macros from bp-asm.h.
29327         (DEST): Likewise.
29328         (SRC): Likewise.
29329         (LEN): Likewise.
29330         (memmove): Likewise.  Do not use BP_SYM.
29331         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
29332         "bp-asm.h".
29333         (PARMS): Do not use macros from bp-asm.h.
29334         (DEST): Likewise.
29335         (SRC): Likewise.
29336         (LEN): Likewise.
29337         (__mempcpy): Likewise.  Do not use BP_SYM.
29338         (mempcpy): Do not use BP_SYM in weak_alias.
29339         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
29340         "bp-asm.h".
29341         (PARMS): Do not use macros from bp-asm.h.
29342         (DEST): Likewise.
29343         (LEN): Likewise.
29344         [!BZERO_P] (CHR): Likewise.
29345         (memset): Likewise.  Do not use BP_SYM.
29346         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
29347         "bp-asm.h".
29348         (PARMS): Do not use macros from bp-asm.h.
29349         (STR2): Likewise.
29350         (strcmp): Do not use BP_SYM.
29351         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
29352         "bp-asm.h".
29353         (PARMS): Do not use macros from bp-asm.h.
29354         (STR): Likewise.
29355         (DELIM): Likewise.
29356         [USE_AS_STRTOK_R] (SAVE): Likewise.
29357         (FUNCTION): Likewise.  Do not use BP_SYM.
29358         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
29359         aliases.
29360         (strtok_r): Likewise.
29361         (__GI___strtok_r): Likewise.
29362         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
29363         (PARMS): Do not use macros from bp-asm.h.
29364         (S): Likewise.
29365         (SIZE): Likewise.
29366         (__mpn_lshift): Do not use BP_SYM.
29367         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
29368         (PARMS): Do not use macros from bp-asm.h.
29369         (STR): Likewise.
29370         (CHR): Likewise.
29371         (__memchr): Do not use BP_SYM.
29372         (memchr): Do not use BP_SYM in weak_alias.
29373         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
29374         (PARMS): Do not use macros from bp-asm.h.
29375         (BLK2): Likewise.
29376         (LEN): Likewise.
29377         (memcmp): Do not use BP_SYM.
29378         (bcmp): Do not use BP_SYM in weak_alias.
29379         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
29380         (PARMS): Do not use macros from bp-asm.h.
29381         (S1): Likewise.
29382         (SIZE): Likewise.
29383         (__mpn_mul_1): Do not use BP_SYM.
29384         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
29385         "bp-asm.h".
29386         (PARMS): Do not use macros from bp-asm.h.
29387         (STR): Likewise.
29388         (CHR): Likewise.
29389         (__rawmemchr): Do not use BP_SYM.
29390         (rawmemchr): Do not use BP_SYM in weak_alias.
29391         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
29392         (PARMS): Do not use macros from bp-asm.h.
29393         (S): Likewise.
29394         (SIZE): Likewise.
29395         (__mpn_rshift): Do not use BP_SYM.
29396         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
29397         (PARMS): Do not use macros from bp-asm.h.
29398         (SIGMSK): Likewise.
29399         (__sigsetjmp): Likewise.  Do not use BP_SYM.
29400         * sysdeps/i386/start.S: Do not include "bp-sym.h".
29401         (_start): Do not use BP_SYM.
29402         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
29403         (PARMS): Do not use macros from bp-asm.h.
29404         (DEST): Likewise.
29405         (SRC): Likewise.
29406         (__stpcpy): Likewise.  Do not use BP_SYM.
29407         (stpcpy): Do not use BP_SYM in weak_alias.
29408         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
29409         "bp-asm.h".
29410         (PARMS): Do not use macros from bp-asm.h.
29411         (DEST): Likewise.
29412         (SRC): Likewise.
29413         (LEN): Likewise.
29414         (__stpncpy): Likewise.  Do not use BP_SYM.
29415         (stpncpy): Do not use BP_SYM in weak_alias.
29416         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
29417         (PARMS): Do not use macros from bp-asm.h.
29418         (STR): Likewise.
29419         (CHR): Likewise.
29420         (strchr): Likewise.  Do not use BP_SYM.
29421         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
29422         "bp-asm.h".
29423         (PARMS): Do not use macros from bp-asm.h.
29424         (STR): Likewise.
29425         (CHR): Likewise.
29426         (__strchrnul): Likewise.  Do not use BP_SYM.
29427         (strchrnul): Do not use BP_SYM in weak_alias.
29428         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
29429         "bp-asm.h".
29430         (PARMS): Do not use macros from bp-asm.h.
29431         (STOP): Likewise.
29432         (strcspn): Do not use BP_SYM.
29433         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
29434         "bp-asm.h".
29435         (PARMS): Do not use macros from bp-asm.h.
29436         (STR): Likewise.
29437         (STOP): Likewise.
29438         (strpbrk): Likewise.  Do not use BP_SYM.
29439         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
29440         "bp-asm.h".
29441         (PARMS): Do not use macros from bp-asm.h.
29442         (STR): Likewise.
29443         (CHR): Likewise.
29444         (strrchr): Likewise.  Do not use BP_SYM.
29445         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
29446         (PARMS): Do not use macros from bp-asm.h.
29447         (SKIP): Likewise.
29448         (strspn): Do not use BP_SYM.
29449         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
29450         (PARMS): Do not use macros from bp-asm.h.
29451         (STR): Likewise.
29452         (DELIM): Likewise.
29453         (SAVE): Likewise.
29454         (FUNCTION): Likewise.  Do not use BP_SYM.
29455         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
29456         aliases.
29457         (strtok_r): Likewise.
29458         (__GI___strtok_r): Likewise.
29459         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
29460         (PARMS): Do not use macros from bp-asm.h.
29461         (S1): Likewise.
29462         (S2): Likewise.
29463         (SIZE): Likewise.
29464         (__mpn_sub_n): Do not use BP_SYM.
29465         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
29466         "bp-asm.h".
29467         (PARMS): Do not use macros from bp-asm.h.
29468         (S1): Likewise.
29469         (SIZE): Likewise.
29470         (__mpn_submul_1): Do not use BP_SYM.
29471         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
29472         <bp-sym.h>.
29473         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
29474         and <bp-asm.h>.
29475         (PARMS): Do not use macros from bp-asm.h.
29476         (FLAGS): Likewise.
29477         (PTID): Likewise.
29478         (TLS): Likewise.
29479         (CTID): Likewise.
29480         (__clone): Do not use BP_SYM.
29481         (clone): Do not use BP_SYM in weak_alias.
29482         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
29483         and <bp-asm.h>.
29484         (PARMS): Do not use macros from bp-asm.h.
29485         (LEN): Likewise.
29486         (__mmap64): Do not use BP_SYM.
29487         (mmap64): Do not use BP_SYM in weak_alias.
29488         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
29489         <bp-sym.h> and <bp-asm.h>.
29490         (PARMS): Do not use macros from bp-asm.h.
29491         (__posix_fadvise64_l64): Do not use BP_SYM.
29492         * sysdeps/unix/sysv/linux/i386/semtimedop.S
29493         (PARMS): Do not use macros from bp-asm.h.
29494         (NSOPS): Likewise.
29495         (semtimedop): Do not use BP_SYM.
29496         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
29497         and <bp-asm.h>.
29498
29499 2013-02-21  Allan McRae  <allan@archlinux.org>
29500
29501         * manual/message.texi (Charset conversion in gettext):
29502         Move @end statement to beginning of line.
29503
29504 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29505
29506         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
29507         static.
29508         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29509         Likewise.
29510
29511         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
29512         (denorm): Likewise.
29513         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
29514         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
29515
29516 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29517
29518         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
29519         tail-call to the resolved function if pltexit isn't needed.
29520
29521 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29522
29523         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
29524         or Y being zero as being unlikely.
29525         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29526         Likewise.
29527
29528 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
29529
29530         * manual/nss.texi (System Databases and Name Service Switch):
29531         Remove frobnicate @pxref.
29532
29533 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
29534
29535         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
29536         __attribute__ ((unused)) to __attribute__ ((__unused__)).
29537
29538 2013-02-20  Petr Machata  <pmachata@redhat.com>
29539
29540         * elf/elf.h (R_ARM_TARGET1): New macro.
29541         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
29542         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
29543         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
29544         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
29545         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
29546         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
29547         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
29548         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
29549         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
29550         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
29551         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
29552         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
29553         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
29554         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
29555         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
29556         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
29557         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
29558         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
29559         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
29560         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
29561         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
29562         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
29563         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
29564         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
29565         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
29566         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
29567         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
29568         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
29569         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
29570         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
29571         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
29572         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
29573         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
29574         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
29575         (R_ARM_THM_GOT_BREL12): Likewise.
29576         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
29577         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
29578         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
29579         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
29580         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
29581         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
29582         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
29583         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
29584         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
29585
29586 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
29587
29588         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
29589         __attribute_used__ to __attribute__ ((unused)).
29590
29591 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29592
29593         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
29594         powerpc mpa.c.
29595         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
29596         comment formatting.
29597         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
29598
29599 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
29600
29601         [BZ #13550]
29602         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
29603         Remove macro.
29604         (ENTER): Remove both macro definitions.
29605         (LEAVE): Likewise.
29606         (CHECK_BOUNDS_LOW): Likewise.
29607         (CHECK_BOUNDS_HIGH): Likewise.
29608         (CHECK_BOUNDS_BOTH): Likewise.
29609         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
29610         (RETURN_BOUNDED_POINTER): Likewise.
29611         (RETURN_NULL_BOUNDED_POINTER): Likewise.
29612         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
29613         (POP_ERRNO_LOCATION_RETURN): Likewise.
29614         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
29615         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29616         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
29617         macros.
29618         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29619         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
29620         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
29621         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
29622         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
29623         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
29624         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
29625         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
29626         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
29627         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
29628         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
29629         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
29630         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29631         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
29632         removed macros.
29633         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29634         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
29635         macros.
29636         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29637         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
29638         * sysdeps/i386/i586/memset.S (memset): Likewise.
29639         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
29640         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29641         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
29642         macros.
29643         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29644         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
29645         Change uses of L(2) to L(out).
29646         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
29647         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
29648         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
29649         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29650         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
29651         removed macros.
29652         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29653         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
29654         macros.
29655         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29656         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
29657         (RETURN): Do not use macro LEAVE.
29658         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
29659         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
29660         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
29661         * sysdeps/i386/i686/memset.S (memset): Likewise.
29662         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
29663         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
29664         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29665         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
29666         Likewise.
29667         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29668         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
29669         L(1_2) and L(1_3) into L(1).
29670         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
29671         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
29672         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29673         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
29674         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29675         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
29676         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
29677         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29678         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
29679         macros.
29680         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
29681         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29682         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
29683         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
29684         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
29685         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29686         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
29687         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
29688         * sysdeps/i386/strcspn.S (strcspn): Likewise.
29689         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
29690         * sysdeps/i386/strrchr.S (strrchr): Likewise.
29691         * sysdeps/i386/strspn.S (strspn): Likewise.
29692         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
29693         conditional code.
29694         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29695         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
29696         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
29697         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
29698         L(1_3) into L(1_1).
29699         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
29700         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29701         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
29702         macros.
29703         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29704
29705 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
29706
29707         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
29708         macro.
29709
29710 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29711
29712         * math/atest-exp.c (exp_mpn): Remove ROUND.
29713         * math/atest-exp2.c (exp_mpn): Likewise.
29714         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
29715
29716         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
29717         * stdlib/tst-tls-atexit-lib.c: Likewise.
29718         * stdlib/tst-tls-atexit.c: Likewise.
29719
29720 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29721
29722         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
29723         and __attribute_alloc_size__.
29724
29725 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29726
29727         * include/programs/xmalloc.h: Change __attribute_alloc_size to
29728         __attribute_alloc_size__.
29729         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
29730         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
29731
29732 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29733
29734         * include/programs/xmalloc.h: New file.
29735         * catgets/gencat.c: Include it.
29736         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
29737         * elf/pldd.c: Likewise.
29738         * iconv/iconv_charmap.c: Likewise.
29739         * iconv/iconvconfig.c: Likewise.
29740         * iconv/strtab.c: Likewise.
29741         * locale/programs/locale.c: Likewise.
29742         * locale/programs/localedef.h: Likewise.
29743         * locale/programs/simple-hash.c: Likewise.
29744         * nscd/nscd.h: Likewise.
29745         * nss/makedb.c: Likewise.
29746         * sysdeps/generic/ldconfig.h: Likewise.
29747
29748 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29749
29750         * Versions.def: Add GLIBC_2.18.
29751         * include/link.h (struct link_map): New member l_tls_dtor_count.
29752         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
29753         (__call_tls_dtors): Likewise.
29754         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
29755         __cxa_thread_atexit_impl.
29756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29757         Likewise.
29758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29759         Likewise.
29760         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
29761         Likewise.
29762         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
29763         Likewise.
29764         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29765         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
29766         Likewise.
29767         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
29768         Likewise.
29769         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29770         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
29771         Likewise.
29772         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
29773         (tests): Add test case tst-tls-atexit.
29774         (modules-names): Add shared library for tst-tls-atexit.
29775         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
29776         (GLIBC_PRIVATE): Add __call_tls_dtors.
29777         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
29778         for libstdc++.
29779         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
29780         * stdlib/tst-tls-atexit.c: New test case.
29781         * stdlib/tst-tls-atexit-lib.c: New test case.
29782
29783         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
29784
29785         * elf/Versions (ld): Add _dl_find_dso_for_object.
29786         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
29787         * elf/dl-open.c (_dl_find_dso_for_object): New function.
29788         (dl_open_worker): Use _dl_find_dso_for_object.
29789         * elf/dl-sym.c (do_sym): Likewise.
29790         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
29791
29792 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29793
29794         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
29795         Syntactic changes only.
29796         (_dl_runtime_profile): Do a tail-call to the resolved function.
29797
29798 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
29799
29800         [BZ #13550]
29801         * sysdeps/x86_64/bp-asm.h: Remove file.
29802         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29803         <bp-sym.h> and <bp-asm.h>.
29804         (__clone): Do not use BP_SYM.
29805         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29806         <bp-sym.h> and <bp-asm.h>.
29807         * sysdeps/unix/x86_64/sysdep.S: Likewise.
29808         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29809         "bp-asm.h".
29810         (_setjmp): Do not use BP_SYM.
29811         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29812         "bp-asm.h".
29813         (setjmp): Do not use BP_SYM.
29814         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29815         libc_hidden_def.
29816         (mempcpy): Do not use BP_SYM in weak_alias.
29817         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29818         "bp-asm.h".
29819         (strchr): Do not use BP_SYM.
29820         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29821         "bp-asm.h".
29822         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29823         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29824         (_start): Do not use BP_SYM.
29825         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29826         "bp-asm.h".
29827         (strcat): Do not use BP_SYM.
29828         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29829         "bp-asm.h".
29830         (STRCMP): Do not use BP_SYM.
29831         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29832         "bp-asm.h".
29833         (STRCPY): Do not use BP_SYM.
29834         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29835         "bp-asm.h".
29836         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29837         "bp-asm.h".
29838         (FUNCTION): Do not use BP_SYM.
29839         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29840         weak_alias.
29841         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29842
29843 2013-02-17  Andreas Jaeger  <aj@suse.de>
29844
29845         * time/Versions: Sort entries.
29846         * string/Versions: Likewise.
29847         * resolv/Versions: Likewise.
29848         * posix/Versions: Likewise.
29849         * iconv/Versions: Likewise.
29850         * elf/Versions: Likewise.
29851         * wcsmbs/Versions: Likewise.
29852
29853 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29854
29855         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29856         loop termination condition.
29857
29858         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29859         variable to calculate EZ.
29860         (__sqr): Likewise.
29861
29862         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29863         the lower precision input.
29864
29865 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29866
29867         [BZ #13550]
29868         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29869         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29870         (run-via-rtld-prefix): Do not handle %-bp tests.
29871         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29872         (all-object-suffixes): Remove .ob.
29873         (bppfx): Remove variable.
29874         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29875         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29876         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29877         [$(build-bounded) = yes] (libtype.ob): Likewise.
29878         * Makerules (elide-routines.ob): Remove variable.
29879         (do-tests-clean): Do not handle *-bp.out.
29880         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29881         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29882         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29883         (tests): Do not include $(tests-bp.out).
29884         (xtests): Do not include $(xtests-bp.out).
29885         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29886         [$(build-bounded) = yes] ($(addprefix
29887         $(objpfx),$(binaries-bounded))): Remove rule.
29888         ($(objpfx)%-bp.out): Remove rule.
29889         * config.make.in (build-bounded): Remove variable.
29890         * crypt/Makefile [$(build-bounded) = yes]
29891         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29892         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29893         append to variable.
29894         [$(build-bounded) = yes] (install-lib): Likewise.
29895         [$(build-bounded) = yes] (generated): Likewise.
29896         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29897         Remove rule.
29898         * intl/Makefile [$(build-bounded) = yes]
29899         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29900         * math/Makefile [$(build-bounded) = yes]
29901         ($(tests:%=$(objpfx)%-bp): Likewise.
29902         * misc/Makefile [$(build-bounded) = yes]
29903         ($(objpfx)tst-tsearch-bp): Likewise.
29904         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29905         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29906         Remove dependency.
29907         * string/Makefile (o-objects.ob): Remove variable.
29908         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29909         (CFLAGS-.ob): Remove variable.
29910         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29911         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29912         both definitions of variable.
29913         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29914         (ASFLAGS-.ob): Remove variable.
29915
29916 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29917
29918         [BZ #13550]
29919         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29920         Remove __BOUNDED_POINTERS__ from condition.
29921         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29922         * string/bits/string2.h [!__NO_STRING_INLINES &&
29923         !__BOUNDED_POINTERS__]: Likewise.
29924         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29925         Likewise.
29926         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29927         Remove conditional code.
29928         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29929         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29930         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29931         condition.
29932
29933         [BZ #13550]
29934         * csu/libc-start.c: Do not include <bp-sym.h>.
29935         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29936         * elf/dl-open.c: Do not include <bp-sym.h>.
29937         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29938         * math/fegetenv.c: Do not include <bp-sym.h>.
29939         (fegetenv): Do not use BP_SYM in versioned symbols.
29940         * nptl/sysdeps/pthread/bits/libc-lockP.h
29941         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29942         <bp-sym.h>.
29943         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29944         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29945         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29946         (__pthread_mutex_destroy): Likewise.
29947         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29948         (__pthread_mutex_lock): Likewise.
29949         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29950         (__pthread_mutex_trylock): Likewise.
29951         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29952         (__pthread_mutex_unlock): Likewise.
29953         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29954         (__pthread_mutexattr_init): Likewise.
29955         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29956         (__pthread_mutexattr_destroy): Likewise.
29957         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29958         (__pthread_mutexattr_settype): Likewise.
29959         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29960         (__pthread_rwlock_init): Likewise.
29961         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29962         (__pthread_rwlock_destroy): Likewise.
29963         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29964         (__pthread_rwlock_rdlock): Likewise.
29965         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29966         (__pthread_rwlock_tryrdlock): Likewise.
29967         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29968         (__pthread_rwlock_wrlock): Likewise.
29969         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29970         (__pthread_rwlock_trywrlock): Likewise.
29971         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29972         (__pthread_rwlock_unlock): Likewise.
29973         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29974         (__pthread_key_create): Likewise.
29975         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29976         (__pthread_setspecific): Likewise.
29977         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29978         (__pthread_getspecific): Likewise.
29979         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29980         Likewise.
29981         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29982         (_pthread_cleanup_push_defer): Likewise.
29983         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29984         (_pthread_cleanup_pop_restore): Likewise.
29985         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29986         (pthread_setcancelstate): Likewise.
29987         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29988         <bp-sym.h>.
29989         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29990         (memchr): Do not use BP_SYM in weak_alias.
29991         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29992         (fegetenv): Do not use BP_SYM in versioned symbols.
29993         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29994         (fesetenv): Do not use BP_SYM in versioned symbols.
29995         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29996         (feupdateenv): Do not use BP_SYM in versioned symbols.
29997         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29998         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29999         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
30000         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
30001         (open64): Do not use BP_SYM in weak_alias.
30002         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
30003         (fegetenv): Do not use BP_SYM in versioned symbols.
30004         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
30005         (fesetenv): Do not use BP_SYM in versioned symbols.
30006         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30007         (feupdateenv): Do not use BP_SYM in versioned symbols.
30008         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
30009         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
30010         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
30011         (feraiseexcept): Do not use BP_SYM in versioned symbols.
30012         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30013         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30014         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
30015         <bp-sym.h>.
30016         (__libc_start_main): Do not use BP_SYM.
30017
30018 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30019
30020         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
30021         redundant return line.
30022         (norm): Likewise.
30023         (denorm): Likewise.
30024         (dbl_mp): Likewise.
30025         (sub_magnitudes): Likewise.
30026         (__add): Likewise.
30027         (__sub): Likewise.
30028         (__mul): Likewise.
30029         (__inv): Likewise.
30030         (__dvd): Likewise.
30031         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
30032         (norm): Likewise.
30033         (denorm): Likewise.
30034         (dbl_mp): Likewise.
30035         (sub_magnitudes): Likewise.
30036         (__add): Likewise.
30037         (__sub): Likewise.
30038         (__mul): Likewise.
30039         (__inv): Likewise.
30040         (__dvd): Likewise.
30041
30042         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
30043         instead of __mul.
30044         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
30045         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
30046         (cc32): Likewise.
30047
30048         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
30049         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
30050         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
30051         of __mul for squares.
30052         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
30053         function
30054         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
30055         Likewise.
30056         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
30057         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30058
30059 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
30060
30061         [BZ #13550]
30062         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
30063         code.
30064         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
30065         prototype or function definition.  Rename ubp_* variables and
30066         parameters.  Remove argv definitions conditional on
30067         [__BOUNDED_POINTERS__].
30068         * debug/backtrace.c (__backtrace): Do not use __unbounded.
30069         * elf/dl-runtime.c (_dl_fixup): Likewise.
30070         * include/set-hooks.h (RUN_HOOK): Likewise.
30071         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
30072         definition.
30073         * string/strcpy.c (strcpy): Do not use __unbounded.
30074         * sysdeps/generic/frame.h (struct layout): Likewise.
30075         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
30076         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
30077         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
30078         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
30079         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
30080         (__backtrace): Likewise.
30081         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
30082         use __ptrvalue.
30083         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
30084         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
30085         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
30086         Likewise.
30087         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
30088         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
30089         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
30090         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
30091         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
30092         Do not use __unbounded.
30093         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
30094         Rename __unboundedrlimits parameter to rlimits in prototype.
30095         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
30096         Do not use __unbounded.
30097         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
30098         not use __ptrvalue.
30099         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
30100         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
30101         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
30102         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
30103         __ptrvalue or __unbounded.
30104         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
30105         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
30106         use __unbounded.
30107         (__new_msgctl): Do not use __ptrvalue.
30108         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
30109         __unbounded.
30110         (__libc_msgrcv): Do not use __ptrvalue.
30111         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
30112         startup_info): Do not use __unbounded.
30113         (__libc_start_main): Likewise.  Rename ubp_* variables and
30114         parameters.  Remove argv definitions conditional on
30115         [__BOUNDED_POINTERS__].
30116         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
30117         __ptrvalue.
30118         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
30119         use __unbounded.
30120         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
30121         or __ptrvalue.
30122         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
30123         use __unbounded.
30124         (__new_shmctl): Do not use __ptrvalue.
30125         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
30126         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
30127         Likewise.
30128         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
30129         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
30130         (__libc_sigaction): Likewise.
30131         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
30132         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
30133         Likewise.
30134         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
30135
30136 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
30137
30138         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
30139
30140         * string/mempcpy.c: Implement by calling memcpy.
30141
30142 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
30143
30144         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
30145
30146         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
30147         evaluation.
30148
30149         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
30150         values in the mantissa.
30151
30152         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
30153         minimize writes to Z.
30154         (sub_magnitudes): Simplify code a bit.
30155
30156 2013-02-12  Roland McGrath  <roland@hack.frob.com>
30157
30158         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
30159         from the message.  The linker prefixes all warnings with that already.
30160
30161 2013-02-12  Andreas Schwab  <schwab@suse.de>
30162
30163         [BZ #15078]
30164         * posix/regexec.c (extend_buffers): Add parameter min_len.
30165         (check_matching): Pass minimum needed length.
30166         (clean_state_log_if_needed): Likewise.
30167         (get_subexp): Likewise.
30168         * posix/Makefile (tests): Add bug-regex34.
30169         (bug-regex34-ENV): Define.
30170         * posix/bug-regex34.c: New file.
30171
30172         [BZ #11561]
30173         * posix/regcomp.c (parse_bracket_exp): When looking up collating
30174         elements compare against the byte sequence of it, not its name.
30175         * posix/Makefile (tests): Add bug-regex35.
30176         (bug-regex35-ENV): Define.
30177         * posix/bug-regex35.c: New file.
30178
30179 2013-02-11  Tom de Vries  <tom@codesourcery.com>
30180
30181         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
30182         comment.
30183         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
30184         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
30185         (CHECK_EOL): Add undef.
30186
30187 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
30188
30189         * bits/stdlib-bsearch.h: New file.
30190         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
30191         * stdlib/stdlib.h: Likewise.
30192
30193 2013-02-11  Roland McGrath  <roland@hack.frob.com>
30194
30195         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
30196         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
30197         declaration.
30198         * manual/search.texi (Array Search Function): Add missing const in
30199         lfind prototype.
30200         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
30201         declaration to use rlim_t.
30202         (Basic Scheduling Functions): Remove erroneous const from
30203         sched_getparam prototype.  Remove erroneous * from
30204         sched_get_priority_max and sched_get_priority_min prototypes.
30205         (Resource Usage): Fix summary @comment on vtimes to refer to
30206         sys/vtimes.h rather than vtimes.h.
30207         Add missing *s in vtimes prototype.
30208         (Limits on Resources): Fix ulimit prototype to return long int.
30209         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
30210         prototypes to use long int rather than double.
30211         (BSD Random): Fix initstate and setstate to use char *, not void *.
30212         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
30213         prototype to make second argument 'struct aiocb64 *const[]'.
30214         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
30215         (Status of AIO Operations): Remove erroneous const in aio_return and
30216         aio_return64 prototypes.
30217         (Synchronizing I/O): Fix sync prototype to return void.
30218         * manual/startup.texi (Suboptions): Remove an erroneous const in
30219         getsubopt prototype.
30220         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
30221         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
30222         use size_t rather than int.
30223         (Scanning All Users): Likewise for getpwent_r.
30224         (Setting Groups): Add missing const to setgroups prototype.
30225         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
30226         * manual/socket.texi (Host Names): Fix gethostbyaddr and
30227         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
30228         'const void *' rather than 'const char *'.
30229         (Host Address Functions): Likewise for inet_ntop.
30230         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
30231         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
30232         ssize_t for return value.
30233         (Sending Data): Likewise for send, sendto, sendmsg.
30234         (Socket Option Functions): Add a missing const in setsockopt prototype.
30235         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
30236         use wchar_t for the argument.
30237         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
30238         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
30239         take no arguments.
30240         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
30241         double/float/long double for second argument.
30242         Fix return types of significand, significandf, significandl.
30243         * manual/filesys.texi (Setting Permissions): Use mode_t for second
30244         argument in fchmod prototype.
30245         (File Owner): Use uid_t and gid_t in fchown prototype.
30246         (File Times): Add const to utimes, futimes, and lutimes prototypes.
30247         (Making Special Files): Use mode_t and dev_t in mknod prototype.
30248         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
30249         use 'const struct dirent **' as argument types to CMP function pointer
30250         argument.
30251         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
30252         (File Times): Fix summary magic @comment for struct utimbuf and utime
30253         to refer to utime.h, not time.h.
30254         * manual/string.texi (Argz Functions): Add missing const in
30255         argz_extract and argz_next prototypes.
30256         (Finding Tokens in a String): Likewise for basename.
30257         (String/Array Comparison): Fix typo in wcscasecmp prototype.
30258         (Copying and Concatenation): Fix typo in wmemmove prototype.
30259         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
30260         (Signal Stack): Remove erroneous const in sigstack prototype.
30261         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
30262         prototype.
30263         (Simple Calendar Time): Likewise for stime.
30264         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
30265         prototype.
30266         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
30267         say sys/sysctl.h instead.
30268         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
30269         and vsyslog prototypes.
30270
30271 2013-02-11  Tom de Vries  <tom@codesourcery.com>
30272
30273         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
30274         Remove.
30275
30276 2013-02-11  Roland McGrath  <roland@hack.frob.com>
30277
30278         * misc/sys/mman.h: Fix typo in mremap comment.
30279
30280 2013-02-08  Roland McGrath  <roland@hack.frob.com>
30281
30282         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
30283         the '\0' terminator.
30284
30285 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
30286
30287         [BZ #13550]
30288         * debug/segfault.c: Don't include <bp-checks.h>.
30289         * sysdeps/generic/bp-checks.h: Remove file.
30290         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
30291         (__GETDENTS): Don't use CHECK_N.
30292         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
30293         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
30294         (__getgroups): Don't use CHECK_N.
30295         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
30296         (setgroups): Don't use CHECK_N.
30297         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
30298         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
30299         (__libc_msgrcv): Don't use CHECK_N.
30300         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
30301         (__libc_msgsnd): Don't use CHECK_N.
30302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
30303         <bp-checks.h>.
30304         (__libc_pread): Don't use CHECK_N.
30305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
30306         include <bp-checks.h>.
30307         (__libc_pread64): Don't use CHECK_N.
30308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
30309         include <bp-checks.h>.
30310         (__libc_pwrite): Don't use CHECK_N.
30311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
30312         include <bp-checks.h>.
30313         (__libc_pwrite64): Don't use CHECK_N.
30314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
30315         <bp-checks.h>.
30316         (__libc_pread): Don't use CHECK_N.
30317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
30318         include <bp-checks.h>.
30319         (__libc_pread64): Don't use CHECK_N.
30320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
30321         include <bp-checks.h>.
30322         (__libc_pwrite): Don't use CHECK_N.
30323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
30324         include <bp-checks.h>.
30325         (__libc_pwrite64): Don't use CHECK_N.
30326         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
30327         (do_pread): Don't use CHECK_N.
30328         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
30329         (do_pread64): Don't use CHECK_N.
30330         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
30331         (do_pwrite): Don't use CHECK_N.
30332         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
30333         (do_pwrite64): Don't use CHECK_N.
30334         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
30335         (__libc_readv): Don't use CHECK_N.
30336         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
30337         (semop): Don't use CHECK_N.
30338         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
30339         <bp-checks.h>.
30340         (semtimedop): Don't use CHECK_N.
30341         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
30342         (__libc_pread): Don't use CHECK_N.
30343         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
30344         <bp-checks.h>.
30345         (__libc_pread64): Don't use CHECK_N.
30346         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
30347         <bp-checks.h>.
30348         (__libc_pwrite): Don't use CHECK_N.
30349         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
30350         <bp-checks.h>.
30351         (__libc_pwrite64): Don't use CHECK_N.
30352         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
30353         <bp-checks.h>.
30354         (__libc_msgrcv): Don't use CHECK_N.
30355         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
30356         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
30357         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
30358         (__libc_writev): Don't use CHECK_N.
30359
30360 2013-02-08  Roland McGrath  <roland@hack.frob.com>
30361
30362         * string/strcpy.c: Removed unused variable.
30363
30364         * Makeconfig (+sysdep-includes): Define with := rather than =.
30365         Use an existing include/ subdir of each sysdeps dir before it.
30366
30367 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
30368
30369         * nscd/connection.c (register_traced_file): Comment function.
30370         [HAVE_INOTIFY] (union __inev): Define.
30371         [HAVE_INOTIFY] (inotify_check_files): New function.
30372         [HAVE_INOTIFY] (clear_db_cache): Likewise.
30373         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
30374         clear_db_cache.
30375         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
30376
30377 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
30378
30379         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
30380         loaded if not already and that a failure is permanent.
30381
30382 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
30383
30384         [BZ #15006]
30385         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
30386         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
30387
30388 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
30389
30390         [BZ #13550]
30391         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
30392         (CHECK_1_NULL_OK): Likewise.
30393         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
30394         (__fxstat): Do not use CHECK_1.
30395         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
30396         <bp-checks.h>.
30397         (___fxstat64): Do not use CHECK_1.
30398         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
30399         <bp-checks.h>.
30400         (__fxstatat): Do not use CHECK_1.
30401         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
30402         <bp-checks.h>.
30403         (__fxstatat64): Do not use CHECK_1.
30404         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
30405         <bp-checks.h>.
30406         (__fxstat): Do not use CHECK_1.
30407         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
30408         <bp-checks.h>.
30409         (__fxstatat): Do not use CHECK_1.
30410         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
30411         <bp-checks.h>.
30412         (__getresgid): Do not use CHECK_1.
30413         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
30414         <bp-checks.h>.
30415         (__getresuid): Do not use CHECK_1.
30416         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
30417         <bp-checks.h>.
30418         (__lxstat): Do not use CHECK_1.
30419         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
30420         <bp-checks.h>.
30421         (__old_msgctl): Do not use CHECK_1.
30422         (__new_msgctl): Likewise.
30423         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
30424         <bp-checks.h>.
30425         (__new_setrlimit): Do not use CHECK_1.
30426         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
30427         <bp-checks.h>.
30428         (__old_shmctl): Do not use CHECK_1.
30429         (__new_shmctl): Likewise.
30430         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
30431         <bp-checks.h>.
30432         (__xstat): Do not use CHECK_1.
30433         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
30434         (__lxstat): Do not use CHECK_1.
30435         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
30436         <bp-checks.h>.
30437         (___lxstat64): Do not use CHECK_1.
30438         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
30439         (__old_msgctl): Do not use CHECK_1.
30440         (__new_msgctl): Likewise.
30441         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
30442         <bp-checks.h>.
30443         (__gettimeofday): Do not use CHECK_1.
30444         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
30445         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
30446         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
30447         <bp-checks.h>.
30448         (__gettimeofday): Do not use CHECK_1.
30449         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
30450         (__old_shmctl): Do not use CHECK_1_NULL_OK.
30451         (__new_shmctl): Do not use CHECK_1.
30452         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
30453         <bp-checks.h>.
30454         (do_sigtimedwait): Do not use CHECK_1.
30455         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
30456         <bp-checks.h>.
30457         (do_sigwaitinfo): Do not use CHECK_1.
30458         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
30459         <bp-checks.h>.
30460         (msgctl): Do not use CHECK_1.
30461         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
30462         <bp-checks.h>.
30463         (shmctl): Do not use CHECK_1.
30464         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
30465         (ustat): Do not use CHECK_1.
30466         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
30467         <bp-checks.h>.
30468         (__fxstat): Do not use CHECK_1.
30469         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
30470         <bp-checks.h>.
30471         (__fxstatat): Do not use CHECK_1.
30472         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
30473         <bp-checks.h>.
30474         (__lxstat): Do not use CHECK_1.
30475         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
30476         <bp-checks.h>.
30477         (__xstat): Do not use CHECK_1.
30478         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
30479         (__xstat): Do not use CHECK_1.
30480         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
30481         (___xstat64): Do not use CHECK_1.
30482
30483         [BZ #13550]
30484         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
30485         definitions.
30486         (CHECK_BOUNDS_HIGH): Likewise.
30487         * string/strcpy.c: Do not include <bp-checks.h>.
30488         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
30489
30490 2013-02-07  Roland McGrath  <roland@hack.frob.com>
30491
30492         * nscd/nscd-client.h (__nscd_drop_map_ref):
30493         Add __attribute__ ((unused)).
30494         * nis/nss-nisplus.h (niserr2nss): Likewise.
30495
30496         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
30497         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
30498
30499         * csu/libc-tls.c (init_static_tls, init_slotinfo):
30500         Remove inline keyword.
30501         * include/rounding-mode.h (round_away): Likewise.
30502         * libio/wfileops.c (adjust_wide_data): Likewise.
30503         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
30504         (__m128i_strloadu_tolower): Likewise.
30505         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
30506         (__m128i_strloadu_tolower): Likewise.
30507         * time/mktime.c (ydhms_diff): Likewise.
30508         * locale/elem-hash.h (elem_hash): Likewise.
30509         * locale/setlocale.c (setdata): Likewise.
30510         * posix/regex_internal.h (re_string_char_size_at): Likewise.
30511         (re_string_wchar_at): Likewise.
30512         (bitset_not, bitset_merge, bitset_mask): Likewise.
30513         [!(__GNUC__ > 3)] (inline): Remove macro.
30514         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
30515         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
30516         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
30517         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
30518         * string/memcmp.c (memcmp_bytes): Likewise.
30519         * locale/programs/locarchive.c (compute_hashval): Likewise.
30520         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
30521         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
30522         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
30523         * nss/getent.c (print_rpc, print_protocols): Likewise.
30524         (print_passwd, print_group, print_aliases): Likewise.
30525         * nis/nss-nisplus.h (niserr2nss): Likewise.
30526         * nscd/connections.c (restart_p): Likewise.
30527         Change return type to bool.
30528
30529 2013-02-05  Roland McGrath  <roland@hack.frob.com>
30530
30531         * Makeconfig (all-Depend-files): Add existing
30532         $(sorted-subdirs:=/Depend) files.
30533         (all-subdirs): Remove nss.
30534         * sysdeps/unix/inet/Subdirs: Add it here instead.
30535         * hesiod/Depend: New file.
30536
30537         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
30538         instead of calling alloca.
30539
30540         * io/lseek.c (__lseek): Rename to __libc_lseek.
30541         Define __lseek as an alias.
30542
30543         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
30544
30545 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
30546
30547         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
30548         else clause and remove check for non-standard endianness.
30549
30550 2013-02-04  David S. Miller  <davem@davemloft.net>
30551
30552         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30553
30554 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
30555
30556         [BZ #13550]
30557         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
30558         (__ubp_memchr): Remove prototype.
30559         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
30560         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
30561         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
30562         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
30563         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
30564         Remove alias.
30565         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
30566         (__ubp_memchr): Likewise.
30567         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
30568         (__ubp_memchr): Likewise.
30569         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
30570         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
30571         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
30572         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
30573         CHECK_STRING.
30574         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
30575         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
30576         (__getcwd): Do not use CHECK_STRING.
30577         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
30578         <bp-checks.h>.
30579         (__real_chown): Do not use CHECK_STRING.
30580         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
30581         <bp-checks.h>.
30582         (fchownat): Do not use CHECK_STRING.
30583         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
30584         CHECK_STRING.
30585         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
30586         <bp-checks.h>.
30587         (__lchown): Do not use CHECK_STRING.
30588         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
30589         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
30590         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
30591         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
30592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
30593         include <bp-checks.h>.
30594         (truncate64): Do not use CHECK_STRING.
30595         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
30596         <bp-checks.h>.
30597         (__real_chown): Do not use CHECK_STRING.
30598         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
30599         <bp-checks.h>.
30600         (__lchown): Do not use CHECK_STRING.
30601         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
30602         <bp-checks.h>.
30603         (__chown): Do not use CHECK_STRING.
30604         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
30605         <bp-checks.h>.
30606         (truncate64): Do not use CHECK_STRING.
30607         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
30608         Likewise.
30609         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
30610         (__xmknod): Do not use CHECK_STRING.
30611         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
30612         <bp-checks.h>.
30613         (__xmknodat): Do not use CHECK_STRING.
30614         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
30615         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
30616
30617 2013-02-04  Andreas Schwab  <schwab@suse.de>
30618
30619         [BZ #14142]
30620         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
30621         * include/netdb.h: Likewise for h_errno.
30622         * elf/tst-stackguard1.c: Include <tls.h>.
30623
30624 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
30625
30626         * elf/link.h (struct link_map): Extend the l_addr comment.
30627         * include/link.h (struct link_map): Likewise.
30628
30629 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
30630
30631         [BZ #13550]
30632         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
30633         (BOUNDED_1): Remove macro.
30634         * debug/backtrace.c: Don't include <bp-checks.h>.
30635         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
30636         (__backtrace): Likewise.
30637         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
30638         <bp-checks.h>.
30639         (__backtrace): Don't use BOUNDED_1.
30640         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
30641         <bp-checks.h>.
30642         (__backtrace): Don't use BOUNDED_1.
30643         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
30644         (__backtrace): Don't use BOUNDED_1.
30645         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
30646         (shmat): Don't use BOUNDED_N.
30647
30648 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
30649
30650         [BZ #13550]
30651         * sysdeps/generic/bp-start.h: Remove file.
30652         * csu/libc-start.c: Don't include <bp-start.h>.
30653         (LIBC_START_MAIN): Set up __environ directly instead of using
30654         INIT_ARGV_and_ENVIRON.
30655         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
30656         <bp-start.h>.
30657
30658         [BZ #13550]
30659         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
30660         definitions.
30661         (CHECK_FCNTL): Likewise.
30662         (CHECK_N_PAGES): Likewise.
30663
30664         [BZ #13550]
30665         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
30666         definitions.
30667         (CHECK_SIGSET_NULL_OK): Likewise.
30668         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
30669         <bp-checks.h>.
30670         (sigpending): Don't use CHECK_SIGSET.
30671         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
30672         <bp-checks.h>.
30673         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30674         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
30675         <bp-checks.h>.
30676         (do_sigsuspend): Don't use CHECK_SIGSET.
30677         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
30678         use CHECK_SIGSET.
30679         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
30680         (do_sigwait): Don't use CHECK_SIGSET.
30681         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
30682         use CHECK_SIGSET.
30683         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
30684         include <bp-checks.h>.
30685         (sigpending): Don't use CHECK_SIGSET.
30686         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
30687         include <bp-checks.h>.
30688         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30689         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
30690         <bp-checks.h>.
30691         (sigpending): Don't use CHECK_SIGSET.
30692         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
30693         <bp-checks.h>.
30694         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30695
30696         [BZ #13550]
30697         * sysdeps/generic/bp-semctl.h: Remove file.
30698         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
30699         <bp-checks.h> and <bp-semctl.h>.
30700         (__old_semctl): Don't use CHECK_SEMCTL.
30701         (__new_semctl): Likewise.
30702         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
30703         and <bp-semctl.h>.
30704         (__old_semctl): Don't use CHECK_SEMCTL.
30705         (__new_semctl): Likewise.
30706         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
30707         <bp-checks.h> and <bp-semctl.h>.
30708         (__old_semctl): Don't use CHECK_SEMCTL.
30709         (__new_semctl): Likewise.
30710         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
30711         <bp-checks.h> and <bp-semctl.h>.
30712         (semctl): Don't use CHECK_SEMCTL.
30713
30714         [BZ #13550]
30715         * Makerules (elide-bp-thunks): Remove variable.
30716         (elide-routines.oS): Don't use $(elide-bp-thunks).
30717         (elide-routines.os): Likewise.
30718         (elide-routines.o): Likewise.
30719         (elide-routines.op): Likewise.
30720         (elide-routines.og): Likewise.
30721         (objects): Don't use $(bp-thunks).
30722         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
30723         include.
30724         (common-generated): Do not add s-proto-bp.d.
30725         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
30726         (int): Likewise.
30727         (typ): Likewise.
30728         Do not generate makefile rules for bounded-pointer thunks.
30729         * sysdeps/generic/bp-thunks.h: Remove file.
30730         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
30731         * sysdeps/unix/s-proto-bp.S: Likewise.
30732
30733         [BZ #15062]
30734         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
30735         parts of result separately when argument is not close to line from
30736         -i to i and one part of argument is small.
30737         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30738         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30739         * math/libm-test.inc (cacos_test): Add more tests.
30740         (casin_test): Likewise.
30741         (casinh_test): Likewise.
30742         * sysdeps/i386/fpu/libm-test-ulps: Update.
30743         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30744
30745 2013-01-31  David S. Miller  <davem@davemloft.net>
30746
30747         * po/de.po: Update from translation team.
30748
30749 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
30750
30751         * time/tzfile.c: Include stdint.h for SIZE_MAX.
30752
30753 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
30754
30755         * configure.in (_AC_PROG_CC_C89): New definition.
30756         * configure: Regenerate.
30757
30758         * configure.in (AC_PROG_CPP): New definition.
30759         * configure: Regenerate.
30760
30761 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30762
30763         * debug/tst-backtrace.h: New file.
30764         * debug/tst-backtrace2.c: Include tst-backtrace.h.
30765         (ret): Remove variable.
30766         (x): Likewise.
30767         (FAIL): Remove macro.
30768         (NO_INLINE): Likewise.
30769         (fn1): Use match function instead of strstr.
30770         * debug/tst-backtrace3.c: Include tst-backtrace.h.
30771         (ret): Remove variable.
30772         (x): Likewise.
30773         (FAIL): Remove macro.
30774         (NO_INLINE): Likewise.
30775         (fn): Use match function instead of strstr.
30776         * debug/tst-backtrace4.c: Include tst-backtrace.h.
30777         (ret): Remove variable.
30778         (x): Likewise.
30779         (FAIL): Remove macro.
30780         (NO_INLINE): Likewise.
30781         (handle_signal): Use match function instead of strstr.
30782         * debug/tst-backtrace5.c: Include tst-backtrace.h.
30783         (ret): Remove variable.
30784         (x): Likewise.
30785         (FAIL): Remove macro.
30786         (NO_INLINE): Likewise.
30787         (handle_signal): Use match function instead of strstr.
30788
30789 2013-01-23  Roland McGrath  <roland@hack.frob.com>
30790
30791         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
30792
30793 2013-01-23  David S. Miller  <davem@davemloft.net>
30794
30795         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30796         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30797         argument of CAS if possible.
30798         * sysdeps/sparc/sparc64/bits/atomic.h
30799         (__arch_compare_and_exchange_val_32_acq): Likewise.
30800         (__arch_compare_and_exchange_val_64_acq): Likewise.
30801
30802 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
30803
30804         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30805         * sysdeps/posix/ulimit.c: ... this.
30806         Include <limits.h>.
30807         * sysdeps/unix/bsd/ulimit.c: Remove file.
30808
30809 2013-01-23  Adam Conrad  <adconrad@0c3.net>
30810
30811         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30812         (LDFLAGS-tst-array5): Likewise.
30813
30814 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30815
30816         [BZ #15036]
30817         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30818         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30819         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30820         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30821
30822 2013-01-21  David S. Miller  <davem@davemloft.net>
30823
30824         * sysdeps/sparc/backtrace.c: New file.
30825         * sysdeps/sparc/sparc32/backtrace.h: New file.
30826         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30827         * sysdeps/sparc/sparc64/backtrace.h: New file.
30828         * sysdeps/sparc/sparc64/backtrace.c: Delete.
30829         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30830         -funwind-tables.
30831
30832 2013-01-21  Andreas Schwab  <schwab@suse.de>
30833
30834         [BZ #15020]
30835         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30836         closed its stdout.
30837
30838 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
30839
30840         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30841         "mpa2.h".
30842         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30843
30844 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
30845             Mark Mitchell  <mark@codesourcery.com>
30846             Tom de Vries  <tom@codesourcery.com>
30847             Paul Pluzhnikov  <ppluzhnikov@google.com>
30848
30849         * debug/tst-backtrace2.c: New file.
30850         * debug/tst-backtrace3.c: Likewise.
30851         * debug/tst-backtrace4.c: Likewise.
30852         * debug/tst-backtrace5.c: Likewise.
30853         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30854         (CFLAGS-tst-backtrace3.c): Likewise.
30855         (CFLAGS-tst-backtrace4.c): Likewise.
30856         (CFLAGS-tst-backtrace5.c): Likewise.
30857         (LDFLAGS-tst-backtrace2): Likewise.
30858         (LDFLAGS-tst-backtrace3): Likewise.
30859         (LDFLAGS-tst-backtrace4): Likewise.
30860         (LDFLAGS-tst-backtrace5): Likewise.
30861         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30862         tst-backtrace4 and tst-backtrace5.
30863
30864 2013-01-18  Anton Blanchard  <anton@samba.org>
30865             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30866
30867         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30868         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30869         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30870         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30872         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30873         "+r" and remove output regs list as redundant.  Add explicit inline
30874         asm to specify register of return val to work around compiler codegen
30875         bug.  Remove (int) cast on return value.  Add return type parameter to
30876         use in macro so that this macro does not truncate return value for
30877         64-bit values.
30878         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30879         pass to INTERNAL_VSYSCALL_NCS.
30880         (INLINE_VSYSCALL): Add 'long int' as return type to
30881         INTERNAL_VSYSCALL_NCS macro invocation.
30882         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30883         INTERNAL_VSYSCALL_NCS macro invocation.
30884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30885
30886 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30887
30888         [BZ #14496]
30889         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30890         Fix application of SIMD FP exception mask.
30891
30892         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30893         mp_no from a power of two.
30894         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30895         __mpexp_twomm1.  Use __pow_mp.
30896
30897         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30898         multiplication.
30899
30900 2013-01-17  David S. Miller  <davem@davemloft.net>
30901
30902         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30903
30904 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30905
30906         [BZ #15023]
30907         * include/complex.h: Condition contents on [!_COMPLEX_H].
30908         (__kernel_casinhf): New prototype.
30909         (__kernel_casinh): Likewise.
30910         (__kernel_casinhl): Likewise.
30911         * math/Makefile (libm_calls): Add k_casinh.
30912         * math/k_casinh.c: New file.
30913         * math/k_casinhf.c: Likewise.
30914         * math/k_casinhl.c: Likewise.
30915         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30916         finite nonzero arguments.
30917         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30918         finite nonzero arguments.
30919         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30920         finite nonzero arguments.
30921         * math/s_casinh.c: Do not include <float.h>.
30922         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30923         * math/s_casinhf.c: Do not include <float.h>.
30924         (__casinhf): Move code for finite nonzero arguments to
30925         k_casinhf.c.
30926         * math/s_casinhl.c: Do not include <float.h>.
30927         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30928         redefine.
30929         (__casinhl): Move code for finite nonzero arguments to
30930         k_casinhl.c.
30931         * math/libm-test.inc (cacos_test): Add more tests.
30932         * sysdeps/i386/fpu/libm-test-ulps: Update.
30933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30934
30935 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30936
30937         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30938         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30939         [!HAVE_MREMAP]: Remove [defined linux] case.
30940         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30941
30942 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30943
30944         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30945
30946 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30947
30948         * elf/elf.h (R_386_SIZE32): New relocation.
30949         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30950         R_386_SIZE32.
30951         (elf_machine_rela): Likewise.
30952         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30953         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30954
30955 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30956
30957         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30958         (FP_FAST_FMA): Do not define.
30959         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30960         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30961         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30962         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30963         !_SOFT_FLOAT]: Likewise.
30964         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30965         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30966         value.
30967         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30968         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30969         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30970         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30971         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30972         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30973         file.
30974
30975 2013-01-16  Andreas Schwab  <schwab@suse.de>
30976
30977         [BZ #14327]
30978         * include/stdlib.h (__mktemp): Add declaration.
30979         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30980         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30981
30982 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30983
30984         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30985         definitions.
30986         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30987         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30988         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30989         definitions here.
30990         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30991         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30992         definitions.
30993         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30994         and ONE.
30995         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30996         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30997         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30998         definitions.
30999         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
31000         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
31001         definitions.
31002         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31003
31004         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
31005
31006 2013-01-15  David S. Miller  <davem@davemloft.net>
31007
31008         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31009         trunc{,f} to libm-sysdep_routes.
31010         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
31012         file.
31013         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
31014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
31015         file.
31016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
31017         file.
31018         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
31019         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
31020         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
31021         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
31022         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
31023         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
31024         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
31025         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
31026
31027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31028         nearbyint{,f} to libm-sysdep_routes.
31029         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
31031         New file.
31032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
31033         file.
31034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
31035         New file.
31036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
31037         file.
31038         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
31039         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
31040         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
31041         file.
31042         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
31043         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
31044         file.
31045         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
31046         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
31047         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
31048
31049         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
31050         libc_feholdexcept and libc_fesetenv.
31051
31052 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
31053
31054         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
31055
31056 2013-01-14  David S. Miller  <davem@davemloft.net>
31057
31058         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
31059         (SPARC_ASM_VIS2_IFUNC): Likewise.
31060         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
31061         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
31062         use of 'siam' instruction.
31063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
31064         Likewise.
31065         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
31066         Likewise.
31067         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
31068         Likewise.
31069         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
31070         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
31071         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
31072         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
31073         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
31074         file.
31075         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
31076         file.
31077         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
31078         file.
31079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
31080         file.
31081         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
31082         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
31083         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
31084         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
31085         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
31086         new VIS2 routines.
31087         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
31088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
31089         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
31090         Likewise.
31091         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
31092         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
31093         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
31094         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
31095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
31096         routines to libm-sysdep_routines.
31097         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31098
31099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31100         fdim/fdimf to libm-sysdep_routines.
31101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
31102         file.
31103         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
31104         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
31105         file.
31106         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
31107         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
31108         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
31109         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
31110         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
31111         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
31112         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
31113
31114 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31115
31116         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
31117         to optimize copies.
31118
31119         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
31120         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31121         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31122
31123         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
31124         local variable MPTWO.
31125         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31126         Likewise.
31127
31128 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31129
31130         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
31131         GLOB_NOESCAPE.
31132
31133 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31134
31135         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
31136
31137 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31138
31139         * manual/pattern.texi (glob_t): Document gl_flags.
31140         (glob64_t): Likewise.
31141
31142 2013-01-11  David S. Miller  <davem@davemloft.net>
31143
31144         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
31145         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
31146         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
31147         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
31148         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
31149         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
31150         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
31151         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
31152         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
31153         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
31154         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
31155         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
31156         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
31157
31158         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
31159         sparc V9 rather than using V8 code.
31160         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
31161         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
31162
31163         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
31164         Move to...
31165         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
31166         Here.
31167
31168 2013-01-11  Roland McGrath  <roland@hack.frob.com>
31169
31170         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
31171         not in the main loop.
31172         * configure: Regenerated.
31173
31174 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
31175
31176         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
31177         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
31178         to just #else.
31179         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
31180         [!__GLIBC_HAVE_LONG_LONG] case.
31181         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
31182         condition to just #else.
31183         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
31184         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
31185         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
31186         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
31187         unconditional.
31188         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
31189         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
31190         #elif condition to just #else.
31191         * sysdeps/unix/sysv/linux/sys/sysmacros.h
31192         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
31193         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
31194         #elif condition to just #else.
31195
31196 2013-01-11  Steve Ellcey  <sellcey@mips.com>
31197
31198         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
31199         (EF_MIPS_ARCH_64): Fix value.
31200         (EF_MIPS_ARCH_32R2): New.
31201         (EF_MIPS_ARCH_64R2): New.
31202
31203 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
31204
31205         * Makeconfig (+link-pie-before-libc): New.
31206         (+link-pie-after-libc): Likewise.
31207         (+link-pie-tests): Likewise.
31208         (+link-pie): Rewritten.
31209         (link-before-libc): Remove $(config-LDFLAGS).
31210         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
31211         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
31212         (config-LDFLAGS): Renamed to ...
31213         (rtld-LDFLAGS): This.
31214         (rtld-tests-LDFLAGS): New macro.
31215         (link-libc-rpath-link): Likewise.
31216         (link-libc-tests-rpath-link): Likewise.
31217         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
31218         (link-libc): Prepand $(link-libc-rpath-link).
31219         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
31220         (test-program-prefix): New macro.
31221         (test-via-rtld-prefix): Likewise.
31222         (test-program-cmd): Likewise.
31223         (host-test-program-cmd): Likewise.
31224         * Makefile ($(common-objpfx)testrun.sh): Replace
31225         $(run-program-prefix) with $(test-program-prefix).
31226         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
31227         $(rtld-LDFLAGS).
31228         ($(common-objpfx)shlib.lds): Likewise.
31229         (build-module-helper): Likewise.
31230         ($(common-objpfx)format.lds): Likewise.
31231         * Rules (binaries-pie-tests): New.
31232         (binaries-pie-notests): Likewise.
31233         (binaries-pie): Rewritten.
31234         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
31235         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
31236         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
31237         (make-test-out): Replace $(host-built-program-cmd) with
31238         $(host-test-program-cmd).
31239         * config.make.in (build-hardcoded-path-in-tests): New variable.
31240         * configure.in (--enable-hardcoded-path-in-tests): New configure
31241         option.
31242         (hardcoded_path_in_tests): New AC_SUBST.
31243         * configure: Regenerated.
31244         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
31245         $(built-program-cmd) with $(test-program-cmd).
31246         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
31247         (test_program_cmd): This.
31248         * elf/Makefile ($(objpfx)order.out): Run test with
31249         $(test-program-prefix).
31250         ($(objpfx)order2.out): Likewise.
31251         ($(objpfx)tst-initorder.out): Likewise.
31252         ($(objpfx)tst-initorder2.out): Likewise.
31253         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
31254         $(test-program-cmd).
31255         ($(objpfx)tst-array1-static.out): Likewise.
31256         ($(objpfx)tst-array2.out): Likewise.
31257         ($(objpfx)tst-array3.out): Likewise.
31258         ($(objpfx)tst-array4.out): Likewise.
31259         ($(objpfx)tst-array5.out): Likewise.
31260         ($(objpfx)tst-array5-static.out): Likewise.
31261         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
31262         $(test-program-cmd).
31263         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
31264         $(run-program-prefix) with $(test-program-prefix).
31265         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
31266         (test_program_prefix): This.
31267         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
31268         $(run-program-prefix) with $(test-program-prefix).
31269         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
31270         (test_program_prefix): This.
31271         * iconvdata/tst-tables.sh: Likewise.
31272         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
31273         $(run-program-prefix) with $(test-program-prefix).
31274         ($(objpfx)tst-translit.out): Likewise.
31275         ($(objpfx)tst-gettext2.out): Likewise.
31276         ($(objpfx)tst-gettext4.out): Likewise.
31277         ($(objpfx)tst-gettext6.out): Likewise.
31278         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
31279         (test_program_prefix): This.
31280         * intl/tst-gettext2.sh: Likewise.
31281         * intl/tst-gettext4.sh  Likewise.
31282         * intl/tst-gettext6.sh: Likewise.
31283         * intl/tst-translit.sh: Likewise.
31284         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
31285         with $(test-program-cmd).
31286         * libio/Makefile ($(objpfx)test-freopen.out): Replace
31287         $(run-program-prefix) with $(test-program-prefix).
31288         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
31289         (test_program_prefix): This.
31290         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
31291         $(run-program-prefix) with $(test-program-prefix).
31292         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
31293         (test_program_prefix): This.
31294         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
31295         * posix/Makefile ($(objpfx)globtest.out): Replace
31296         $(run-via-rtld-prefix) and $(test-wrapper) with
31297         $(test-program-prefix) and $(test-via-rtld-prefix).
31298         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
31299         $(test-program-prefix).
31300         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
31301         $(host-test-program-cmd).
31302         (tst-spawn-ARGS): Likewise.
31303         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
31304         $(test-program-prefix).
31305         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
31306         (test_via_rtld_prefix): This.
31307         (test_wrapper): Renamed to ...
31308         (test_program_prefix): This.
31309         (run_program_prefix): Replaced by test_program_prefix.
31310         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
31311         (test_program_prefix): This.
31312         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
31313         with $(host-test-program-cmd).
31314         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
31315         $(run-program-prefix) with $(test-program-prefix).
31316         ($(objpfx)tst-printf.out): Likewise.
31317         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
31318         $(test-program-cmd).
31319         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
31320         (test_program_prefix): This.
31321         * stdio-common/tst-unbputc.sh: Likewise.
31322         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
31323         $(run-program-prefix) with $(test-program-prefix).
31324         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
31325         (test_program_prefix): This.
31326         * string/Makefile ($(objpfx)tst-svc.out):  Replace
31327         $(built-program-cmd) with $(test-program-cmd).
31328
31329 2013-01-11  Andreas Jaeger  <aj@suse.de>
31330
31331         [BZ #15003]
31332         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
31333         value. Sync with Linux 3.7.
31334
31335 2013-01-10  David S. Miller  <davem@davemloft.net>
31336
31337         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
31338         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
31339         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
31340
31341 2013-01-10  Roland McGrath  <roland@hack.frob.com>
31342
31343         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
31344         never set.
31345         * configure: Regenerated.
31346
31347 2013-01-10  David S. Miller  <davem@davemloft.net>
31348
31349         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
31350         sparc V9 rather than using V8 code.
31351         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
31352         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
31353
31354 2013-01-10  Roland McGrath  <roland@hack.frob.com>
31355
31356         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
31357         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
31358         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
31359         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
31360         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
31361         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
31362         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
31363         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
31364         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
31365         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
31366         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
31367         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
31368         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
31369         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
31370         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
31371         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
31372         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
31373         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
31374         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
31375         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
31376         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
31377         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
31378         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
31379         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
31380         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
31381         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
31382         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
31383
31384 2013-01-10  David S. Miller  <davem@davemloft.net>
31385
31386         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31387
31388 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
31389
31390         * posix/Makefile (tests-static): New variable.
31391         (tests): Add $(tests-static).
31392         (tst-exec-static-ARGS): New variable.
31393         (tst-spawn-static-ARGS): Likewise.
31394         * posix/tst-exec-static.c: New file.
31395         * posix/tst-spawn-static.c: Likewise.
31396         * posix/tst-exec.c: Support run directly.
31397         * posix/tst-spawn.c: Likewise.
31398
31399 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
31400
31401         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
31402         long.
31403         * math/bits/mathcalls.h (llrint): Likewise.
31404         (llround): Likewise.
31405         * stdlib/stdlib.h (struct drand48_data): Likewise.
31406         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
31407         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
31408         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
31409         Likewise.
31410         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
31411         Likewise.
31412         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
31413         (elf_greg_t): Likewise.
31414         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
31415         (__jmp_buf): Likewise.
31416         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
31417         definitions.
31418         (llrint): Likewise, for all definitions.
31419         (llrintl): Likewise.
31420
31421         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
31422         Remove [__GNUC__] condition.
31423         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
31424         condition to just [__USE_ISOC99].
31425         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
31426
31427 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
31428
31429         [BZ #14200]
31430         * sysdeps/unix/sysv/linux/x86/bits/environments.h
31431         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
31432         defined.
31433         (_POSIX_V6_ILP32_OFF32): Likewise.
31434         (_XBS5_ILP32_OFF32): Likewise.
31435         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
31436         (__ILP32_OFFBIG_LDFLAGS): Likewise.
31437
31438 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
31439
31440         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
31441
31442         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
31443         doubles __mpexp_twomm1.  Adjust usage.
31444         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
31445         Remove.
31446
31447 2013-01-10  Andreas Schwab  <schwab@suse.de>
31448
31449         [BZ #14964]
31450         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
31451         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
31452
31453 2013-01-09  David S. Miller  <davem@davemloft.net>
31454
31455         [BZ #15003]
31456         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
31457         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
31458         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
31459         (TCP_FASTOPEN): Define.
31460         (tcp_repair_opt): New structure.
31461         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
31462         enum values.
31463         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
31464         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
31465         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
31466         (tcp_cookie_transactions): New structure.
31467
31468 2013-01-09  Anton Blanchard  <anton@samba.org>
31469
31470         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
31471         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
31472         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
31473         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
31474
31475 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
31476
31477         * include/features.h (__USE_ANSI): Remove.
31478
31479 2013-01-09  Roland McGrath  <roland@hack.frob.com>
31480
31481         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
31482
31483         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
31484
31485 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
31486
31487         * sysdeps/s390/fpu/libm-test-ulps: Update.
31488
31489         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31490
31491         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
31492         (__acr): Likewise.
31493         (__cpy): Likewise.
31494         (norm): Likewise.
31495         (denorm): Likewise.
31496         (__mp_dbl): Likewise.
31497         (__dbl_mp): Likewise.
31498         (add_magnitudes): Likewise.
31499         (sub_magnitudes): Likewise.
31500         (__add): Likewise.
31501         (__sub): Likewise.
31502         (__mul): Likewise.
31503         (__inv): Likewise.
31504         (__dvd): Likewise.
31505         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
31506         (__acr): Likewise.
31507         (__cpy): Likewise.
31508         (norm): Likewise.
31509         (denorm): Likewise.
31510         (__mp_dbl): Likewise.
31511         (__dbl_mp): Likewise.
31512         (add_magnitudes): Likewise.
31513         (sub_magnitudes): Likewise.
31514         (__add): Likewise.
31515         (__sub): Likewise.
31516         (__mul): Likewise.
31517         (__inv): Likewise.
31518         (__dvd): Likewise.
31519         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
31520         (__acr): Likewise.
31521         (__cpy): Likewise.
31522         (norm): Likewise.
31523         (denorm): Likewise.
31524         (__mp_dbl): Likewise.
31525         (__dbl_mp): Likewise.
31526         (add_magnitudes): Likewise.
31527         (sub_magnitudes): Likewise.
31528         (__add): Likewise.
31529         (__sub): Likewise.
31530         (__mul): Likewise.
31531         (__inv): Likewise.
31532         (__dvd): Likewise.
31533
31534 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
31535
31536         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
31537         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
31538         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
31539         2 && __USE_EXTERN_INLINES]: Likewise.
31540
31541 2013-01-08  Andreas Jaeger  <aj@suse.de>
31542
31543         [BZ# 14985]
31544         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
31545         Remove.
31546         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
31547         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
31548
31549 2013-01-07  Anton Blanchard  <anton@samba.org>
31550
31551         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
31552         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
31553         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
31554         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
31555         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
31556         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
31557         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
31558         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31559         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31560         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31561         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
31562         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
31563         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
31564         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
31565         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
31566         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
31567         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
31568         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
31569         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
31570         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
31571         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
31572         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
31573         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
31574         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
31575         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
31576         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
31577         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
31578         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
31579         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
31580         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
31581         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
31582         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31583         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31584         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
31585         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
31586         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
31587         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
31588         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31589         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
31590         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
31591         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
31592         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
31593         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
31594
31595 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
31596
31597         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
31598         (__MALLOC_PMT): Likewise.
31599         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
31600         [__GNUC__], only on [_LIBC].
31601         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
31602         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
31603         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
31604         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
31605         forward declaration.
31606         (realloc_hook_ini): Likewise.
31607         (memalign_hook_ini): Likewise.
31608         (__libc_memalign): Do not use __MALLOC_PMT in variable
31609         declaration.
31610         (__libc_valloc): Likewise.
31611         (__libc_pvalloc): Likewise.
31612         (__libc_calloc): Likewise.
31613         (__posix_memalign): Likewise.
31614
31615         [BZ #14996]
31616         * math/s_casinh.c: Include <float.h>.
31617         (__casinh): Do not do computation with squaring and square root
31618         for large arguments.
31619         * math/s_casinhf.c: Include <float.h>.
31620         (__casinhf): Do not do computation with squaring and square root
31621         for large arguments.
31622         * math/s_casinhl.c: Include <float.h>.
31623         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
31624         (__casinhl): Do not do computation with squaring and square root
31625         for large arguments.
31626         * math/libm-test.inc (casin_test): Add more tests.
31627         (casinh_test): Likewise.
31628         * sysdeps/i386/fpu/libm-test-ulps: Update.
31629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31630
31631 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
31632
31633         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
31634         (__x86_64_raw_data_cache_size): Likewise.
31635         (__x86_64_data_cache_size_half): Likewise.
31636         (__x86_64_raw_data_cache_size_half): Likewise.
31637         (__x86_64_shared_cache_size): Likewise.
31638         (__x86_64_raw_shared_cache_size): Likewise.
31639         (__x86_64_shared_cache_size_half): Likewise.
31640         (__x86_64_raw_shared_cache_size_half): Likewise.
31641         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
31642         to ...
31643         (__x86_data_cache_size): This.
31644         (__x86_64_raw_data_cache_size): Renamed to ...
31645         (__x86_raw_data_cache_size): This.
31646         (__x86_64_data_cache_size_half): Renamed to ...
31647         (__x86_data_cache_size_half): This.
31648         (__x86_64_raw_data_cache_size_half): Renamed to ...
31649         (__x86_raw_data_cache_size_half): This.
31650         (__x86_64_shared_cache_size): Renamed to ...
31651         (__x86_shared_cache_size): This.
31652         (__x86_64_raw_shared_cache_size): Renamed to ...
31653         (__x86_raw_shared_cache_size): This.
31654         (__x86_64_shared_cache_size_half): Renamed to ...
31655         (__x86_shared_cache_size_half): This.
31656         (__x86_64_raw_shared_cache_size_half): Renamed to ...
31657         (__x86_raw_shared_cache_size_half): This.
31658         * sysdeps/x86_64/memcpy.S: Updated.
31659         * sysdeps/x86_64/memset.S: Likewise.
31660         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
31661         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
31662         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
31663
31664 2013-01-04  David S. Miller  <davem@davemloft.net>
31665
31666         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31667
31668 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
31669
31670         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
31671         1 to avoid redefinition warning.
31672         (__USE_GNU): Don't define.
31673         (init_signaling_nan): Protoize.
31674
31675         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31676
31677 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
31678
31679         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
31680         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
31681         (__cpymn): Likewise.
31682         (norm): Remove commented code.
31683         (denorm): Likewise.
31684         (__mp_dbl): Likewise.
31685         (__inv): Likewise.
31686         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
31687         (__cpymn): Likewise.
31688         (norm): Remove commented code.
31689         (denorm): Likewise.
31690         (__mp_dbl): Likewise.
31691         (__inv): Likewise.
31692
31693         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
31694         mp_no value for 1.0 and 2.0.
31695         (norm): Use RADIXI instead of radixi.d.
31696         (denorm): Likewise.
31697         (__mul): Use 0.0 instead of zero.d.
31698         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
31699         mp_no value for 1.0 and 2.0.
31700         (norm): Use RADIXI instead of radixi.d.
31701         (denorm): Likewise.
31702         (__mul): Use 0.0 instead of zero.d.
31703
31704 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
31705
31706         [BZ #14994]
31707         * math/s_casinh.c (__casinh): Reduce finite argument to first
31708         quadrant then set signs of results at the end.
31709         * math/s_casinhf.c (__casinhf): Likewise.
31710         * math/s_casinhl.c (__casinhl): Likewise.
31711         * math/libm-test.inc (casin_test): Add more tests.
31712         (casinh_test): Likewise.
31713         * sysdeps/i386/fpu/libm-test-ulps: Update.
31714         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31715
31716 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
31717
31718         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
31719
31720         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
31721
31722         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
31723         declarations.
31724         (denorm): Likewise.
31725         (__mp_dbl): Likewise.
31726         (__inv): Likewise.
31727
31728         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
31729         and adjust the header comment.
31730
31731         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
31732         variable name from declaration.
31733
31734 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
31735
31736         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31737         Initialize COMMON_CPUID_INDEX_7 element.
31738         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
31739         (CPUID_RTM): Likewise.
31740         (HAS_RTM): Likewise.
31741         (COMMON_CPUID_INDEX_7): New enum.
31742
31743 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
31744
31745         [BZ #14981]
31746         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
31747         size is zero, record memory as freed.
31748
31749 2013-01-03  Andreas Jaeger  <aj@suse.de>
31750
31751         * po/ia.po: Add new Interlingua translation.
31752
31753 2012-01-03  Allan McRae  <allan@archlinux.org>
31754
31755         * locale/programs/localedef.c: Fix description of '--posix' flag.
31756
31757 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
31758
31759         * NEWS: Update dates in second copyright notice.
31760         * README: Update copyright dates in example.
31761         * manual/libc.texinfo: Update copyright dates.
31762         * scripts/test-installation.pl: Update copyright date in --version
31763         output.
31764
31765         * hurd/ctty-input.c: Fix copyright notice formatting.
31766         * hurd/ctty-output.c: Likewise.
31767         * hurd/dtable.c: Likewise.
31768         * hurd/hurd-raise.c: Likewise.
31769         * hurd/hurdprio.c: Likewise.
31770         * hurd/msgportdemux.c: Likewise.
31771         * misc/sys/file.h: Likewise.
31772         * misc/sys/ioctl.h: Likewise.
31773         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
31774         * sysdeps/mach/hurd/chdir.c: Likewise.
31775         * sysdeps/mach/hurd/fchdir.c: Likewise.
31776         * sysdeps/mach/hurd/rename.c: Likewise.
31777         * sysdeps/mach/hurd/rmdir.c: Likewise.
31778         * sysdeps/mach/hurd/seekdir.c: Likewise.
31779         * sysdeps/mach/hurd/setsid.c: Likewise.
31780         * sysdeps/posix/wait3.c: Likewise.
31781
31782         * All files with FSF copyright notices: Update copyright dates
31783         using scripts/update-copyrights.
31784         * intl/plural.c: Regenerated.
31785         * locale/programs/charmap-kw.h: Likewise.
31786         * locale/programs/locfile-kw.h: Likewise.
31787
31788 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31789
31790         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
31791         four values.
31792
31793         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
31794         calculation loop and add branch prediction.
31795
31796         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31797         check access beyond bounds of m1np.
31798
31799         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31800         MPTWO.
31801         (__inv): Remove local variable MPTWO to use the global
31802         constant.
31803         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31804         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31805         variable MPTWO.
31806         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31807         MP3HALFS static const.
31808
31809 2013-01-01  David S. Miller  <davem@davemloft.net>
31810
31811         * po/ca.po: Update from translation team.
31812
31813 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
31814
31815         * scripts/update-copyrights: New file.
31816         * Makeconfig: Reformat copyright notice.
31817         * ctype/ctype.h: Likewise.
31818         * debug/swprintf_chk.c: Likewise.
31819         * elf/dl-cache.c: Likewise.
31820         * elf/dl-debug.c: Likewise.
31821         * elf/dl-object.c: Likewise.
31822         * grp/initgroups.c: Likewise.
31823         * hurd/Makefile: Likewise.
31824         * hurd/hurd/signal.h: Likewise.
31825         * hurd/hurdfault.c: Likewise.
31826         * hurd/hurdioctl.c: Likewise.
31827         * hurd/hurdlookup.c: Likewise.
31828         * hurd/intr-msg.c: Likewise.
31829         * iconv/gconv_open.c: Likewise.
31830         * libio/swprintf.c: Likewise.
31831         * locale/lc-ctype.c: Likewise.
31832         * locale/nl_langinfo.c: Likewise.
31833         * mach/Machrules: Likewise.
31834         * mach/Makefile: Likewise.
31835         * malloc/obstack.h: Likewise.
31836         * manual/Makefile: Likewise.
31837         * manual/tsort.awk: Likewise.
31838         * misc/bits/stab.def: Likewise.
31839         * nis/nis_print_group_entry.c: Likewise.
31840         * nis/nis_table.c: Likewise.
31841         * nis/nss_compat/compat-pwd.c: Likewise.
31842         * nis/nss_compat/compat-spwd.c: Likewise.
31843         * po/Makefile: Likewise.
31844         * posix/fnmatch.c: Likewise.
31845         * posix/regex.h: Likewise.
31846         * resolv/Makefile: Likewise.
31847         * resolv/nss_dns/dns-network.c: Likewise.
31848         * resolv/res_hconf.c: Likewise.
31849         * scripts/gen-sorted.awk: Likewise.
31850         * soft-fp/soft-fp.h: Likewise.
31851         * stdio-common/printf.h: Likewise.
31852         * stdlib/monetary.h: Likewise.
31853         * stdlib/random.c: Likewise.
31854         * stdlib/random_r.c: Likewise.
31855         * sysdeps/generic/Makefile: Likewise.
31856         * sysdeps/gnu/Makefile: Likewise.
31857         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31858         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31859         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31860         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31861         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31862         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31863         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31864         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31865         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31866         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31867         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31868         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31869         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31870         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31871         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31872         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31873         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31874         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31875         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31876         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31877         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31878         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31879         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31880         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31881         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31882         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31883         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31884         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31885         * sysdeps/mach/hurd/errnos.awk: Likewise.
31886         * sysdeps/mach/hurd/fork.c: Likewise.
31887         * sysdeps/mach/hurd/getcwd.c: Likewise.
31888         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31889         * sysdeps/mach/hurd/mmap.c: Likewise.
31890         * sysdeps/mach/hurd/utimes.c: Likewise.
31891         * sysdeps/mach/hurd/xmknod.c: Likewise.
31892         * sysdeps/posix/profil.c: Likewise.
31893         * sysdeps/posix/readdir_r.c: Likewise.
31894         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31895         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31896         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31897         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31898         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31899         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31900         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31901         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31902         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31903         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31904         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31905         * sysdeps/pthread/lio_listio.c: Likewise.
31906         * sysdeps/sparc/dl-procinfo.h: Likewise.
31907         * sysdeps/unix/i386/sysdep.S: Likewise.
31908         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31909         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31910         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31911         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31913         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31914         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31915         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31916         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31917         * sysdeps/wordsize-32/divdi3.c: Likewise.
31918         * time/sys/time.h: Likewise.
31919         * wcsmbs/Makefile: Likewise.
31920
31921 2013-01-01  David S. Miller  <davem@davemloft.net>
31922
31923         * po/fr.po: Update from translation team.
31924
31925         * catgets/gencat.c: Update copyright year.
31926         * csu/version.c: Likewise.
31927         * debug/catchsegv.sh: Likewise.
31928         * debug/pcprofiledump.c: Likewise.
31929         * debug/xtrace.sh: Likewise.
31930         * elf/ldconfig.c: Likewise.
31931         * elf/ldd.bash.in: Likewise.
31932         * elf/pldd.c: Likewise.
31933         * elf/sotruss.ksh: Likewise.
31934         * elf/sprof.c: Likewise.
31935         * iconv/iconv_prog.c: Likewise.
31936         * iconv/iconvconfig.c: Likewise.
31937         * locale/programs/locale.c: Likewise.
31938         * locale/programs/localedef.c: Likewise.
31939         * login/programs/pt_chown.c: Likewise.
31940         * malloc/memusage.sh: Likewise.
31941         * malloc/memusagestat.c: Likewise.
31942         * malloc/mtrace.pl: Likewise.
31943         * nscd/nscd.c: Likewise.
31944         * nss/getent.c: Likewise.
31945         * nss/makedb.c: Likewise.
31946         * posix/getconf.c: Likewise.
31947
31948 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31949
31950         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31951         numbers.
31952
31953 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31954
31955         * math/bits/mathcalls.h (modf): Use __nonnull.
31956
31957 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31958
31959         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31960         (split): Use macro CN instead of the bare value.
31961         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31962         could be used.
31963         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31964         instead of the bare value.
31965         (power1): Likewise.
31966
31967 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31968
31969         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31970         __ATAN_TWOM.
31971         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31972
31973         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31974         their values.
31975         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31976         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31977         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31978         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31979
31980 2012-12-28  Andreas Jaeger  <aj@suse.de>
31981
31982         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31983         values are from Linux 3.7.
31984
31985         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31986         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31987
31988 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31989
31990         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31991         TRUE case.
31992
31993         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31994         (norm): Likewise.
31995         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31996         variables with preprocessor constants.
31997         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31998         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31999         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
32000
32001 2012-12-27  Bruno Haible  <bruno@clisp.org>
32002
32003         [BZ #14317]
32004         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
32005         only if needed.
32006
32007 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32008
32009         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
32010         and use variable directly.
32011         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
32012
32013         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32014         MPONE.
32015         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
32016         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32017         variable MPONE.
32018         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
32019         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
32020         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
32021         include directive.  Remove local variable MPONE.
32022         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
32023         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
32024         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32025
32026 2012-12-25  David S. Miller  <davem@davemloft.net>
32027
32028         * version.h (RELEASE): Set to "development".
32029         (VERSION): Set to "2.17.90".
32030         * NEWS: Add 2.18 section.
32031
32032 2012-12-21  David S. Miller  <davem@davemloft.net>
32033
32034         * po/hr.po: Update from translation team.
32035
32036 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32037
32038         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
32039
32040 2012-12-19  Steve Ellcey  <sellcey@mips.com>
32041
32042         * NEWS:  Mention new memcpy for MIPS.
32043
32044 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32045
32046         * manual/contrib.texi (Contributors): Spelling correction.
32047
32048 2012-12-15  David S. Miller  <davem@davemloft.net>
32049
32050         * po/ru.po: Update from translation team.
32051
32052 2012-12-13  David S. Miller  <davem@davemloft.net>
32053
32054         * NEWS: Mention IFUNC testsuite enhancements.
32055
32056         * po/pl.po: Update from translation team.
32057         * po/bg.po: Likewise.
32058
32059         * manual/contrib.texi (Contributors): Update entries for Hongjiu
32060         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
32061
32062 2012-12-11  David S. Miller  <davem@davemloft.net>
32063
32064         * po/sv.po: Update from translation team.
32065
32066         * po/vi.po: Update from translation team.
32067
32068         * po/cs.po: Update from translation team.
32069
32070         * po/de.po: Update from translation team.
32071         * po/eo.po: Likewise.
32072         * po/nl.po: Likewise.
32073
32074 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
32075
32076         [BZ #14246]
32077         * manual/argp.texi (Argp Helper Functions): Move node to follow
32078         Argp Parsing State.
32079
32080         [BZ #14872]
32081         * manual/conf.texi (Limits on File System Capacity): Mention if
32082         terminating null is included in the max size.
32083
32084 2012-12-10  Andreas Jaeger  <aj@suse.de>
32085
32086         * po/cs.po: Update from translation team.
32087
32088 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
32089
32090         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
32091         void pointer and cast to uintptr_t.
32092         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
32093         path.
32094         * sysdeps/s390/s390-64/memcpy.S: Likewise.
32095         * sysdeps/s390/s390-64/memset.S: Likewise.
32096
32097 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
32098
32099         [BZ #14833]
32100         * menual/message.texi (Message Translation): Fix typos.
32101         (Helper programs for gettext): Likewise.
32102
32103 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
32104
32105         [BZ #14898]
32106         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
32107         Change to -1.
32108
32109 2012-12-07  David S. Miller  <davem@davemloft.net>
32110
32111         * po/libc.pot: Update.
32112
32113 2012-12-07  Richard Henderson  <rth@redhat.com>
32114
32115         [BZ #10114]
32116         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
32117         normal/normal case to before the switch.
32118         (_FP_DIV): Likewise.
32119
32120 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
32121             Mike Frysinger  <vapier@gentoo.org>
32122
32123         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
32124         check for __NR_fadvise64_64.
32125
32126 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
32127
32128         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
32129         0, not just to plain "0" as a statement.
32130         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
32131         with cw.
32132
32133 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
32134
32135         * NEWS: Use sourceware.org in Bugzilla URL.
32136
32137 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
32138
32139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
32140         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
32141
32142         * stdio-common/tst-put-error.c (do_test): Add newline to the
32143         padded test to ensure flush.
32144
32145 2012-12-05  Jeff Law  <law@redhat.com>
32146
32147         * sunrpc/etc.rpc (fedfs_admin): Add entry.
32148
32149 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
32150
32151         * README: Don't refer to ports add-on as distributed separately.
32152         Mention AArch64 in list of systems supported in the ports add-on.
32153
32154         * LICENSES: Add more non-FSF copyright and license notices.
32155
32156         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
32157         ((unused)).
32158
32159         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
32160
32161         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
32162         10000 as width of padded output.
32163
32164 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
32165
32166         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
32167
32168         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
32169         variable LX with __attribute__ ((unused)).
32170         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
32171         Likewise.
32172         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
32173         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
32174         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
32175         with __attribute__ ((unused)).
32176
32177 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
32178
32179         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
32180
32181 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
32182
32183         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
32184         (CFLAGS-nldbl-acos.c): New variable.
32185         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
32186         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
32187         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
32188         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
32189         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
32190         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
32191         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
32192         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
32193         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
32194         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
32195         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
32196         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
32197         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
32198         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
32199         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
32200         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
32201         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
32202         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
32203         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
32204         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
32205         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
32206         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
32207         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
32208         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
32209         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
32210         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
32211         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
32212         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
32213         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
32214         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
32215         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
32216         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
32217         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
32218         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
32219         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
32220         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
32221         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
32222         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
32223         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
32224         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
32225         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
32226         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
32227         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
32228         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
32229         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
32230         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
32231         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
32232         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
32233         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
32234         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
32235         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
32236         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
32237         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
32238         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
32239         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
32240         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
32241         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
32242         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
32243         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
32244         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
32245         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
32246         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
32247         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
32248         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
32249         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
32250         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
32251         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
32252         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
32253         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
32254         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
32255         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
32256         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
32257         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
32258         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
32259         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
32260         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
32261         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
32262         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
32263         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
32264         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
32265         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
32266         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
32267         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
32268         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
32269         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
32270         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
32271         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
32272         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
32273         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
32274         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
32275         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
32276         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
32277         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
32278         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
32279         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
32280         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
32281         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
32282
32283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32284         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
32285
32286         [BZ #14914]
32287         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
32288         whole low double instead of just low 47 bits when splitting values
32289         into two parts.
32290
32291 2012-12-03  Allan McRae  <allan@archlinux.org>
32292
32293         * manual/stdio.texi (Predefined Printf Handlers): Remove
32294         @hsep and @vsep usage.
32295
32296 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
32297
32298         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
32299         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
32300
32301 2012-12-03  Jeff Law  <law@redhat.com>
32302
32303         * time/sys/time.h (settimeofday): Do not mark TV argument
32304         as __nonnull.
32305
32306 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
32307
32308         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
32309         when currently writing and seek to current position when not.
32310         * libio/Makefile (tests): Remove bug-fclose1.
32311         * libio/bug-fclose1.c: Delete.
32312
32313 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
32314
32315         * manual/arith.texi (feenableexcept): Fix typo.
32316         (fedisableexcept): Likewise.
32317
32318 2012-11-30  Roland McGrath  <roland@hack.frob.com>
32319
32320         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
32321         second, differently-typed declaration, rather than a cast.
32322
32323 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
32324
32325         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
32326         * include/rpc/svc.h: ... here.
32327
32328 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
32329
32330         [BZ #13013]
32331         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
32332         depending n and resplen2 to catch cases where answer
32333         equals answerp2.
32334
32335 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
32336
32337         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
32338         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
32339
32340 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
32341
32342         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
32343
32344 2012-11-29  Roland McGrath  <roland@hack.frob.com>
32345
32346         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
32347
32348 2012-11-28  Jeff Law  <law@redhat.com>
32349
32350         [BZ #13761]
32351         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
32352         dataset_temporary.  Track alloca usage into alloca_used.
32353         If dataset is large allocate and release it via malloc/free.
32354
32355 2012-06-04  Florian Weimer  <fweimer@redhat.com>
32356
32357         [BZ #14197]
32358         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
32359
32360 2012-11-28  David S. Miller  <davem@davemloft.net>
32361
32362         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32363
32364 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
32365
32366         [BZ #14803]
32367         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
32368         of pi/2 rounded to nearest to 64 bits.
32369         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
32370         nearest to 64 bits.
32371         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
32372         bits.
32373
32374 2012-11-28  Jeff Law <law@redhat.com>
32375             Martin Osvald <mosvald@redhat.com>
32376
32377         [BZ #14889]
32378         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
32379         * sunrpc/svc.c: Include time.h.
32380         (__svc_accept_failed): New function.
32381         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
32382         any reason other than EINTR, call __svc_accept_failed.
32383         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
32384         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
32385
32386 2012-11-28  Andreas Schwab  <schwab@suse.de>
32387
32388         * scripts/abilist.awk: Also handle indirect functions in .opd
32389         section.
32390
32391 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
32392
32393         [BZ #13881]
32394         * sysdeps/x86/fpu/powl_helper.c: New file.
32395         * sysdeps/x86/fpu/Makefile: Likewise.
32396         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
32397         (p3): New object.
32398         (__ieee754_powl): Use __powl_helper for finite arguments except
32399         integer exponents below 8.
32400         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
32401         (p3): New object.
32402         (__ieee754_powl): Use __powl_helper for finite arguments except
32403         integer exponents below 8.
32404         * math/libm-test.inc (pow_test): Add more tests and enable some
32405         previously disabled tests.
32406         * sysdeps/i386/fpu/libm-test-ulps: Update.
32407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32408
32409 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32410             Carlos O'Donell  <carlos_odonell@mentor.com>
32411
32412         * nss/makedb.c (is_prime): Assert that input is odd and greater
32413         than 4.  Note that fact in a comment too.
32414         (next_prime): Add 4 to input.
32415
32416 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32417
32418         [BZ #11741]
32419         * libio/Makefile (tests): Add test case tst-fwrite-error.
32420         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
32421         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
32422         * libio/tst-fwrite-error.c: New test case.
32423
32424 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
32425
32426         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
32427         before casting to void *.
32428         * include/libc-internal.h (__pointer_type): New macro.
32429         (__integer_if_pointer_type_sub): Likewise.
32430         (__integer_if_pointer_type): Likewise.
32431         (cast_to_integer): Likewise.
32432         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
32433         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
32434         before casting to atomic64_t.
32435         (atomic_exchange_acq): Likewise.
32436         (__arch_exchange_and_add_body): Likewise.
32437         (__arch_add_body): Likewise.
32438         (atomic_add_negative): Likewise.
32439         (atomic_add_zero): Likewise.
32440
32441 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
32442
32443         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
32444         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
32445         (add_fdes): Likewise.
32446         (linear_search_fdes): Likewise.
32447         (binary_search_unencoded_fdes): Likewise.
32448
32449 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
32450
32451         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
32452
32453 2012-11-24  Adam Conrad  <adconrad@0c3.net>
32454
32455         * configure.in: Autodetect C++ header directories.
32456         * configure: Regenerated.
32457
32458 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
32459
32460         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
32461
32462 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
32463
32464         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32465
32466 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
32467
32468         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
32469         LDBL_MANT_DIG == 106]: Disable some tests.
32470         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
32471         Likewise.
32472         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
32473         Likewise.
32474
32475         [BZ #14871]
32476         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
32477         input for small inputs.  Return +/- pi/2 for large inputs.
32478         * math/libm-test.inc (atan_test): Add more tests.
32479
32480         * sysdeps/generic/unwind-dw2-fde-glibc.c
32481         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
32482         __attribute__ ((unused)).
32483
32484         [BZ #14645]
32485         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
32486         x * y if x and y are nonzero and z is zero.
32487
32488         [BZ #14811]
32489         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
32490         nonzero exponents with absolute value below 0x1p-117 to +/-
32491         0x1p-117.
32492
32493         [BZ #14869]
32494         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
32495         up arguments below 2**-450, not just those below 2**-500.
32496         * math/libm-test.inc (hypot_test): Add another test.
32497
32498         [BZ #14868]
32499         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
32500         Return a+b for ratio over 2**120, not 2**60.
32501         * math/libm-test.inc (hypot_test): Add another test.
32502
32503         * math/libm-test.inc (clog_test): Use
32504         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
32505         (clog10_test): Likewise.
32506
32507         [BZ #6778]
32508         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
32509
32510 2012-11-22  Andreas Schwab  <schwab@suse.de>
32511
32512         * sysdeps/i386/fpu/libm-test-ulps: Update.
32513
32514 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
32515
32516         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
32517         printf output with newline.
32518
32519 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
32520
32521         [BZ #14865]
32522         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
32523         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
32524         -z nodlopen, -z initfirst and -z execstack support.
32525         * configure: Regenerated.
32526
32527         * elf/elf.h (DF_1_NODIRECT): New macro.
32528         (DF_1_IGNMULDEF): Likewise.
32529         (DF_1_NOKSYMS): Likewise.
32530         (DF_1_NOHDR): Likewise.
32531         (DF_1_EDITED): Likewise.
32532         (DF_1_NORELOC): Likewise.
32533         (DF_1_SYMINTPOSE): Likewise.
32534         (DF_1_GLOBAUDIT): Likewise.
32535         (DF_1_SINGLETON): Likewise.
32536         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
32537         DT_1_SUPPORTED_MASK bits.
32538         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
32539
32540 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
32541
32542         * sysdeps/unix/make-syscalls.sh: Document prefixes.
32543
32544 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
32545
32546         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
32547         macro.
32548
32549         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
32550         (sendmmsg): Move declarations...
32551         * socket/sys/socket.h: ... here.
32552         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
32553         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
32554         include it from...
32555         * socket/recvmmsg.c: ... this new file.
32556         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
32557         (sendmmsg): Rename to __sendmmsg, create weak alias and make
32558         definition of __sendmmsg hidden.
32559         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
32560         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
32561         Move ENOSYS stub into and include it from...
32562         * socket/sendmmsg.c: ... this new file.
32563         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
32564         (sysdep_routines): Move recvmmsg and sendmmsg...
32565         * socket/Makefile (routines): ... here.
32566         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
32567         (GLIBC_PRIVATE): Add __sendmmsg.
32568         * include/sys/socket.h (__sendmmsg): Add declarations.
32569         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
32570         sendmmsg.
32571
32572 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
32573
32574         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
32575         variable I1 with __attribute__ ((unused)).
32576         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
32577
32578 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
32579
32580         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
32581         DUMMY variables with __attribute__ ((unused)).
32582
32583         * bits/byteswap.h: Include <bits/types.h>.
32584         (__bswap_64): Use __uint64_t instead of unsigned long long int.
32585
32586 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32587
32588         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
32589         string_t.  Do not manually set errno.
32590         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
32591         length with __strnlen.  Make sure to both set errno and return it on
32592         failure.
32593
32594 2012-11-19  David S. Miller  <davem@davemloft.net>
32595
32596         With help from Joseph Myers.
32597         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
32598         very large arguments properly.
32599         * math/libm-test.inc (atan_test): New tests.
32600         (atan2_test): New tests.
32601         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32602         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32603
32604 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
32605
32606         [BZ #14856]
32607         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
32608         Define to 3.
32609
32610         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
32611         [POSIX] (EADDRNOTAVAIL): Likewise.
32612         [POSIX] (EAFNOSUPPORT): Likewise.
32613         [POSIX] (EALREADY): Likewise.
32614         [POSIX] (ECONNABORTED): Likewise.
32615         [POSIX] (ECONNREFUSED): Likewise.
32616         [POSIX] (ECONNRESET): Likewise.
32617         [POSIX] (EDESTADDRREQ): Likewise.
32618         [POSIX] (EDQUOT): Likewise.
32619         [POSIX] (EHOSTUNREACH): Likewise.
32620         [POSIX] (EIDRM): Likewise.
32621         [POSIX] (EISCONN): Likewise.
32622         [POSIX] (ELOOP): Likewise.
32623         [POSIX] (EMULTIHOP): Likewise.
32624         [POSIX] (ENETDOWN): Likewise.
32625         [POSIX] (ENETUNREACH): Likewise.
32626         [POSIX] (ENOBUFS): Likewise.
32627         [POSIX] (ENODATA): Likewise.
32628         [POSIX] (ENOLINK): Likewise.
32629         [POSIX] (ENOMSG): Likewise.
32630         [POSIX] (ENOPROTOOPT): Likewise.
32631         [POSIX] (ENOSR): Likewise.
32632         [POSIX] (ENOSTR): Likewise.
32633         [POSIX] (ENOTCONN): Likewise.
32634         [POSIX] (ENOTSOCK): Likewise.
32635         [POSIX] (EOPNOTSUPP): Likewise.
32636         [POSIX] (EOVERFLOW): Likewise.
32637         [POSIX] (EPROTO): Likewise.
32638         [POSIX] (EPROTONOSUPPORT): Likewise.
32639         [POSIX] (EPROTOTYPE): Likewise.
32640         [POSIX] (ESTALE): Likewise.
32641         [POSIX] (ETIME): Likewise.
32642         [POSIX] (ETXTBSY): Likewise.
32643         [POSIX] (EWOULDBLOCK): Likewise.
32644         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
32645         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
32646         [POSIX] (SEEK_CUR): Likewise.
32647         [POSIX] (SEEK_END): Likewise.
32648         [POSIX || UNIX98] (mode_t): Do not require.
32649         [POSIX] (off_t): Likewise.
32650         [POSIX] (pid_t): Likewise.
32651         [POSIX] (sys/stat.h): Do not allow header.
32652         [POSIX] (unistd.h): Likewise.
32653         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
32654         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
32655         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
32656         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
32657         require.
32658         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
32659         sigevent): Specify elements.
32660         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
32661         entry.
32662         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
32663         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
32664
32665         * conform/data/cpio.h-data [POSIX]: Disable whole file.
32666         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
32667         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
32668         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
32669         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
32670         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
32671         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
32672         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
32673         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
32674         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
32675         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
32676         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
32677         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
32678         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
32679         Likewise.
32680         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
32681         Likewise.
32682         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
32683         Likewise.
32684         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
32685         Likewise.
32686         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
32687         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
32688         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
32689         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
32690         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
32691         Specify lower bound on value.
32692         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
32693         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
32694         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
32695         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
32696         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
32697         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
32698         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
32699         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
32700         value.
32701         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
32702         as optional.
32703         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
32704         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
32705         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
32706         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
32707         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
32708         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
32709         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
32710         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
32711         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
32712         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
32713         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
32714         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
32715         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
32716         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
32717         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
32718         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
32719         entry.
32720         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
32721         optional.
32722         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
32723         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
32724         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
32725         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
32726         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
32727         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
32728         Likewise.
32729         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
32730         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
32731         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
32732         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
32733         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
32734         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
32735         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
32736         as optional.
32737         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
32738         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
32739         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
32740         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
32741         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
32742         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
32743         specify as optional.
32744         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
32745         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
32746         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
32747         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
32748         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
32749         [XPG3] (NL_LANGMAX): Likewise.
32750         [POSIX || XPG3] (NL_MSGMAX): Likewise.
32751         [POSIX || XPG3] (NL_NMAX): Likewise.
32752         [POSIX || XPG3] (NL_SETMAX): Likewise.
32753         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
32754         [XPG3] (NZERO): Likewise.
32755         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
32756         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
32757         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
32758         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
32759         (REG_ERANGE): Expect.
32760         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
32761         optional-constant.
32762         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
32763         Use (void) in prototype.
32764         [POSIX] (*_t): Allow.
32765         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
32766         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
32767         (WRDE_BADVAL): Expect.
32768
32769         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
32770         expect.
32771         [XPG3 || XPG4] (O_RSYNC): Likewise.
32772         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
32773         Likewise.
32774         [XPG3 || XPG4] (pthread_sigmask): Likewise.
32775         [XPG3 || XPG4] (sigqueue): Likewise.
32776         [XPG3 || XPG4] (sigtimedwait): Likewise.
32777         [XPG3 || XPG4] (sigwaitinfo): Likewise.
32778         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
32779         [XPG3 || XPG4] (vsnprintf): Likewise.
32780         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
32781         Likewise.
32782         [XPG3 || XPG4] (blksize_t): Likewise.
32783         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
32784         Likewise.
32785         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
32786         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
32787         [XPG3 || XPG4] (struct itimerspec): Likewise.
32788         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
32789         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
32790         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
32791         [XPG3 || XPG4] (clockid_t): Likewise.
32792         [XPG3 || XPG4] (timer_t): Likewise.
32793         [XPG3 || XPG4] (clock_getres): Likewise.
32794         [XPG3 || XPG4] (clock_gettime): Likewise.
32795         [XPG3 || XPG4] (clock_settime): Likewise.
32796         [XPG3 || XPG4] (nanosleep): Likewise.
32797         [XPG3 || XPG4] (timer_create): Likewise.
32798         [XPG3 || XPG4] (timer_delete): Likewise.
32799         [XPG3 || XPG4] (timer_gettime): Likewise.
32800         [XPG3 || XPG4] (timer_getoverrun): Likewise.
32801         [XPG3 || XPG4] (timer_settime): Likewise.
32802         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32803         [XPG3 || XPG4] (getlogin_r): Likewise.
32804         [XPG3 || XPG4] (pread): Likewise.
32805         [XPG3 || XPG4] (pthread_atfork): Likewise.
32806         [XPG3 || XPG4] (pwrite): Likewise.
32807
32808         [BZ #14835]
32809         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32810         <bits/siginfo.h>.
32811
32812 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32813
32814         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32815         finalizing MALLSTREAM.
32816
32817         * sysdeps/mach/hurd/syncfs.c: New file.
32818
32819 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32820
32821         [BZ #14719]
32822         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32823         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32824         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32825         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32826         (_nss_dns_gethostbyname4_r): Likewise.
32827         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32828         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32829
32830 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
32831
32832         [BZ #13763]
32833         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32834
32835 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
32836
32837         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32838         * elf/cache.c (print_entry): Print ",AArch64" for
32839         FLAG_AARCH64_LIB64
32840
32841         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32842         * elf/cache.c (print_entry): Print ",hard-float" for
32843         FLAG_ARM_LIBHF.
32844
32845 2012-11-18  David S. Miller  <davem@davemloft.net>
32846
32847         With help from Joseph Myers.
32848         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32849         cutoff to 2**-13.
32850         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32851         cutoff to 2**-25.
32852         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32853         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32854         small.
32855         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32856         * math/libm-test.inc (y0_test): New tests.
32857         (y1_test): New tests.
32858         * sysdeps/i386/fpu/libm-test-ulps: Update.
32859         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32860         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32861
32862 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32863
32864         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32865         64-bit targets.
32866         * configure: Regenerated.
32867
32868 2012-11-17  David S. Miller  <davem@davemloft.net>
32869
32870         [BZ #14811]
32871         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32872         nonzero exponents with absolute value below 0x1p-128 to +/-
32873         0x1p-128.
32874
32875 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32876
32877         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32878
32879         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32880
32881         * posix/getconf-speclist.c: New file.
32882         * posix/posix-envs.def: Likewise.
32883         * posix/confstr.c (START_ENV_GROUP): New macro.
32884         (END_ENV_GROUP): Likewise.
32885         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32886         (KNOWN_PRESENT_ENV_STRING): Likewise.
32887         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32888         (UNKNOWN_ENVIRONMENT): Likewise.
32889         (confstr): Include posix-envs.def instead of handling
32890         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32891         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32892         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32893         (END_ENV_GROUP): Likewise.
32894         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32895         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32896         (UNKNOWN_ENVIRONMENT): Likewise.
32897         (__sysconf): Include posix-envs.def instead of handling associated
32898         cases directly here.
32899         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32900         preprocessing getconf-speclist.c rather than running getconf or
32901         generating empty file.
32902
32903 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32904
32905         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32906
32907 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32908
32909         [BZ #14672]
32910         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32911
32912 2012-11-16  David S. Miller  <davem@davemloft.net>
32913
32914         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32915         smaller than LDBL_EPSILON/2.0L, just return xm1.
32916
32917 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32918
32919         * elf/tst-array1.c (init): Set constructor priority to 1000.
32920         (fini): Set destructor priority to 1000.
32921         * elf/tst-array2dep.c: Likewise.
32922
32923 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32924
32925         [BZ #11741]
32926         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32927         (_IO_new_file_xsputn): Also return EOF if none of the input
32928         data was written when overflow failed.
32929         * libio/iopadn.c (_IO_padn): Likewise.
32930         * libio/iowpadn.c (_IO_wpadn): Likewise.
32931         * stdio-common/tst-put-error.c: Add copyright notice.
32932         (do_test): Add case for printing padded string.
32933         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32934         _IO_padn returned error.
32935         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32936         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32937         return EOF.
32938
32939 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32940
32941         * libio/libioP.h: Add comment note that the references to C++
32942         bits are now obsolete.
32943
32944 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32945
32946         * math/libm-test.inc (check_complex): Use asprintf.
32947
32948 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32949
32950         * debug/pcprofiledump.c (print_version): Update copyright year.
32951         * malloc/memusagestat.c (print_version): Likewise.
32952
32953 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32954
32955         [BZ #14831]
32956         * elf/Makefile (tests): Add tst-audit8.
32957         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32958         ($(objpfx)tst-audit8.out): New target.
32959         (tst-audit8-ENV): New variable.
32960         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32961         audit if l_reloc_result is NULL.
32962         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32963         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32964         * elf/tst-audit8.c: New file.
32965
32966 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32967
32968         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32969         * misc/Makefile (CFLAGS-select.c): Define.
32970         * posix/Makefile (CFLAGS-pause.c): Define.
32971
32972 2012-11-13  David S. Miller  <davem@davemloft.net>
32973
32974         * crypt/Makefile: Move test targets after toplevel Rules
32975         inclusion.  Grab any necessary sysdep routines when linking.
32976         * crypt/md5.c (md5_process_block): Remove define, we will always
32977         name it __md5_process_block.
32978         (md5_finish_ctx): Update md5_process_block call.
32979         (md5_stream): Likewise.
32980         (md5_process_bytes): Likewise.
32981         (md5_process_block): Rename to __md5_process_block and move to ...
32982         * crypt/md5-block.c: ... here.
32983         * crypt/sha256.c (sha256_process_block): Move to ...
32984         * crypt/sha256-block.c: ... here.
32985         * crypt/sha512.c (sha512_process_block): Move to ...
32986         * crypt/sha512-block.c: ... here.
32987         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32988         path.
32989         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32990         * sysdeps/sparc/sparc64/multiarch/Makefile
32991         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32992         crypt subdir.
32993         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32994         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32995         multiarch changes.
32996         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32997         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32998         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32999         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
33000         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
33001         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
33002         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
33003         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
33004         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
33005         file.
33006         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
33007         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
33008         file.
33009         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
33010
33011 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
33012
33013         * timezone/tzselect.ksh: Update from tzcode git revision
33014         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
33015         * timezone/zdump.c: Likewise.
33016         * timezone/zic.c: Likewise.
33017         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
33018         in TZVERSION setting, not $(PKGVERSION).
33019         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
33020         REPORT_BUGS_TO settings.
33021
33022         [BZ #14838]
33023         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
33024         macro.
33025
33026 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33027
33028         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
33029         detection to immediately after _FP_ROUND().
33030         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
33031         bits are 0.
33032
33033 2012-11-11  David S. Miller  <davem@davemloft.net>
33034
33035         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
33036         inttypes.h
33037         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
33038         __close rather than their public counterparts.
33039
33040 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
33041
33042         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
33043         file.
33044         [UNIX98] (sem_timedwait): Do not expect.
33045         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
33046         [XPG4 || UNIX98] (sockatmark): Do not expect.
33047         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
33048         (clock_getcpuclockid): Do not expect.
33049         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
33050         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
33051         Do not expect.
33052         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
33053         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
33054         [UNIX98] (vwscanf): Likewise.
33055         [UNIX98] (vswscanf): Likewise.
33056
33057 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
33058
33059         * timezone/version.h: Remove file.
33060         * timezone/README: Do not refer to version.h.
33061         * timezone/Makefile ($(objpfx)zic.o): New dependency on
33062         $(objpfx)version.h.
33063         ($(objpfx)zdump.o): Likewise.
33064         ($(objpfx)version.h): New target.
33065
33066         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
33067         2012i.
33068         * timezone/README: Don't mention modification to tzselect.ksh.
33069         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
33070         work on unmodified tzselect.ksh.  Substitute version numbers in
33071         tzselect.ksh.
33072
33073         * Makefile (format-me): Remove.
33074         (INSTALL): Adjust indentation.  Use commands directly instead of
33075         using $(format-me).
33076
33077         * aclocal.m4 (ACX_PKGVERSION): New macro.
33078         (ACX_BUGURL): Likewise.
33079         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
33080         (PKGVERSION): New AC_DEFINE_UNQUOTED.
33081         (REPORT_BUGS_TO): Likewise.
33082         * configure: Regenerated.
33083         * config.h.in (PKGVERSION): New macro.
33084         (REPORT_BUGS_TO): Likewise.
33085         * config.make.in (PKGVERSION): New variable.
33086         (PKGVERSION_TEXI): Likewise.
33087         (REPORT_BUGS_TO): Likewise.
33088         (REPORT_BUGS_TEXI): Likewise.
33089         * Makefile (format-me): Use -I$(common-objpfx)manual.
33090         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
33091         ($(common-objpfx)manual/%): New target.
33092         (manual/%): Remove target.
33093         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
33094         (print_version): Use PKGVERSION.
33095         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
33096         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
33097         and REPORT_BUGS_TO.
33098         ($(objpfx)xtrace): Likewise.
33099         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
33100         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
33101         (print_version): Use PKGVERSION.
33102         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
33103         (do_version): Use PKGVERSION.
33104         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
33105         REPORT_BUGS_TO.
33106         (common-ldd-rewrite): Likewise.
33107         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
33108         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
33109         (print_version): Use PKGVERSION.
33110         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
33111         * elf/pldd.c (argp_program_bug_address): Remove variable.
33112         (more_help): New function.
33113         (argp): Use more_help.
33114         (print_version): Use PKGVERSION.
33115         * elf/sln.c (main): Use PKGVERSION.
33116         (usage): Use REPORT_BUGS_TO.
33117         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
33118         (top level): Use PKGVERSION.
33119         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
33120         (print_version): Use PKGVERSION.
33121         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
33122         (print_version): Use PKGVERSION.
33123         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
33124         (print_version): Use PKGVERSION.
33125         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
33126         (print_version): Use PKGVERSION.
33127         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
33128         (print_version): Use PKGVERSION.
33129         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
33130         (print_version): Use PKGVERSION.
33131         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
33132         and BUGURL.
33133         ($(objpfx)memusage): Likewise.
33134         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
33135         (do_version): Use PKGVERSION.
33136         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
33137         (print_version): Use PKGVERSION.
33138         * malloc/mtrace.pl ($PACKAGE): Remove variable.
33139         ($PKGVERSION): New variable.
33140         ($REPORT_BUGS_TO): Likewise.
33141         (usage): Use $REPORT_BUGS_TO.
33142         (top level): Use $PKGVERSION.
33143         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
33144         ($(objpfx)pkgvers.texi): New rule.
33145         ($(objpfx)stamp-pkgvers): Likewise.
33146         * manual/install.texi: Include pkgvers.texi.
33147         (--with-pkgversion): Document new configure option.
33148         (--with-bugurl): Likewise.
33149         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
33150         than necessarily for this particular distribution.  Use
33151         REPORT_BUGS_TO for where to report bugs.
33152         * INSTALL: Regenerated.
33153         * manual/libc.texinfo: Include pkgvers.texi.
33154         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
33155         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
33156         (print_version): Use PKGVERSION.
33157         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
33158         (print_version): Use PKGVERSION.
33159         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
33160         (print_version): Use PKGVERSION.
33161         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
33162         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
33163         macro.
33164         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
33165         (print_version): Use PKGVERSION.
33166         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
33167         (print_version): Use PKGVERSION.
33168         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
33169         and PKGVERSION.
33170
33171         * timezone/checktab.awk: Update from tzcode 2012i.
33172         * timezone/ialloc.c: Likewise.
33173         * timezone/private.h: Likewise.
33174         * timezone/scheck.c: Likewise.
33175         * timezone/tzfile.h: Likewise.
33176         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
33177         (TZVERSION): Hardcode tzcode version number.
33178         * timezone/zdump.c: Update from tzcode 2012i.
33179         * timezone/zic.c: Likewise.
33180         * timezone/version.h: New file.
33181         * timezone/README: Describe version.h.  Update upstream location.
33182
33183         [BZ #14824]
33184         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
33185         (mktemp): Enable declaration.
33186         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
33187         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
33188         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
33189         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
33190         Likewise.
33191         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
33192         Likewise.
33193         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
33194         Likewise.
33195         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
33196         Likewise.
33197         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
33198         Likewise.
33199         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
33200         Likewise.
33201
33202         [BZ #14821]
33203         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
33204         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
33205         for copies of such integer values.
33206         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
33207         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
33208
33209 2012-11-09  Andreas Jaeger  <aj@suse.de>
33210
33211         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
33212         definitions and declarations that are provided by
33213         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33214
33215 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33216
33217         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
33218         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
33219         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
33220         definition.
33221
33222 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33223
33224         * elf/elf.h: Update comment before AArch64 relocations.
33225
33226 2012-11-07  David S. Miller  <davem@davemloft.net>
33227
33228         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
33229         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
33230         (__start_context): Declare.
33231         (__makecontext_ret): Delete.
33232         (__makecontext): Hook up __start_context instead of
33233         __makecontext_ret.
33234         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
33235         (sysdep_routines): Add __start_context when in stdlib.
33236
33237 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33238
33239         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
33240         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
33241         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
33242         hardcoded "nm".
33243         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
33244         (READELF): New variable.  Use it instead of hardcoded "readelf".
33245
33246 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
33247
33248         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
33249         * sysdeps/x86/Makefile: Here.
33250         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
33251         * sysdeps/x86/tst-xmmymm.sh: This.
33252
33253 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33254
33255         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
33256         expectations.
33257         [UNIX98] (pthread_barrier_t): Do not expect.
33258         [UNIX98] (pthread_barrierattr_t): Likewise.
33259         [UNIX98] (pthread_spinlock_t): Likewise.
33260         [UNIX98] (pthread_barrier_destroy): Likewise.
33261         [UNIX98] (pthread_barrier_init): Likewise.
33262         [UNIX98] (pthread_barrier_wait): Likewise.
33263         [UNIX98] (pthread_barrierattr_destroy): Likewise.
33264         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
33265         [UNIX98] (pthread_barrierattr_init): Likewise.
33266         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
33267         [UNIX98] (pthread_getcpuclockid): Likewise.
33268         [UNIX98] (pthread_mutex_timedlock): Likewise.
33269         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
33270         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
33271         [UNIX98] (pthread_sigmask): Likewise.
33272         [UNIX98] (pthread_spin_destroy): Likewise.
33273         [UNIX98] (pthread_spin_init): Likewise.
33274         [UNIX98] (pthread_spin_lock): Likewise.
33275         [UNIX98] (pthread_spin_trylock): Likewise.
33276         [UNIX98] (pthread_spin_unlock): Likewise.
33277         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
33278         Do not expect.
33279         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
33280         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
33281         [XPG3 || XPG4] (pthread_cond_t): Likewise.
33282         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
33283         [XPG3 || XPG4] (pthread_key_t): Likewise.
33284         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
33285         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
33286         [XPG3 || XPG4] (pthread_once_t): Likewise.
33287         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
33288         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
33289         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
33290         [XPG3 || XPG4] (pthread_t): Likewise.
33291
33292         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
33293         not expect.
33294         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
33295
33296         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
33297         Change function return type to int.
33298
33299         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
33300         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
33301         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
33302         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
33303         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
33304         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
33305         [!POSIX] (posix_madvise): Likewise.
33306         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
33307         && !UNIX98].
33308         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
33309         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
33310         (mode_t): Likewise.
33311         (posix_mem_offset): Likewise.
33312         (posix_typed_mem_get_info): Likewise.
33313         (posix_typed_mem_open): Likewise.
33314
33315         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
33316         Change condition to [XOPEN2K8].
33317
33318         * conform/conformtest.pl: Preprocess allow-header data with -x c
33319         instead of from stdin.
33320         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
33321         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
33322         [C99-based standards] (cerfc): Likewise.
33323         [C99-based standards] (cexp2): Likewise.
33324         [C99-based standards] (cexpm1): Likewise.
33325         [C99-based standards] (clog10): Likewise.
33326         [C99-based standards] (clog1p): Likewise.
33327         [C99-based standards] (clog2): Likewise.
33328         [C99-based standards] (clgamma): Likewise.
33329         [C99-based standards] (ctgamma): Likewise.
33330         [C99-based standards] (cerff): Likewise.
33331         [C99-based standards] (cerfcf): Likewise.
33332         [C99-based standards] (cexp2f): Likewise.
33333         [C99-based standards] (cexpm1f): Likewise.
33334         [C99-based standards] (clog10f): Likewise.
33335         [C99-based standards] (clog1pf): Likewise.
33336         [C99-based standards] (clog2f): Likewise.
33337         [C99-based standards] (clgammaf): Likewise.
33338         [C99-based standards] (ctgammaf): Likewise.
33339         [C99-based standards] (cerfl): Likewise.
33340         [C99-based standards] (cerfcl): Likewise.
33341         [C99-based standards] (cexp2l): Likewise.
33342         [C99-based standards] (cexpm1l): Likewise.
33343         [C99-based standards] (clog10l): Likewise.
33344         [C99-based standards] (clog1pl): Likewise.
33345         [C99-based standards] (clog2l): Likewise.
33346         [C99-based standards] (clgammal): Likewise.
33347         [C99-based standards] (ctgammal): Likewise.
33348         * conform/data/inttypes.h-data [C99-based standards]: Include
33349         stdint.h-data.  Remove all expectations for stdint.h contents.
33350         [C99-based standards] (PRI*): Do not allow.
33351         [C99-based standards] (SCN*): Likewise.
33352         [C99-based standards] (*_t): Likewise.
33353         [C99-based-standards] (PRId8): Expect macro.
33354         [C99-based-standards] (PRIi8): Likewise.
33355         [C99-based-standards] (PRIo8): Likewise.
33356         [C99-based-standards] (PRIu8): Likewise.
33357         [C99-based-standards] (PRIx8): Likewise.
33358         [C99-based-standards] (PRIX8): Likewise.
33359         [C99-based-standards] (SCNd8): Likewise.
33360         [C99-based-standards] (SCNi8): Likewise.
33361         [C99-based-standards] (SCNo8): Likewise.
33362         [C99-based-standards] (SCNu8): Likewise.
33363         [C99-based-standards] (SCNx8): Likewise.
33364         [C99-based-standards] (PRIdLEAST8): Likewise.
33365         [C99-based-standards] (PRIiLEAST8): Likewise.
33366         [C99-based-standards] (PRIoLEAST8): Likewise.
33367         [C99-based-standards] (PRIuLEAST8): Likewise.
33368         [C99-based-standards] (PRIxLEAST8): Likewise.
33369         [C99-based-standards] (PRIXLEAST8): Likewise.
33370         [C99-based-standards] (SCNdLEAST8): Likewise.
33371         [C99-based-standards] (SCNiLEAST8): Likewise.
33372         [C99-based-standards] (SCNoLEAST8): Likewise.
33373         [C99-based-standards] (SCNuLEAST8): Likewise.
33374         [C99-based-standards] (SCNxLEAST8): Likewise.
33375         [C99-based-standards] (PRIdFAST8): Likewise.
33376         [C99-based-standards] (PRIiFAST8): Likewise.
33377         [C99-based-standards] (PRIoFAST8): Likewise.
33378         [C99-based-standards] (PRIuFAST8): Likewise.
33379         [C99-based-standards] (PRIxFAST8): Likewise.
33380         [C99-based-standards] (PRIXFAST8): Likewise.
33381         [C99-based-standards] (SCNdFAST8): Likewise.
33382         [C99-based-standards] (SCNiFAST8): Likewise.
33383         [C99-based-standards] (SCNoFAST8): Likewise.
33384         [C99-based-standards] (SCNuFAST8): Likewise.
33385         [C99-based-standards] (SCNxFAST8): Likewise.
33386         [C99-based-standards] (PRId16): Likewise.
33387         [C99-based-standards] (PRIi16): Likewise.
33388         [C99-based-standards] (PRIo16): Likewise.
33389         [C99-based-standards] (PRIu16): Likewise.
33390         [C99-based-standards] (PRIx16): Likewise.
33391         [C99-based-standards] (PRIX16): Likewise.
33392         [C99-based-standards] (SCNd16): Likewise.
33393         [C99-based-standards] (SCNi16): Likewise.
33394         [C99-based-standards] (SCNo16): Likewise.
33395         [C99-based-standards] (SCNu16): Likewise.
33396         [C99-based-standards] (SCNx16): Likewise.
33397         [C99-based-standards] (PRIdLEAST16): Likewise.
33398         [C99-based-standards] (PRIiLEAST16): Likewise.
33399         [C99-based-standards] (PRIoLEAST16): Likewise.
33400         [C99-based-standards] (PRIuLEAST16): Likewise.
33401         [C99-based-standards] (PRIxLEAST16): Likewise.
33402         [C99-based-standards] (PRIXLEAST16): Likewise.
33403         [C99-based-standards] (SCNdLEAST16): Likewise.
33404         [C99-based-standards] (SCNiLEAST16): Likewise.
33405         [C99-based-standards] (SCNoLEAST16): Likewise.
33406         [C99-based-standards] (SCNuLEAST16): Likewise.
33407         [C99-based-standards] (SCNxLEAST16): Likewise.
33408         [C99-based-standards] (PRIdFAST16): Likewise.
33409         [C99-based-standards] (PRIiFAST16): Likewise.
33410         [C99-based-standards] (PRIoFAST16): Likewise.
33411         [C99-based-standards] (PRIuFAST16): Likewise.
33412         [C99-based-standards] (PRIxFAST16): Likewise.
33413         [C99-based-standards] (PRIXFAST16): Likewise.
33414         [C99-based-standards] (SCNdFAST16): Likewise.
33415         [C99-based-standards] (SCNiFAST16): Likewise.
33416         [C99-based-standards] (SCNoFAST16): Likewise.
33417         [C99-based-standards] (SCNuFAST16): Likewise.
33418         [C99-based-standards] (SCNxFAST16): Likewise.
33419         [C99-based-standards] (PRId32): Likewise.
33420         [C99-based-standards] (PRIi32): Likewise.
33421         [C99-based-standards] (PRIo32): Likewise.
33422         [C99-based-standards] (PRIu32): Likewise.
33423         [C99-based-standards] (PRIx32): Likewise.
33424         [C99-based-standards] (PRIX32): Likewise.
33425         [C99-based-standards] (SCNd32): Likewise.
33426         [C99-based-standards] (SCNi32): Likewise.
33427         [C99-based-standards] (SCNo32): Likewise.
33428         [C99-based-standards] (SCNu32): Likewise.
33429         [C99-based-standards] (SCNx32): Likewise.
33430         [C99-based-standards] (PRIdLEAST32): Likewise.
33431         [C99-based-standards] (PRIiLEAST32): Likewise.
33432         [C99-based-standards] (PRIoLEAST32): Likewise.
33433         [C99-based-standards] (PRIuLEAST32): Likewise.
33434         [C99-based-standards] (PRIxLEAST32): Likewise.
33435         [C99-based-standards] (PRIXLEAST32): Likewise.
33436         [C99-based-standards] (SCNdLEAST32): Likewise.
33437         [C99-based-standards] (SCNiLEAST32): Likewise.
33438         [C99-based-standards] (SCNoLEAST32): Likewise.
33439         [C99-based-standards] (SCNuLEAST32): Likewise.
33440         [C99-based-standards] (SCNxLEAST32): Likewise.
33441         [C99-based-standards] (PRIdFAST32): Likewise.
33442         [C99-based-standards] (PRIiFAST32): Likewise.
33443         [C99-based-standards] (PRIoFAST32): Likewise.
33444         [C99-based-standards] (PRIuFAST32): Likewise.
33445         [C99-based-standards] (PRIxFAST32): Likewise.
33446         [C99-based-standards] (PRIXFAST32): Likewise.
33447         [C99-based-standards] (SCNdFAST32): Likewise.
33448         [C99-based-standards] (SCNiFAST32): Likewise.
33449         [C99-based-standards] (SCNoFAST32): Likewise.
33450         [C99-based-standards] (SCNuFAST32): Likewise.
33451         [C99-based-standards] (SCNxFAST32): Likewise.
33452         [C99-based-standards] (PRId64): Likewise.
33453         [C99-based-standards] (PRIi64): Likewise.
33454         [C99-based-standards] (PRIo64): Likewise.
33455         [C99-based-standards] (PRIu64): Likewise.
33456         [C99-based-standards] (PRIx64): Likewise.
33457         [C99-based-standards] (PRIX64): Likewise.
33458         [C99-based-standards] (SCNd64): Likewise.
33459         [C99-based-standards] (SCNi64): Likewise.
33460         [C99-based-standards] (SCNo64): Likewise.
33461         [C99-based-standards] (SCNu64): Likewise.
33462         [C99-based-standards] (SCNx64): Likewise.
33463         [C99-based-standards] (PRIdLEAST64): Likewise.
33464         [C99-based-standards] (PRIiLEAST64): Likewise.
33465         [C99-based-standards] (PRIoLEAST64): Likewise.
33466         [C99-based-standards] (PRIuLEAST64): Likewise.
33467         [C99-based-standards] (PRIxLEAST64): Likewise.
33468         [C99-based-standards] (PRIXLEAST64): Likewise.
33469         [C99-based-standards] (SCNdLEAST64): Likewise.
33470         [C99-based-standards] (SCNiLEAST64): Likewise.
33471         [C99-based-standards] (SCNoLEAST64): Likewise.
33472         [C99-based-standards] (SCNuLEAST64): Likewise.
33473         [C99-based-standards] (SCNxLEAST64): Likewise.
33474         [C99-based-standards] (PRIdFAST64): Likewise.
33475         [C99-based-standards] (PRIiFAST64): Likewise.
33476         [C99-based-standards] (PRIoFAST64): Likewise.
33477         [C99-based-standards] (PRIuFAST64): Likewise.
33478         [C99-based-standards] (PRIxFAST64): Likewise.
33479         [C99-based-standards] (PRIXFAST64): Likewise.
33480         [C99-based-standards] (SCNdFAST64): Likewise.
33481         [C99-based-standards] (SCNiFAST64): Likewise.
33482         [C99-based-standards] (SCNoFAST64): Likewise.
33483         [C99-based-standards] (SCNuFAST64): Likewise.
33484         [C99-based-standards] (SCNxFAST64): Likewise.
33485         [C99-based-standards] (PRIdMAX): Likewise.
33486         [C99-based-standards] (PRIiMAX): Likewise.
33487         [C99-based-standards] (PRIoMAX): Likewise.
33488         [C99-based-standards] (PRIuMAX): Likewise.
33489         [C99-based-standards] (PRIxMAX): Likewise.
33490         [C99-based-standards] (PRIXMAX): Likewise.
33491         [C99-based-standards] (SCNdMAX): Likewise.
33492         [C99-based-standards] (SCNiMAX): Likewise.
33493         [C99-based-standards] (SCNoMAX): Likewise.
33494         [C99-based-standards] (SCNuMAX): Likewise.
33495         [C99-based-standards] (SCNxMAX): Likewise.
33496         [C99-based-standards] (PRIdPTR): Likewise.
33497         [C99-based-standards] (PRIiPTR): Likewise.
33498         [C99-based-standards] (PRIoPTR): Likewise.
33499         [C99-based-standards] (PRIuPTR): Likewise.
33500         [C99-based-standards] (PRIxPTR): Likewise.
33501         [C99-based-standards] (PRIXPTR): Likewise.
33502         [C99-based-standards] (SCNdPTR): Likewise.
33503         [C99-based-standards] (SCNiPTR): Likewise.
33504         [C99-based-standards] (SCNoPTR): Likewise.
33505         [C99-based-standards] (SCNuPTR): Likewise.
33506         [C99-based-standards] (SCNxPTR): Likewise.
33507         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
33508         allow.
33509         * conform/data/stdint.h-data: Update comments to clarify
33510         requirements.
33511         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
33512         type.
33513         [C99-based standards] (INT8_MAX): Likewise.
33514         [C99-based standards] (INT16_MIN): Likewise.
33515         [C99-based standards] (INT16_MAX): Likewise.
33516         [C99-based standards] (INT32_MIN): Likewise.
33517         [C99-based standards] (INT32_MAX): Likewise.
33518         [C99-based standards] (INT64_MIN): Likewise.
33519         [C99-based standards] (INT64_MAX): Likewise.
33520         [C99-based standards] (UINT8_MAX): Likewise.
33521         [C99-based standards] (UINT16_MAX): Likewise.
33522         [C99-based standards] (UINT32_MAX): Likewise.
33523         [C99-based standards] (UINT64_MAX): Likewise.
33524         [C99-based standards] (INT_LEAST8_MIN): Likewise.
33525         [C99-based standards] (INT_LEAST8_MAX): Likewise.
33526         [C99-based standards] (INT_LEAST16_MIN): Likewise.
33527         [C99-based standards] (INT_LEAST16_MAX): Likewise.
33528         [C99-based standards] (INT_LEAST32_MIN): Likewise.
33529         [C99-based standards] (INT_LEAST32_MAX): Likewise.
33530         [C99-based standards] (INT_LEAST64_MIN): Likewise.
33531         [C99-based standards] (INT_LEAST64_MAX): Likewise.
33532         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
33533         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
33534         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
33535         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
33536         [C99-based standards] (INT_FAST8_MIN): Likewise.
33537         [C99-based standards] (INT_FAST8_MAX): Likewise.
33538         [C99-based standards] (INT_FAST16_MIN): Likewise.
33539         [C99-based standards] (INT_FAST16_MAX): Likewise.
33540         [C99-based standards] (INT_FAST32_MIN): Likewise.
33541         [C99-based standards] (INT_FAST32_MAX): Likewise.
33542         [C99-based standards] (INT_FAST64_MIN): Likewise.
33543         [C99-based standards] (INT_FAST64_MAX): Likewise.
33544         [C99-based standards] (UINT_FAST8_MAX): Likewise.
33545         [C99-based standards] (UINT_FAST16_MAX): Likewise.
33546         [C99-based standards] (UINT_FAST32_MAX): Likewise.
33547         [C99-based standards] (UINT_FAST64_MAX): Likewise.
33548         [C99-based standards] (INTPTR_MIN): Likewise.
33549         [C99-based standards] (INTPTR_MAX): Likewise.
33550         [C99-based standards] (UINTPTR_MAX): Likewise.
33551         [C99-based standards] (INTMAX_MIN): Likewise.
33552         [C99-based standards] (INTMAX_MAX): Likewise.
33553         [C99-based standards] (UINTMAX_MAX): Likewise.
33554         [C99-based standards] (PTRDIFF_MIN): Likewise.
33555         [C99-based standards] (PTRDIFF_MAX): Likewise.
33556         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
33557         [C99-based standards] (SIZE_MAX): Likewise.
33558         [C99-based standards] (WCHAR_MAX): Likewise.
33559         [C99-based standards] (WINT_MAX): Likewise.
33560         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
33561         constraint on value.
33562         [C99-based standards] (WCHAR_MIN): Likewise.
33563         [C99-based standards] (WINT_MIN): Likewise.
33564         [C99-based standards] (*_t): Allow.
33565         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
33566         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
33567         Include math.h-data and complex.h-data.  Remove all expectations
33568         of math.h and complex.h contents.
33569         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
33570         at end of line.
33571         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
33572         (struct tm): Expect tag.
33573         [C99-based-standards] (wcstof): Expect function.
33574         [C99-based-standards] (wcstold): Likewise.
33575         [C99-based-standards] (wcstoll): Likewise.
33576         [C99-based-standards] (wcstoull): Likewise.
33577         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
33578         macro-int-constant.  Specify type.
33579         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
33580         constraint on value.
33581         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
33582         Specify type.
33583         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
33584         Specify value.
33585         [ISO C standards]: Do not allow headers.
33586         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
33587         wcs[abcdefghijklmnopqrstuvwxyz]*.
33588         [ISO C standards] (*_t): Do not allow.
33589         * conform/data/wctype.h-data [C99-based standards] (iswblank):
33590         Expect function.
33591         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
33592         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
33593         Specify type.
33594         [ISO C standards]: Do not allow headers.
33595         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
33596         is[abcdefghijklmnopqrstuvwxyz]*.
33597         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
33598         to[abcdefghijklmnopqrstuvwxyz]*.
33599         [ISO C standards] (*_t): Do not allow.
33600         * conform/data/stdalign.h-data: New file.
33601         * conform/data/stdbool.h-data: Likewise.
33602         * conform/data/stdnoreturn.h-data: Likewise.
33603
33604 2012-11-07  Roland McGrath  <roland@hack.frob.com>
33605
33606         [BZ #14815]
33607         * manual/filesys.texi (Directory Entries): Typo fix.
33608         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
33609
33610 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33611
33612         * elf/elf.h (EM_AARCH64): New macro.
33613         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
33614         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
33615         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
33616         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
33617         (R_AARCH64_TLSDESC): Likewise.
33618         (NT_ARM_TLS): Likewise.
33619         (NT_ARM_HW_BREAK): Likewise.
33620         (NT_ARM_HW_WATCH): Likewise.
33621
33622 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33623
33624         [BZ #14811]
33625         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
33626         (__ieee754_powl): Saturate nonzero exponents with absolute value
33627         below 0x1p-79 to +/- 0x1p-79.
33628         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
33629         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
33630         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
33631         nonzero exponents with absolute value below 0x1p-32 to +/-
33632         0x1p-32.
33633         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
33634         (__ieee754_powl): Saturate nonzero exponents with absolute value
33635         below 0x1p-79 to +/- 0x1p-79.
33636         * math/libm-test.inc (pow_test): Add more tests.
33637
33638 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33639
33640         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
33641         _dl_s390_cap_flags with kernel. Increase string length.
33642         (_dl_s390_platforms): Add z196 and zEC12.
33643
33644 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33645
33646         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
33647         Change XOPEN21K to XOPEN2K.
33648
33649 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
33650
33651         * string/memmove.c: Use memcpy when possible.
33652
33653 2012-11-06  Andreas Jaeger  <aj@suse.de>
33654
33655         * po/eo.po: Update from translation team.
33656
33657 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
33658
33659         [BZ #14793]
33660         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
33661         exponent and small x and y exponents, scale x or y up.  Increase
33662         by 2 the exponent used in scaling up.
33663         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33664         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33665         * math/libm-test.inc (fma_test): Add more tests.
33666         (fma_test_towardzero): Likewise.
33667         (fma_test_downward): Likewise.
33668         (fma_test_upward): Likewise.
33669
33670 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
33671
33672         [BZ #14805]
33673         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
33674         fenv_t *.
33675
33676         [BZ #14801]
33677         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
33678         namespace for names of struct fields.
33679         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
33680         fenv_t fields.
33681         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
33682         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
33683
33684 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33685
33686         [BZ #3665]
33687         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
33688
33689 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
33690
33691         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
33692         PTR_DEMANGLE.
33693
33694         [BZ #5246]
33695         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
33696         PTR_DEMANGLE.
33697
33698 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
33699
33700         [BZ #14797]
33701         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
33702         definitely overflow as x * y not x * y + z.
33703         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33704         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33705         * math/libm-test.inc (fma_test): Add more tests.
33706         (fma_test_towardzero): Likewise.
33707         (fma_test_downward): Likewise.
33708         (fma_test_upward): Likewise.
33709
33710 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
33711
33712         [BZ #157]
33713
33714         * include/stub-tag.h: Remove file.
33715         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
33716         '#include' of it.
33717         * manual/maint.texi (Porting): Don't reference it.
33718         * Makerules ($(objpfx)stubs): Likewise.
33719         * dirent/closedir.c: Don't include <stub-tag.h>.
33720         * dirent/dirfd.c: Likewise.
33721         * dirent/fdopendir.c: Likewise.
33722         * dirent/getdents.c: Likewise.
33723         * dirent/getdents64.c: Likewise.
33724         * dirent/opendir.c: Likewise.
33725         * dirent/readdir.c: Likewise.
33726         * dirent/readdir64.c: Likewise.
33727         * dirent/readdir64_r.c: Likewise.
33728         * dirent/readdir_r.c: Likewise.
33729         * dirent/rewinddir.c: Likewise.
33730         * dirent/seekdir.c: Likewise.
33731         * dirent/telldir.c: Likewise.
33732         * gmon/profil.c: Likewise.
33733         * grp/setgroups.c: Likewise.
33734         * inet/if_index.c: Likewise.
33735         * io/access.c: Likewise.
33736         * io/chdir.c: Likewise.
33737         * io/chmod.c: Likewise.
33738         * io/chown.c: Likewise.
33739         * io/close.c: Likewise.
33740         * io/dup.c: Likewise.
33741         * io/dup2.c: Likewise.
33742         * io/dup3.c: Likewise.
33743         * io/euidaccess.c: Likewise.
33744         * io/faccessat.c: Likewise.
33745         * io/fchdir.c: Likewise.
33746         * io/fchmod.c: Likewise.
33747         * io/fchmodat.c: Likewise.
33748         * io/fchown.c: Likewise.
33749         * io/fchownat.c: Likewise.
33750         * io/fcntl.c: Likewise.
33751         * io/flock.c: Likewise.
33752         * io/fstatfs.c: Likewise.
33753         * io/fstatfs64.c: Likewise.
33754         * io/fstatvfs.c: Likewise.
33755         * io/fstatvfs64.c: Likewise.
33756         * io/futimens.c: Likewise.
33757         * io/fxstat.c: Likewise.
33758         * io/fxstat64.c: Likewise.
33759         * io/fxstatat.c: Likewise.
33760         * io/fxstatat64.c: Likewise.
33761         * io/getcwd.c: Likewise.
33762         * io/isatty.c: Likewise.
33763         * io/lchmod.c: Likewise.
33764         * io/lchown.c: Likewise.
33765         * io/link.c: Likewise.
33766         * io/linkat.c: Likewise.
33767         * io/lseek.c: Likewise.
33768         * io/lseek64.c: Likewise.
33769         * io/lxstat64.c: Likewise.
33770         * io/mkdir.c: Likewise.
33771         * io/mkdirat.c: Likewise.
33772         * io/mkfifo.c: Likewise.
33773         * io/mkfifoat.c: Likewise.
33774         * io/open.c: Likewise.
33775         * io/open64.c: Likewise.
33776         * io/openat.c: Likewise.
33777         * io/openat64.c: Likewise.
33778         * io/pipe.c: Likewise.
33779         * io/pipe2.c: Likewise.
33780         * io/poll.c: Likewise.
33781         * io/posix_fadvise.c: Likewise.
33782         * io/posix_fadvise64.c: Likewise.
33783         * io/posix_fallocate.c: Likewise.
33784         * io/posix_fallocate64.c: Likewise.
33785         * io/read.c: Likewise.
33786         * io/readlink.c: Likewise.
33787         * io/readlinkat.c: Likewise.
33788         * io/rmdir.c: Likewise.
33789         * io/sendfile.c: Likewise.
33790         * io/sendfile64.c: Likewise.
33791         * io/statfs.c: Likewise.
33792         * io/statfs64.c: Likewise.
33793         * io/statvfs.c: Likewise.
33794         * io/statvfs64.c: Likewise.
33795         * io/symlink.c: Likewise.
33796         * io/symlinkat.c: Likewise.
33797         * io/ttyname.c: Likewise.
33798         * io/ttyname_r.c: Likewise.
33799         * io/umask.c: Likewise.
33800         * io/unlink.c: Likewise.
33801         * io/unlinkat.c: Likewise.
33802         * io/utime.c: Likewise.
33803         * io/utimensat.c: Likewise.
33804         * io/write.c: Likewise.
33805         * io/xmknod.c: Likewise.
33806         * io/xmknodat.c: Likewise.
33807         * io/xstat.c: Likewise.
33808         * io/xstat64.c: Likewise.
33809         * login/getpt.c: Likewise.
33810         * login/grantpt.c: Likewise.
33811         * login/unlockpt.c: Likewise.
33812         * math/e_acoshl.c: Likewise.
33813         * math/e_acosl.c: Likewise.
33814         * math/e_asinl.c: Likewise.
33815         * math/e_atan2l.c: Likewise.
33816         * math/e_atanhl.c: Likewise.
33817         * math/e_coshl.c: Likewise.
33818         * math/e_expl.c: Likewise.
33819         * math/e_fmodl.c: Likewise.
33820         * math/e_gammal_r.c: Likewise.
33821         * math/e_hypotl.c: Likewise.
33822         * math/e_j0l.c: Likewise.
33823         * math/e_j1l.c: Likewise.
33824         * math/e_jnl.c: Likewise.
33825         * math/e_lgammal_r.c: Likewise.
33826         * math/e_log10l.c: Likewise.
33827         * math/e_log2l.c: Likewise.
33828         * math/e_logl.c: Likewise.
33829         * math/e_powl.c: Likewise.
33830         * math/e_rem_pio2l.c: Likewise.
33831         * math/e_sinhl.c: Likewise.
33832         * math/e_sqrtl.c: Likewise.
33833         * math/fclrexcpt.c: Likewise.
33834         * math/fedisblxcpt.c: Likewise.
33835         * math/feenablxcpt.c: Likewise.
33836         * math/fegetenv.c: Likewise.
33837         * math/fegetexcept.c: Likewise.
33838         * math/fegetround.c: Likewise.
33839         * math/feholdexcpt.c: Likewise.
33840         * math/fesetenv.c: Likewise.
33841         * math/fesetround.c: Likewise.
33842         * math/feupdateenv.c: Likewise.
33843         * math/fgetexcptflg.c: Likewise.
33844         * math/fraiseexcpt.c: Likewise.
33845         * math/fsetexcptflg.c: Likewise.
33846         * math/ftestexcept.c: Likewise.
33847         * math/k_cosl.c: Likewise.
33848         * math/k_rem_pio2l.c: Likewise.
33849         * math/k_sinl.c: Likewise.
33850         * math/k_tanl.c: Likewise.
33851         * math/s_asinhl.c: Likewise.
33852         * math/s_atanl.c: Likewise.
33853         * math/s_cbrtl.c: Likewise.
33854         * math/s_erfl.c: Likewise.
33855         * math/s_expm1l.c: Likewise.
33856         * math/s_log1pl.c: Likewise.
33857         * math/s_tanhl.c: Likewise.
33858         * misc/acct.c: Likewise.
33859         * misc/brk.c: Likewise.
33860         * misc/chflags.c: Likewise.
33861         * misc/chroot.c: Likewise.
33862         * misc/fchflags.c: Likewise.
33863         * misc/fgetxattr.c: Likewise.
33864         * misc/flistxattr.c: Likewise.
33865         * misc/fremovexattr.c: Likewise.
33866         * misc/fsetxattr.c: Likewise.
33867         * misc/fsync.c: Likewise.
33868         * misc/ftruncate.c: Likewise.
33869         * misc/futimes.c: Likewise.
33870         * misc/futimesat.c: Likewise.
33871         * misc/getdomain.c: Likewise.
33872         * misc/getdtsz.c: Likewise.
33873         * misc/gethostid.c: Likewise.
33874         * misc/gethostname.c: Likewise.
33875         * misc/getloadavg.c: Likewise.
33876         * misc/getpagesize.c: Likewise.
33877         * misc/getsysstats.c: Likewise.
33878         * misc/getxattr.c: Likewise.
33879         * misc/gtty.c: Likewise.
33880         * misc/ioctl.c: Likewise.
33881         * misc/lgetxattr.c: Likewise.
33882         * misc/listxattr.c: Likewise.
33883         * misc/llistxattr.c: Likewise.
33884         * misc/lremovexattr.c: Likewise.
33885         * misc/lsetxattr.c: Likewise.
33886         * misc/lutimes.c: Likewise.
33887         * misc/madvise.c: Likewise.
33888         * misc/mincore.c: Likewise.
33889         * misc/mlock.c: Likewise.
33890         * misc/mlockall.c: Likewise.
33891         * misc/mmap.c: Likewise.
33892         * misc/mprotect.c: Likewise.
33893         * misc/msync.c: Likewise.
33894         * misc/munlock.c: Likewise.
33895         * misc/munlockall.c: Likewise.
33896         * misc/munmap.c: Likewise.
33897         * misc/preadv.c: Likewise.
33898         * misc/preadv64.c: Likewise.
33899         * misc/ptrace.c: Likewise.
33900         * misc/pwritev.c: Likewise.
33901         * misc/pwritev64.c: Likewise.
33902         * misc/readv.c: Likewise.
33903         * misc/reboot.c: Likewise.
33904         * misc/remap_file_pages.c: Likewise.
33905         * misc/removexattr.c: Likewise.
33906         * misc/revoke.c: Likewise.
33907         * misc/select.c: Likewise.
33908         * misc/setdomain.c: Likewise.
33909         * misc/setegid.c: Likewise.
33910         * misc/seteuid.c: Likewise.
33911         * misc/sethostid.c: Likewise.
33912         * misc/sethostname.c: Likewise.
33913         * misc/setregid.c: Likewise.
33914         * misc/setreuid.c: Likewise.
33915         * misc/setxattr.c: Likewise.
33916         * misc/sstk.c: Likewise.
33917         * misc/stty.c: Likewise.
33918         * misc/swapoff.c: Likewise.
33919         * misc/swapon.c: Likewise.
33920         * misc/sync.c: Likewise.
33921         * misc/syncfs.c: Likewise.
33922         * misc/syscall.c: Likewise.
33923         * misc/truncate.c: Likewise.
33924         * misc/ualarm.c: Likewise.
33925         * misc/usleep.c: Likewise.
33926         * misc/ustat.c: Likewise.
33927         * misc/utimes.c: Likewise.
33928         * misc/vhangup.c: Likewise.
33929         * misc/writev.c: Likewise.
33930         * posix/_exit.c: Likewise.
33931         * posix/alarm.c: Likewise.
33932         * posix/execve.c: Likewise.
33933         * posix/fexecve.c: Likewise.
33934         * posix/fork.c: Likewise.
33935         * posix/fpathconf.c: Likewise.
33936         * posix/getaddrinfo.c: Likewise.
33937         * posix/getegid.c: Likewise.
33938         * posix/geteuid.c: Likewise.
33939         * posix/getgid.c: Likewise.
33940         * posix/getgroups.c: Likewise.
33941         * posix/getlogin.c: Likewise.
33942         * posix/getlogin_r.c: Likewise.
33943         * posix/getpgid.c: Likewise.
33944         * posix/getpid.c: Likewise.
33945         * posix/getppid.c: Likewise.
33946         * posix/getresgid.c: Likewise.
33947         * posix/getresuid.c: Likewise.
33948         * posix/getsid.c: Likewise.
33949         * posix/getuid.c: Likewise.
33950         * posix/glob64.c: Likewise.
33951         * posix/nanosleep.c: Likewise.
33952         * posix/pathconf.c: Likewise.
33953         * posix/pause.c: Likewise.
33954         * posix/posix_madvise.c: Likewise.
33955         * posix/pread.c: Likewise.
33956         * posix/pread64.c: Likewise.
33957         * posix/pwrite.c: Likewise.
33958         * posix/pwrite64.c: Likewise.
33959         * posix/sched_getaffinity.c: Likewise.
33960         * posix/sched_getp.c: Likewise.
33961         * posix/sched_gets.c: Likewise.
33962         * posix/sched_primax.c: Likewise.
33963         * posix/sched_primin.c: Likewise.
33964         * posix/sched_rr_gi.c: Likewise.
33965         * posix/sched_setaffinity.c: Likewise.
33966         * posix/sched_setp.c: Likewise.
33967         * posix/sched_sets.c: Likewise.
33968         * posix/sched_yield.c: Likewise.
33969         * posix/setgid.c: Likewise.
33970         * posix/setlogin.c: Likewise.
33971         * posix/setpgid.c: Likewise.
33972         * posix/setresgid.c: Likewise.
33973         * posix/setresuid.c: Likewise.
33974         * posix/setsid.c: Likewise.
33975         * posix/setuid.c: Likewise.
33976         * posix/sleep.c: Likewise.
33977         * posix/spawni.c: Likewise.
33978         * posix/sysconf.c: Likewise.
33979         * posix/times.c: Likewise.
33980         * posix/wait.c: Likewise.
33981         * posix/wait3.c: Likewise.
33982         * posix/wait4.c: Likewise.
33983         * posix/waitpid.c: Likewise.
33984         * resolv/gai_sigqueue.c: Likewise.
33985         * resource/getpriority.c: Likewise.
33986         * resource/getrlimit.c: Likewise.
33987         * resource/getrusage.c: Likewise.
33988         * resource/nice.c: Likewise.
33989         * resource/setpriority.c: Likewise.
33990         * resource/setrlimit.c: Likewise.
33991         * resource/ulimit.c: Likewise.
33992         * rt/aio_cancel.c: Likewise.
33993         * rt/aio_fsync.c: Likewise.
33994         * rt/aio_read.c: Likewise.
33995         * rt/aio_sigqueue.c: Likewise.
33996         * rt/aio_suspend.c: Likewise.
33997         * rt/aio_write.c: Likewise.
33998         * rt/clock_getres.c: Likewise.
33999         * rt/clock_gettime.c: Likewise.
34000         * rt/clock_nanosleep.c: Likewise.
34001         * rt/clock_settime.c: Likewise.
34002         * rt/lio_listio.c: Likewise.
34003         * rt/mq_close.c: Likewise.
34004         * rt/mq_getattr.c: Likewise.
34005         * rt/mq_notify.c: Likewise.
34006         * rt/mq_open.c: Likewise.
34007         * rt/mq_receive.c: Likewise.
34008         * rt/mq_send.c: Likewise.
34009         * rt/mq_setattr.c: Likewise.
34010         * rt/mq_timedreceive.c: Likewise.
34011         * rt/mq_timedsend.c: Likewise.
34012         * rt/mq_unlink.c: Likewise.
34013         * rt/shm_open.c: Likewise.
34014         * rt/shm_unlink.c: Likewise.
34015         * rt/timer_create.c: Likewise.
34016         * rt/timer_delete.c: Likewise.
34017         * rt/timer_getoverr.c: Likewise.
34018         * rt/timer_gettime.c: Likewise.
34019         * rt/timer_settime.c: Likewise.
34020         * setjmp/__longjmp.c: Likewise.
34021         * setjmp/setjmp.c: Likewise.
34022         * signal/kill.c: Likewise.
34023         * signal/killpg.c: Likewise.
34024         * signal/raise.c: Likewise.
34025         * signal/sigaction.c: Likewise.
34026         * signal/sigaltstack.c: Likewise.
34027         * signal/sigblock.c: Likewise.
34028         * signal/sigignore.c: Likewise.
34029         * signal/sigintr.c: Likewise.
34030         * signal/signal.c: Likewise.
34031         * signal/sigpause.c: Likewise.
34032         * signal/sigpending.c: Likewise.
34033         * signal/sigqueue.c: Likewise.
34034         * signal/sigreturn.c: Likewise.
34035         * signal/sigset.c: Likewise.
34036         * signal/sigsetmask.c: Likewise.
34037         * signal/sigstack.c: Likewise.
34038         * signal/sigsuspend.c: Likewise.
34039         * signal/sigtimedwait.c: Likewise.
34040         * signal/sigvec.c: Likewise.
34041         * signal/sigwait.c: Likewise.
34042         * signal/sigwaitinfo.c: Likewise.
34043         * signal/sysv_signal.c: Likewise.
34044         * socket/accept.c: Likewise.
34045         * socket/accept4.c: Likewise.
34046         * socket/bind.c: Likewise.
34047         * socket/connect.c: Likewise.
34048         * socket/getpeername.c: Likewise.
34049         * socket/getsockname.c: Likewise.
34050         * socket/getsockopt.c: Likewise.
34051         * socket/isfdtype.c: Likewise.
34052         * socket/listen.c: Likewise.
34053         * socket/recv.c: Likewise.
34054         * socket/recvfrom.c: Likewise.
34055         * socket/recvmsg.c: Likewise.
34056         * socket/send.c: Likewise.
34057         * socket/sendmsg.c: Likewise.
34058         * socket/sendto.c: Likewise.
34059         * socket/setsockopt.c: Likewise.
34060         * socket/shutdown.c: Likewise.
34061         * socket/sockatmark.c: Likewise.
34062         * socket/socket.c: Likewise.
34063         * socket/socketpair.c: Likewise.
34064         * stdio-common/ctermid.c: Likewise.
34065         * stdio-common/cuserid.c: Likewise.
34066         * stdio-common/remove.c: Likewise.
34067         * stdio-common/rename.c: Likewise.
34068         * stdio-common/renameat.c: Likewise.
34069         * stdio-common/tempname.c: Likewise.
34070         * stdlib/getcontext.c: Likewise.
34071         * stdlib/makecontext.c: Likewise.
34072         * stdlib/setcontext.c: Likewise.
34073         * stdlib/swapcontext.c: Likewise.
34074         * stdlib/system.c: Likewise.
34075         * streams/fattach.c: Likewise.
34076         * streams/fdetach.c: Likewise.
34077         * streams/getmsg.c: Likewise.
34078         * streams/getpmsg.c: Likewise.
34079         * streams/putmsg.c: Likewise.
34080         * streams/putpmsg.c: Likewise.
34081         * sysdeps/unix/bsd/getpt.c: Likewise.
34082         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
34083         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
34084         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
34085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
34086         Likewise.
34087         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
34088         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
34089         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
34090         * sysvipc/msgctl.c: Likewise.
34091         * sysvipc/msgget.c: Likewise.
34092         * sysvipc/msgrcv.c: Likewise.
34093         * sysvipc/msgsnd.c: Likewise.
34094         * sysvipc/semctl.c: Likewise.
34095         * sysvipc/semget.c: Likewise.
34096         * sysvipc/semop.c: Likewise.
34097         * sysvipc/semtimedop.c: Likewise.
34098         * sysvipc/shmat.c: Likewise.
34099         * sysvipc/shmctl.c: Likewise.
34100         * sysvipc/shmdt.c: Likewise.
34101         * sysvipc/shmget.c: Likewise.
34102         * termios/tcdrain.c: Likewise.
34103         * termios/tcflow.c: Likewise.
34104         * termios/tcflush.c: Likewise.
34105         * termios/tcgetattr.c: Likewise.
34106         * termios/tcgetpgrp.c: Likewise.
34107         * termios/tcsendbrk.c: Likewise.
34108         * termios/tcsetattr.c: Likewise.
34109         * termios/tcsetpgrp.c: Likewise.
34110         * time/adjtime.c: Likewise.
34111         * time/clock.c: Likewise.
34112         * time/getitimer.c: Likewise.
34113         * time/gettimeofday.c: Likewise.
34114         * time/setitimer.c: Likewise.
34115         * time/settimeofday.c: Likewise.
34116         * time/stime.c: Likewise.
34117         * time/time.c: Likewise.
34118
34119 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
34120
34121         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
34122         /usr/old/bin.
34123
34124         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
34125         instead of spaces.
34126         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
34127
34128 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
34129
34130         [BZ #14796]
34131         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
34132         FE_TONEAREST before applying Dekker multiplication and Knuth
34133         addition.  Clear inexact exceptions and check for exact zero
34134         results afterwards.
34135         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34136         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34137         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34138         * math/libm-test.inc (fma_test): Add more tests.
34139         (fma_test_towardzero): Likewise.
34140         (fma_test_downward): Likewise.
34141         (fma_test_upward): Likewise.
34142         * sysdeps/generic/math_private.h (default_libc_fesetround): New
34143         function.
34144         (libc_fesetround): New macro.
34145         (libc_fesetroundf): Likewise.
34146         (libc_fesetroundl): Likewise.
34147         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
34148         function.
34149         (libc_fesetround_387): Likewise.
34150         (libc_fesetroundf): New macro.
34151         (libc_fesetround): Likewise.
34152         (libc_fesetroundl): Likewise.
34153         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
34154         function.
34155         (libc_fesetroundf): New macro.
34156         (libc_fesetround): Likewise.
34157         (libc_fesetroundl): Likewise.
34158         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
34159         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
34160         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
34161         libm_hidden_ver.
34162         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
34163         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
34164         libm_hidden_def.
34165         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
34166         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
34167         libm_hidden_ver.
34168         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
34169         libm_hidden_def.
34170
34171         [BZ #3439]
34172         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
34173         integer constant usable in #if and use that to give value to enum
34174         constant.
34175         (FE_DIVBYZERO): Likewise.
34176         (FE_UNDERFLOW): Likewise.
34177         (FE_OVERFLOW): Likewise.
34178         (FE_INVALID): Likewise.
34179         (FE_INVALID_SNAN): Likewise.
34180         (FE_INVALID_ISI): Likewise.
34181         (FE_INVALID_IDI): Likewise.
34182         (FE_INVALID_ZDZ): Likewise.
34183         (FE_INVALID_IMZ): Likewise.
34184         (FE_INVALID_COMPARE): Likewise.
34185         (FE_INVALID_SOFTWARE): Likewise.
34186         (FE_INVALID_SQRT): Likewise.
34187         (FE_INVALID_INTEGER_CONVERSION): Likewise.
34188         (FE_TONEAREST): Likewise.
34189         (FE_TOWARDZERO): Likewise.
34190         (FE_UPWARD): Likewise.
34191         (FE_DOWNWARD): Likewise.
34192         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
34193         (FE_DIVBYZERO): Likewise.
34194         (FE_OVERFLOW): Likewise.
34195         (FE_UNDERFLOW): Likewise.
34196         (FE_INEXACT): Likewise.
34197         (FE_TONEAREST): Likewise.
34198         (FE_DOWNWARD): Likewise.
34199         (FE_UPWARD): Likewise.
34200         (FE_TOWARDZERO): Likewise.
34201         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
34202         (FE_UNDERFLOW): Likewise.
34203         (FE_OVERFLOW): Likewise.
34204         (FE_DIVBYZERO): Likewise.
34205         (FE_INVALID): Likewise.
34206         (FE_TONEAREST): Likewise.
34207         (FE_TOWARDZERO): Likewise.
34208         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
34209         (FE_OVERFLOW): Likewise.
34210         (FE_UNDERFLOW): Likewise.
34211         (FE_DIVBYZERO): Likewise.
34212         (FE_INEXACT): Likewise.
34213         (FE_TONEAREST): Likewise.
34214         (FE_TOWARDZERO): Likewise.
34215         (FE_UPWARD): Likewise.
34216         (FE_DOWNWARD): Likewise.
34217         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
34218         (FE_DIVBYZERO): Likewise.
34219         (FE_OVERFLOW): Likewise.
34220         (FE_UNDERFLOW): Likewise.
34221         (FE_INEXACT): Likewise.
34222         (FE_TONEAREST): Likewise.
34223         (FE_DOWNWARD): Likewise.
34224         (FE_UPWARD): Likewise.
34225         (FE_TOWARDZERO): Likewise.
34226
34227 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
34228
34229         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
34230
34231 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
34232
34233         * scripts/cross-test-ssh.sh (command): Use newlines to separate
34234         commands.  Quote $PWD.
34235         (blacklist_exports): Don't use remove_newlines.  Replace "declare
34236         -x" by "export".
34237         (remove_newlines): Remove.
34238
34239 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
34240
34241         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
34242         * stdlib/stdlib.h (atof): Moved to ...
34243         * include/bits/stdlib-float.h: Here.  New file.
34244         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
34245         * stdlib/bits/stdlib-float.h: New file.
34246         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
34247         -mno-sse -mno-mmx.
34248         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
34249         <xmmintrin.h>.
34250
34251 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
34252
34253         * conform/conformtest.pl (@headers): Add fenv.h.
34254         * conform/data/fenv.h-data: New file.
34255         * include/fenv.h [_ISOMAC]: Disable all contents of file except
34256         include of <math/fenv.h>.
34257
34258         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
34259         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
34260         && !UNIX98].  Enables tests for XOPEN2K8.
34261         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
34262         POSIX2008]: Likewise.
34263
34264         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
34265         (struct rusage): Do not expect type or its members.
34266
34267         [BZ #3439]
34268         * math/math.h (FP_NAN): Define macro to integer constant usable in
34269         #if and use that to give value to enum constant.
34270         (FP_INFINITE): Likewise.
34271         (FP_ZERO): Likewise.
34272         (FP_SUBNORMAL): Likewise.
34273         (FP_NORMAL): Likewise.
34274
34275 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
34276
34277         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
34278         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
34279         arguments.
34280
34281 2012-11-02  Roland McGrath  <roland@hack.frob.com>
34282
34283         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
34284         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
34285         autoconf-time if not.
34286         * configure.in: Remove AC_PREREQ.
34287
34288 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34289
34290         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
34291         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
34292         of the internal implementation.
34293
34294 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
34295
34296         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
34297         except include of <misc/sys/syslog.h>.
34298
34299 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
34300
34301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
34302         function returns with a NULL context exit with zero.
34303
34304 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34305
34306         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
34307
34308 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
34309
34310         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
34311         (run_program_cmd): This.
34312         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
34313         (tst_langinfo): New variable.  Use it.
34314
34315 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
34316
34317         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
34318         floating point opcodes.
34319
34320 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
34321
34322         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
34323         variable.
34324
34325         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
34326
34327         * sysdeps/mach/hurd/powerpc: Remove directory.
34328         * sysdeps/mach/powerpc: Likewise.
34329
34330 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
34331
34332         * scripts/check-local-headers.sh: Ignore c++ headers.
34333
34334 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
34335
34336         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
34337         __libc_cleanup_region_start argument.
34338
34339 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
34340
34341         [BZ #14784]
34342         [BZ #14785]
34343         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
34344         x * y using scaling, not as x * y + z.
34345         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34346         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34347         * math/libm-test.inc (fma_test): Add more tests.
34348         (fma_test_towardzero): Likewise.
34349         (fma_test_downward): Likewise.
34350         (fma_test_upward): Likewise.
34351
34352 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
34353
34354         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
34355
34356 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
34357
34358         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
34359         New variable.
34360
34361 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
34362
34363         * rt/tst-shm.c (worker): Correct checking for mmap failure.
34364
34365 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
34366
34367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34368         Fix sort order.
34369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34370         Likewise.
34371
34372 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34373
34374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34375         Fix the order of the list for glibc 2.17.
34376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34377         Likewise.
34378
34379 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
34380
34381         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34382
34383 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
34384
34385         [BZ #14610]
34386         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
34387         for low part of x being zero before using __atanl (y).
34388         * math/libm-test.inc (atan2_test): Add another test.
34389
34390         * manual/install.texi (Configuring and compiling): Document
34391         general use of test-wrapper and test-wrapper-env.
34392         * INSTALL: Regenerated.
34393
34394         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
34395         (__fma): Do not extract and scale down low bits on after-rounding
34396         systems when result rounded to normal precision would have normal
34397         exponent.
34398         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
34399         (__fmal): Do not extract and scale down low bits on after-rounding
34400         systems when result rounded to normal precision would have normal
34401         exponent.
34402         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
34403         (__fmal): Do not extract and scale down low bits on after-rounding
34404         systems when result rounded to normal precision would have normal
34405         exponent.
34406         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
34407         macro.
34408         (fma_test): Add more tests.
34409         (fma_test_towardzero): Likewise.
34410         (fma_test_downward): Likewise.
34411         (fma_test_upward): Likewise.
34412
34413 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
34414
34415         * sysdeps/i386/tininess.h: Renamed to ...
34416         * sysdeps/x86/tininess.h: This.
34417         * sysdeps/x86_64/tininess.h: Removed.
34418
34419 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
34420
34421         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
34422         input.  Use $(build-program-cmd).
34423         ($(objpfx)tst-array1-static.out): Likewise.
34424         ($(objpfx)tst-array2.out): Likewise.
34425         ($(objpfx)tst-array3.out): Likewise.
34426         ($(objpfx)tst-array4.out): Likewise.
34427         ($(objpfx)tst-array5.out): Likewise.
34428         ($(objpfx)tst-array5-static.out): Likewise.
34429
34430 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
34431
34432         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
34433         if defined.
34434
34435         * nss/nsswitch.h (nss_interface_function): Provide new
34436         macro for use with NSS functions.
34437         * grp/initgroups.c: Use new macro.
34438         * nss/getXXbyYY.c: Likewise.
34439         * nss/getXXbyYY_r.c: Likewise.
34440         * nss/getXXent.c: Likewise.
34441         * nss/getXXent_r.c: Likewise.
34442         * sysdeps/posix/getaddrinfo.c: Likewise.
34443
34444 2012-10-30  Andreas Jaeger  <aj@suse.de>
34445
34446         * po/ru.po: Update Russion translation from translation project.
34447
34448 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
34449
34450         [BZ #14152]
34451         [BZ #14783]
34452         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
34453         result and shift together with sticky bit instead of replicating
34454         round-to-nearest rounding.
34455         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34456         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34457         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
34458         missing underflow exceptions.
34459         (fma_test_towardzero): Add more tests.
34460         (fma_test_downward): Likewise.
34461         (fma_test_upward): Likewise.
34462
34463         [BZ #14047]
34464         * sysdeps/generic/tininess.h: New file.
34465         * sysdeps/i386/tininess.h: Likewise.
34466         * sysdeps/sh/tininess.h: Likewise.
34467         * sysdeps/x86_64/tininess.h: Likewise.
34468         * stdlib/tst-strtod-underflow.c: Likewise.
34469         * stdlib/tst-tininess.c: Likewise.
34470         * stdlib/strtod_l.c: Include <tininess.h>.
34471         (round_and_return): Do not set errno for exact underflow cases.
34472         Force an underflow exception when setting errno for underflow.
34473         Determine underflow based on rounding to normal precision if
34474         TININESS_AFTER_ROUNDING.
34475         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
34476         ERANGE for exact underflow cases.
34477         * stdlib/Makefile (tests): Add tst-tininess and
34478         tst-strtod-underflow.
34479         ($(objpfx)tst-tininess): Use $(link-libm).
34480         ($(objpfx)tst-strtod-underflow): Likewise.
34481
34482 2012-10-30  Andreas Jaeger  <aj@suse.de>
34483
34484         [BZ#14767]
34485         * elf/Makefile (tests): Remove conditional for have-initfini-array
34486         since this is now always required and the variable does not exist
34487         anymore.
34488         (tests-static): Likewise.
34489         (modules-names): Likewise.
34490
34491         * po/eo.po: Add Esperanto translation from translation project.
34492
34493         * elf/tst-array1.c (fini_array): Make writeable so that it can be
34494         merged with constructor/destructor.
34495         (init_array): Likewise.
34496         * elf/tst-array2dep.c (fini_array): Likewise.
34497         (init_array): Likewise.
34498
34499 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
34500
34501         * manual/message.texi: Delete @cartouche tags.
34502
34503 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
34504
34505         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
34506         EOPNOTSUPP.
34507         * sysdeps/mach/hurd/fsync.c: Likewise.
34508
34509         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
34510         [_POSIX_REALTIME_SIGNALS]: Change condition to
34511         [_POSIX_REALTIME_SIGNALS > 0].
34512
34513 2012-10-27  Andreas Jaeger  <aj@suse.de>
34514
34515         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
34516         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
34517         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
34518         [__WORDSIZE != 64]: Likewise.
34519
34520 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
34521
34522         *  iconvdata/tst-table.sh: Remove ${SHELL}.
34523         *  iconvdata/tst-tables.sh: Likewise.
34524
34525 2012-10-25  David S. Miller  <davem@davemloft.net>
34526
34527         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
34528         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
34529         of strtoull.
34530
34531         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
34532         ifunc-impl-list.c
34533         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
34534         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
34535         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
34536         file.
34537
34538 2012-10-25  Roland McGrath  <roland@hack.frob.com>
34539
34540         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
34541         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
34542         __getdirentries.
34543
34544 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
34545             Jim Blandy  <jimb@codesourcery.com>
34546
34547         * scripts/cross-test-ssh.sh: New file.
34548         * manual/install.texi (Configuring and compiling): Document use of
34549         cross-test-ssh.sh.
34550         * INSTALL: Regenerated.
34551
34552 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
34553
34554         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
34555         EOPNOTSUPP.
34556
34557 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
34558
34559         * Makeconfig (run-program-prefix): Fix comment.
34560
34561 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
34562             Jim Blandy  <jimb@codesourcery.com>
34563
34564         * Makeconfig (test-wrapper): New variable,
34565         (test-wrapper-env): Likewise.
34566         [$(cross-compiling) = yes && $(test-wrapper) != ""]
34567         (run-built-tests): Define to yes.
34568         (run-program-prefix): Use $(test-wrapper).
34569         (built-program-cmd): Likewise.
34570         * Rules (make-test-out): Use $(test-wrapper-env) and
34571         $(host-built-program-cmd).
34572         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
34573         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
34574         tst-pathopt.sh.
34575         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
34576         $(test-wrapper-env) to tst-rtld-load-self.sh.
34577         ($(objpfx)order2.out): Use $(test-wrapper).
34578         ($(objpfx)tst-initorder.out): Likewise.
34579         ($(objpfx)tst-initorder2.out): Likewise.
34580         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
34581         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
34582         (test_wrapper_env): New variable.  Use it to run ld.so.
34583         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
34584         Use it to run ld.so.
34585         (test_wrapper_env): Likewise.
34586         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
34587         $(test-wrapper) to run-iconv-test.sh.
34588         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
34589         (ICONV): Use $test_wrapper.
34590         * posix/Makefile ($(objpfx)globtest.out): Pass
34591         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
34592         globtest.sh, not $(run-program-prefix).
34593         * posix/globtest.sh (run_via_rtld_prefix): New variable.
34594         (test_wrapper): Likewise.
34595         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
34596         set together with run_via_rtld_prefix.
34597         (run_program_prefix): Define in terms of test_wrapper and
34598         run_via_rtld_prefix.
34599
34600 2012-10-24  Roland McGrath  <roland@hack.frob.com>
34601
34602         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
34603         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
34604         Targets removed.
34605
34606         [BZ #14743]
34607         * include/time.h: Remove librt_hidden_proto (clock_gettime).
34608         Declare __clock_getres, __clock_gettime, __clock_settime,
34609         __clock_nanosleep, and __clock_getcpuclockid.
34610         * rt/clock_gettime.c: Define __clock_gettime as an alias.
34611         Remove librt_hidden_def (clock_gettime).
34612         * sysdeps/unix/clock_gettime.c: Likewise.
34613         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
34614         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
34615         * rt/clock_getres.c: Define __clock_getres as an alias.
34616         * sysdeps/posix/clock_getres.c: Likewise.
34617         * rt/clock_settime.c: Define __clock_settime as an alias.
34618         * sysdeps/unix/clock_settime.c: Likewise.
34619         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
34620         * sysdeps/unix/clock_nanosleep.c: Likewise.
34621         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
34622         * rt/clock-compat.c: New file.
34623         * rt/Makefile (librt-routines): Add clock-compat and move
34624         $(clock-routines) to ...
34625         (routines): ... here, new variable.
34626         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
34627         Don't add get_clockfreq here.
34628         * rt/Versions (libc: GLIBC_2.17): New version set.
34629         Add clock_* symbols here.
34630         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
34631         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
34632         (GLIBC_2.17): Add clock_* symbols.
34633         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
34634         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
34635         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
34636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34637         Likewise.
34638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34639         Likewise.
34640         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
34641         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
34642         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
34643         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
34644         * NEWS: Mention the move.
34645
34646         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
34647         Use __open, __read, __close rather than their public counterparts.
34648         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
34649         (__get_clockfreq_via_cpuinfo): Likewise.
34650         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
34651         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
34652
34653         * config.h.in (HAVE_IFUNC): New #undef.
34654         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
34655         was successful.
34656         * configure: Regenerated.
34657
34658 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
34659
34660         * configure.in: Move READELF check to start of file.
34661         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
34662         libc_cv_asm_gnu_indirect_function in the process.
34663         * configure: Regenerated.
34664
34665 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
34666
34667         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
34668         send the output to /dev/null.
34669         (libc_cv_cc_with_libunwind): Likewise.
34670         (libc_cv_as_noexecstack): Likewise.
34671         * configure: Regenerate.
34672
34673 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
34674
34675         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
34676
34677         * posix/globtest.sh (TMPDIR): Do not set.
34678         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
34679         (testout): Likewise.
34680
34681 2012-10-24  Andreas Jaeger  <aj@suse.de>
34682
34683         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
34684         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
34685         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
34686         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
34687         posix_fadvise64, posix_fallocate64.
34688
34689         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
34690         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
34691         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
34692         Likewise.
34693         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
34694         Likewise.
34695         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
34696
34697         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
34698         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
34699         <bits/fcntl-linux.h>.
34700         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
34701
34702         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
34703         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
34704         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
34705         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
34706         [__WORDSIZE != 64]: Likewise.
34707
34708 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
34709
34710         * Makeconfig (run-built-tests): New variable.
34711         * Rules [$(cross-compiling) = yes]: Change condition to
34712         [$(run-built-tests) = no].
34713         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
34714         to [$(run-built-tests) = yes].
34715         * elf/Makefile [$(cross-compiling) = no]: Likewise
34716         * grp/Makefile [$(cross-compiling) = no]: Likewise.
34717         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
34718         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
34719         * intl/Makefile [$(cross-compiling) = no]: Likewise.
34720         * io/Makefile [$(cross-compiling) = no]: Likewise.
34721         * libio/Makefile [$(cross-compiling) = no]: Likewise.
34722         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
34723         * misc/Makefile [$(cross-compiling) = no]: Likewise.
34724         * posix/Makefile [$(cross-compiling) = no]: Likewise.
34725         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
34726         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
34727         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
34728         * string/Makefile [$(cross-compiling) = no]: Likewise.
34729
34730         * posix/Makefile ($(objpfx)globtest.out): Pass
34731         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
34732         $(rtld-installed-name).
34733         * posix/globtest.sh (elf_objpfx): Remove variable.
34734         (rtld_installed_name): Likewise.
34735         (library_path): Likewise.
34736         (run_program_prefix): New variable.  Use for running globtest
34737         binary.
34738
34739 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
34740             Joseph Myers  <joseph@codesourcery.com>
34741
34742         * Makeconfig (host-built-program-cmd): New variable.
34743         * elf/Makefile (tst-stackguard1-ARGS): Use
34744         $(host-built-program-cmd).
34745         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
34746         (tst-spawn-ARGS): Likewise.
34747         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
34748
34749 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
34750             Jim Blandy  <jimb@codesourcery.com>
34751
34752         * Makeconfig (run-via-rtld-prefix): New variable.
34753         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
34754         (built-program-cmd): Likewise.
34755
34756 2012-10-22  Andreas Jaeger  <aj@suse.de>
34757
34758         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
34759         __O_RSYNC if it exists, otherwise to O_SYNC.
34760
34761 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
34762             Joseph Myers  <joseph@codesourcery.com>
34763
34764         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
34765         /dev/null.
34766         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
34767         from /dev/null
34768         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
34769         /dev/null.
34770
34771 2012-10-22  Andreas Jaeger  <aj@suse.de>
34772
34773         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
34774         Define always.
34775         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
34776
34777         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34778         bits/fcntl-linux.h.
34779
34780         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
34781         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
34782
34783         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
34784         to __O_LARGEFILE.
34785         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
34786         to __O_LARGEFILE.
34787
34788 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
34789             Joseph Myers  <joseph@codesourcery.com>
34790
34791         * config.make.in (NM): New variable.
34792
34793 2012-10-21  Andreas Jaeger  <aj@suse.de>
34794
34795         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34796         definitions and declarations that are provided by
34797         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34798
34799 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34800
34801         [BZ #14683]
34802         * elf/Makefile (tests-static): Add tst-leaks1-static.
34803         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34804         ($(objpfx)tst-leaks1-static): New rule.
34805         ($(objpfx)tst-leaks1-static-mem): Likewise.
34806         (tst-leaks1-static-ENV): New macro.
34807         * elf/dl-open.c (dl_open_worker): Check the main application
34808         only if SHARED is defined.
34809         * elf/tst-leaks1-static.c: New file.
34810
34811 2012-10-20  Andreas Jaeger  <aj@suse.de>
34812
34813         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34814         generic values for Linux.
34815         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34816         and declarations that are provided by <bits/fcntl-linux.h> and
34817         include <bits/fcntl-linux.h>.
34818         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34819         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34820
34821 2012-10-20  Roland McGrath  <roland@hack.frob.com>
34822
34823         * io/fcntl.h: Move include of <bits/types.h> to the top and
34824         include it unconditionally.
34825
34826 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34827
34828         * wcsmbs/Makefile (tests-ifunc): New variable.
34829         (tests): Add $(tests-ifunc).
34830         * wcsmbs/test-wcschr-ifunc.c: New file.
34831         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34832         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34833         * wcsmbs/test-wcslen-ifunc.c: Likewise.
34834         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34835         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34836
34837         * string/Makefile (tests-ifunc): New variable.
34838         (tests): Add $(tests-ifunc).
34839         * string/test-memccpy.c (TEST_NAME): New macro.
34840         * string/test-memchr.c (TEST_NAME): Likewise.
34841         * string/test-memcmp.c (TEST_NAME): Likewise.
34842         * string/test-memcpy.c (TEST_NAME): Likewise.
34843         * string/test-memmem.c (TEST_NAME): Likewise.
34844         * string/test-memmove.c (TEST_NAME): Likewise.
34845         * string/test-memset.c (TEST_NAME): Likewise.
34846         * string/test-rawmemchr.c (TEST_NAME): Likewise.
34847         * string/test-stpcpy.c (TEST_NAME): Likewise.
34848         * string/test-stpncpy.c (TEST_NAME): Likewise.
34849         * string/test-strcasecmp.c (TEST_NAME): Likewise.
34850         * string/test-strcasestr.c (TEST_NAME): Likewise.
34851         * string/test-strcat.c (TEST_NAME): Likewise.
34852         * string/test-strchr.c (TEST_NAME): Likewise.
34853         * string/test-strcmp.c(TEST_NAME): Likewise.
34854         * string/test-strcpy.c (TEST_NAME): Likewise.
34855         * string/test-strcspn.c (TEST_NAME): Likewise.
34856         * string/test-strlen.c (TEST_NAME): Likewise.
34857         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34858         * string/test-strncmp.c (TEST_NAME): Likewise.
34859         * string/test-strncpy.c (TEST_NAME): Likewise.
34860         * string/test-strnlen.c (TEST_NAME): Likewise.
34861         * string/test-strpbrk.c (TEST_NAME): Likewise.
34862         * string/test-strrchr.c (TEST_NAME): Likewise.
34863         * string/test-strspn.c (TEST_NAME): Likewise.
34864         * string/test-strstr.c (TEST_NAME): Likewise.
34865         * string/test-bcopy-ifunc.c: New file.
34866         * string/test-bzero-ifunc.c: Likewise.
34867         * string/test-memccpy-ifunc.c: Likewise.
34868         * string/test-memchr-ifunc.c: Likewise.
34869         * string/test-memcmp-ifunc.c: Likewise.
34870         * string/test-memcpy-ifunc.c: Likewise.
34871         * string/test-memmem-ifunc.c: Likewise.
34872         * string/test-memmove-ifunc.c: Likewise.
34873         * string/test-mempcpy-ifunc.c: Likewise.
34874         * string/test-memset-ifunc.c: Likewise.
34875         * string/test-rawmemchr-ifunc.c: Likewise.
34876         * string/test-stpcpy-ifunc.c: Likewise.
34877         * string/test-stpncpy-ifunc.c: Likewise.
34878         * string/test-strcasecmp-ifunc.c: Likewise.
34879         * string/test-strcasestr-ifunc.c: Likewise.
34880         * string/test-strcat-ifunc.c: Likewise.
34881         * string/test-strchr-ifunc.c: Likewise.
34882         * string/test-strchrnul-ifunc.c: Likewise.
34883         * string/test-strcmp-ifunc.c: Likewise.
34884         * string/test-strcpy-ifunc.c: Likewise.
34885         * string/test-strcspn-ifunc.c: Likewise.
34886         * string/test-strlen-ifunc.c: Likewise.
34887         * string/test-strncasecmp-ifunc.c: Likewise.
34888         * string/test-strncat-ifunc.c: Likewise.
34889         * string/test-strncmp-ifunc.c: Likewise.
34890         * string/test-strncpy-ifunc.c: Likewise.
34891         * string/test-strnlen-ifunc.c: Likewise.
34892         * string/test-strpbrk-ifunc.c: Likewise.
34893         * string/test-strrchr-ifunc.c: Likewise.
34894         * string/test-strspn-ifunc.c: Likewise.
34895         * string/test-strstr-ifunc.c: Likewise.
34896
34897         * debug/Makefile (tests-ifunc): New variable.
34898         (tests): Add $(tests-ifunc).
34899         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34900         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34901         * debug/test-stpcpy_chk-ifunc.c: New file.
34902         * debug/test-strcpy_chk-ifunc.c: Likewise.
34903
34904 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34905
34906         [BZ #13601]
34907         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34908         header is not read in.
34909
34910 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34911
34912         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34913         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34914         directly.  Pass built executable to script as
34915         $(built-program-cmd).
34916         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34917         $testprogram without using LD_LIBRARY_PATH and $ldso.
34918
34919         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34920         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34921         $(rtld-installed-name).
34922         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34923         (rtld_installed_name): Likewise.
34924         (library_path): Likewise.
34925         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34926         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34927         $(run-program-prefix) to tst-tables.sh.
34928         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34929         it to run tst-table-from and tst-table-to.
34930         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34931         Pass it to tst-table.sh.
34932         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34933         $(run-program-prefix) to tst-gettext.sh.
34934         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34935         tst-translit.sh.
34936         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34937         tst-gettext2.sh.
34938         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34939         to run tst-gettext.
34940         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34941         to run tst-gettext2.
34942         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34943         to run tst-translit.
34944         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34945         $(run-program-prefix) to tst-mtrace.sh.
34946         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34947         to run tst-mtrace.
34948         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34949         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34950         $(rtld-installed-name).
34951         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34952         (rtld_installed_name): Likewise.
34953         (run_program_prefix): New variable.  Use it to run wordexp-test.
34954
34955         * Makeconfig (ARCH): Remove all definitions.
34956         (machine): Likewise.
34957         [ARCH]: Remove conditional code.
34958         [!objdir]: Give error.
34959         [!objdir] (objpfx): Remove.
34960         [!objdir] (common-objpfx): Likewise.
34961         [!objdir] (common-objdir): Likewise.
34962         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34963         AC_CONFIG_FILES call.
34964         * configure: Regenerated.
34965
34966         [BZ #13888]
34967         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34968         or TMPDIR.
34969         (testout): Likewise.
34970
34971         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34972         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34973         $(rtld-installed-name).
34974         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34975         (rtld_installed_name): Likwise.
34976         (runit): Remove function.
34977         (run_getconf): New variable,  Use it for running getconf binary.
34978
34979 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34980
34981         [BZ #14716]
34982         * string/test-memmem.c (check_result): New function.
34983         (do_one_test): Use it.
34984         (check1): New function.
34985         (test_main): Use it.
34986
34987 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34988
34989         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34990
34991 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34992
34993         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34994         (_G_LSEEK64): Likewise.
34995         (_G_MMAP64): Likewise.
34996         (_G_FSTAT64): Likewise.
34997         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34998         (_G_LSEEK64): Likewise.
34999         (_G_MMAP64): Likewise.
35000         (_G_FSTAT64): Likewise.
35001         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
35002         unconditional.  Call __mmap64 directly.
35003         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
35004         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
35005         __lseek64 directly.
35006         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
35007         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
35008         __mmap64 directly.
35009         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
35010         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
35011         __lseek64 directly.
35012         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
35013         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
35014         __lseek64 directly.
35015         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
35016         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
35017         __lseek64 directly.
35018         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
35019         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
35020         __fxstat64 directly.
35021         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
35022         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
35023         unconditional.
35024         (freopen64) [!_G_OPEN64]: Remove conditional code.
35025         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
35026         unconditional.
35027         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
35028         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
35029         unconditional.
35030         (ftello64) [!_G_LSEEK64]: Remove conditional code.
35031         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
35032         unconditional.
35033         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35034         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
35035         unconditional.
35036         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
35037         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
35038         unconditional.
35039         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35040         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
35041         unconditional.
35042         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35043         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
35044         unconditional.
35045         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35046
35047 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
35048
35049         [BZ #12140]
35050         * manual/memory.texi (Malloc Tunable Parameters): Add note
35051         about free list pointers overwriting some perturb bytes.
35052         Wording suggested by Roland McGrath.
35053
35054 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
35055
35056         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
35057         (lgamma_test): Likewise.
35058         (tgamma_test): Likewise.
35059
35060 2012-10-16  Florian Weimer  <fweimer@redhat.com>
35061
35062         [BZ #14700]
35063         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
35064         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
35065
35066 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
35067
35068         * NEWS: Mention BZ #14716.
35069         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
35070         when removing AVAILABLE1_USES_J macro.
35071
35072 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
35073
35074         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
35075         (__bswap_64): __uint64_t for unsigned 64-bit int.
35076
35077 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
35078
35079         * include/string.h (memmem): Declare libc hidden alias.
35080         * string/memmem.c (memmem): Define libc hidden alias.
35081         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
35082         __read, __close instead of open, read, close.
35083
35084 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
35085
35086         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
35087         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
35088         global and hidden.
35089         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
35090         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
35091         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
35092         Likewise.
35093         (__rawmemchr_sse2): Likewise.
35094         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
35095         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
35096         (__strchr_sse2): Likewise.
35097         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
35098         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
35099         (__strcasecmp_sse2): Likewise.
35100         (__strncasecmp_sse2): Likewise.
35101         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
35102         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
35103         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
35104         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
35105         (__strrchr_sse2): Likewise.
35106         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
35107         ifunc-impl-list.c.
35108         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
35109         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
35110         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
35111         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
35112         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
35113         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
35114         * sysdeps/x86_64/multiarch/memset.S: Likewise.
35115         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
35116         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
35117         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
35118         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
35119         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
35120         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
35121         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
35122         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
35123         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
35124         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
35125         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
35126         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
35127         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
35128         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
35129         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
35130         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
35131         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
35132         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
35133         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
35134         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
35135         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35136         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
35137         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
35138
35139         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
35140         global and hidden.
35141         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
35142         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
35143         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
35144         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
35145         Likewise.
35146         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
35147         Likewise.
35148         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
35149         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
35150         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
35151         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
35152         ifunc-impl-list.c.
35153         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
35154         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
35155         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
35156         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
35157         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
35158         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
35159         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
35160         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
35161         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
35162         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
35163         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
35164         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
35165         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
35166         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
35167         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
35168         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
35169         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
35170         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
35171         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
35172         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
35173         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
35174         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
35175         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
35176         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
35177         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
35178         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
35179         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
35180         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
35181         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
35182         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
35183         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
35184         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
35185         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
35186         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
35187         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
35188         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
35189         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
35190         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
35191         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
35192         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
35193         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
35194
35195         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
35196         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
35197         * include/ifunc-impl-list.h: New file.
35198         * misc/ifunc-impl-list.c: Likewise.
35199         * misc/Makefile (routines): Add ifunc-impl-list.
35200         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
35201         * string/test-string.h: Include <ifunc-impl-list.h>.
35202         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
35203         TEST_NAME]: New variables.
35204         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
35205         are defined.
35206         (test_init): Call __libc_ifunc_impl_list to initialize
35207         func_list if TEST_IFUNC and TEST_NAME are defined.
35208
35209         * string/Makefile (strop-tests): Add bcopy and bzero.
35210         * string/test-bcopy.c: New file.
35211         * string/test-bzero.c: Likewise.
35212         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
35213         defined.
35214         * string/test-memset.c: Support bzero test if TEST_BZERO is
35215         defined.
35216         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
35217         __libc_memmove.
35218         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
35219         __libc_memset.
35220         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
35221         of memset.
35222
35223 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
35224
35225         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
35226         * configure: Regenerated.
35227
35228         * Makeconfig (+link-static-before-libc): Don't include
35229         $(link-static-libc).
35230
35231         * libio/libio.h (_IO_pos_t): Remove.
35232
35233 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
35234
35235         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
35236         McGrath.
35237
35238 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
35239
35240         * crypt/crypt-entry.c: Include fips-private.h.
35241         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
35242         * crypt/md5c-test.c (main): Tolerate disabled MD5.
35243         * sysdeps/unix/sysv/linux/fips-private.h: New file.
35244         * sysdeps/generic/fips-private.h: New file, dummy fallback.
35245
35246 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
35247
35248         * crypt/crypt-private.h: Include stdbool.h.
35249         (_ufc_setup_salt_r): Return bool.
35250         * crypt/crypt-entry.c: Include errno.h.
35251         (__crypt_r): Return NULL with EINVAL for bad salt.
35252         * crypt/crypt_util.c (bad_for_salt): New.
35253         (_ufc_setup_salt_r): Check that salt is long enough and within
35254         the specified alphabet.
35255         * crypt/badsalttest.c: New file.
35256         * crypt/Makefile (tests): Add it.
35257         ($(objpfx)badsalttest): New.
35258
35259 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
35260
35261         * NEWS: Add entry for BZ #14602.
35262
35263 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
35264
35265         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
35266         type-generic.
35267         * math/libm-test.inc: Update comment listing what functions and
35268         macros are tested.
35269         (isgreater_test): New function.
35270         (isgreaterequal_test): Likewise.
35271         (isless_test): Likewise.
35272         (islessequal_test): Likewise.
35273         (islessgreater_test): Likewise.
35274         (isunordered_test): Likewise.
35275         (main): Call the new functions.
35276
35277 2012-10-09  Roland McGrath  <roland@hack.frob.com>
35278
35279         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
35280         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
35281         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
35282         * sysdeps/i386/configure: Regenerated.
35283         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
35284         * sysdeps/mach/configure: Regenerated.
35285         * sysdeps/mach/hurd/configure: Regenerated.
35286         * sysdeps/powerpc/configure: Regenerated.
35287         * sysdeps/powerpc/powerpc32/configure: Regenerated.
35288         * sysdeps/powerpc/powerpc64/configure: Regenerated.
35289         * sysdeps/s390/s390-32/configure: Regenerated.
35290         * sysdeps/s390/s390-64/configure: Regenerated.
35291         * sysdeps/sh/configure: Regenerated.
35292         * sysdeps/sparc/configure: Regenerated.
35293         * sysdeps/unix/sysv/linux/configure: Regenerated.
35294         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
35295         * sysdeps/x86_64/configure: Regenerated.
35296
35297         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
35298         defined.  Don't check if MAP is NULL.
35299
35300 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
35301
35302         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
35303         (_G_stat64): Likewise.
35304         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
35305         (_G_stat64): Likewise.
35306         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
35307         instead of struct _G_stat64.
35308         * libio/fileops.c (mmap_remap_check): Likewise.
35309         (decide_maybe_mmap): Likewise.
35310         (_IO_new_file_seekoff): Likewise.
35311         (_IO_file_stat): Likewise.
35312         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
35313         _G_off64_t.
35314         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
35315         instead of struct _G_stat64.
35316         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
35317
35318 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
35319
35320         [BZ #14602]
35321         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
35322         Replace with ...
35323         (CHECK_EOL): New macro.
35324         (two_way_short_needle): Check beginning of haystack for EOL.  Use
35325         CHECK_EOL.
35326         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
35327         Replace with CHECK_EOL.
35328         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
35329         Replace with CHECK_EOL.
35330
35331 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
35332
35333         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
35334         type-generic.
35335         * math/libm-test.inc: Update comment listing what functions and
35336         macros are tested.
35337         (finite_test): New function.
35338         (isinf_test): Likewise.
35339         (isnan_test): Likewise.
35340         (fpclassify_test): Test subnormal input.
35341         (isfinite_test): Likewise.
35342         (isnormal_test): Likewise.
35343         (main): Call the new functions.
35344
35345 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
35346
35347         [BZ #14660]
35348         * Makerules (%.dynsym): Force C locale when running
35349         $(OBJDUMP) --dynamic-syms.
35350
35351 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
35352
35353         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
35354         <stdint.h>.
35355
35356 2012-10-06  David S. Miller  <davem@davemloft.net>
35357
35358         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
35359         upper 32-bits of the length value in %o2 since we use branch-on-register
35360         tests which consider the entire 64-bit register.
35361
35362 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
35363
35364         * string/test-strstr.c (check2): Add a test for page boundary.
35365
35366 2012-10-05  David S. Miller  <davem@davemloft.net>
35367
35368         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
35369         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
35370         file.
35371         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
35372         sysdep_routines.
35373         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
35374         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
35375         and bzero when HWCAP_SPARC_CRYPTO is present.
35376
35377 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
35378
35379         [BZ #14602]
35380         * string/test-strstr.c (check2): New function.
35381         (test_main): Call check2.
35382
35383         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
35384         and bug-strchr1.
35385         * string/bug-strcasestr1.c (do_test): Moved to ...
35386         * string/test-strcasestr.c (check1): Here.  New function.
35387         (do_one_test): Break out result checking code into ...
35388         (check_result): This.  New function.
35389         (do_one_test): Call check_result.
35390         (test_main): Call check1.
35391         * string/bug-strchr1.c (do_test): Moved to ...
35392         * string/test-strchr.c (check1): Here.  New function.
35393         (do_one_test): Break out result checking code into ...
35394         (check_result): This.  New function.
35395         (do_one_test): Call check_result.
35396         (test_main): Call check1.
35397         * string/bug-strstr1.c (main): Moved to ...
35398         * string/test-strstr.c (check1): Here.  New function.
35399         (do_one_test): Break out result checking code into ...
35400         (check_result): This.  New function.
35401         (do_one_test): Call check_result.
35402         (test_main): Call check1.
35403         * string/bug-strcasestr1.c: Removed.
35404         * string/bug-strchr1.c: Likewise.
35405         * string/bug-strstr1.c: Likewise.
35406
35407         * elf/Makefile (dl-routines): Add hwcaps.
35408         * elf/dl-support.c (_dl_important_hwcaps): Removed.
35409         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
35410         (_dl_important_hwcaps): Moved to ...
35411         * elf/dl-hwcaps.c: Here.  New file.
35412         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
35413
35414         [BZ #14557]
35415         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
35416         if IS_IN_rtld isn't defined.
35417
35418         * elf/dl-support.c (_dl_sysinfo_map): New.
35419         Include "get-dynamic-info.h" and "setup-vdso.h".
35420         (_dl_non_dynamic_init): Call setup_vdso.
35421         * elf/dynamic-link.h: Don't include <assert.h>.
35422         (elf_get_dynamic_info): Moved to ...
35423         * elf/get-dynamic-info.h: Here.  New file.
35424         * elf/dynamic-link.h: Include "get-dynamic-info.h".
35425         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
35426         * elf/setup-vdso.h: Here.  New file.
35427         * elf/rtld.c: Include "setup-vdso.h".
35428         (dl_main): Call setup_vdso.
35429
35430 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
35431
35432         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
35433         creal in comment listing functions tested.  List finite, isinf,
35434         isnan, isless, islessequal, isgreater, isgreaterequal,
35435         islessgreater, isunordered, lgamma_r and pow10 as functions and
35436         macros not tested.  Mention which functions not tested are aliases
35437         for other functions.  Fix typo.  Note that signs of NaNs are not
35438         tested.
35439
35440         * scripts/config.guess: Update from config.git.
35441         * scripts/config.sub: Likewise.
35442
35443 2012-10-04  Roland McGrath  <roland@hack.frob.com>
35444
35445         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
35446         * misc/madvise.c (madvise): Renamed to __madvise.
35447         Make madvise a weak alias.
35448         * include/sys/mman.h: Declare __madvise.
35449         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
35450         * sysdeps/unix/syscalls.list
35451         (madvise): Make __madvise the strong name, and madvise a weak alias.
35452         * sysdeps/unix/sysv/linux/syscalls.list
35453         (madvise, mmap): Remove redundant entries.
35454         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
35455         * malloc/malloc.c (mtrim): Likewise.
35456         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
35457
35458 2012-10-03  Roland McGrath  <roland@hack.frob.com>
35459
35460         * sysdeps/mach/hurd/dl-cache.c: File removed.
35461         * config.h.in (USE_LDCONFIG): New #undef.
35462         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
35463         * configure: Regenerated.
35464         * elf/Makefile (dl-routines): Add dl-cache only under
35465         [$(use-ldconfig) = yes].
35466         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
35467         cache on [USE_LDCONFIG].
35468         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
35469         [USE_LDCONFIG].
35470         * elf/rtld.c (dl_main): Likewise.
35471
35472 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
35473
35474         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
35475         _SC_LEVEL4_CACHE_LINESIZE.
35476
35477 2012-10-03  Roland McGrath  <roland@hack.frob.com>
35478
35479         * sysdeps/unix/bsd/confstr.h: File removed.
35480
35481 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
35482
35483         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
35484         sys/sdt-config.h.
35485
35486 2012-10-02  Roland McGrath  <roland@hack.frob.com>
35487
35488         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
35489         Make 'mapoff' field ElfW(Off) rather than off_t.
35490
35491 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
35492
35493         * nscd/Makefile: Remove nscd-cflags and all its users.
35494         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
35495         (CFLAGS-nonlib): Add compiler flags for nscd modules.
35496
35497         [BZ #10631]
35498         * malloc.c (malloc_printerr): Clarify error message.
35499
35500 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
35501
35502         [BZ #14648]
35503         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35504         Set bit_FMA_Usable if FMA is supported.
35505         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
35506         macro.
35507         (bit_FMA4_Usable): Updated.
35508         (index_FMA_Usable): New macro.
35509         (CPUID_FMA): Likewise
35510         (HAS_FMA): Defined with bit_FMA_Usable.
35511
35512 2012-10-01  Roland McGrath  <roland@hack.frob.com>
35513
35514         * bits/types.h (__swblk_t): Type removed.
35515         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
35516         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
35517         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35518         (__SWBLK_T_TYPE): Likewise.
35519         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35520         (__SWBLK_T_TYPE): Likewise.
35521         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35522         (__SWBLK_T_TYPE): Likewise.
35523         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35524         (__SWBLK_T_TYPE): Likewise.
35525
35526 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
35527             Honza Horak <hhorak@redhat.com>
35528
35529         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
35530         (xdr_mapname): Use YPMAXMAP as maxsize.
35531         (xdr_peername): Use YPMAXPEER as maxsize.
35532         (xdr_keydat): Use YPAXRECORD as maxsize.
35533         (xdr_valdat): Use YPMAXRECORD as maxsize.
35534
35535 2012-10-01  Roland McGrath  <roland@hack.frob.com>
35536
35537         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
35538
35539         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
35540         * csu/init-first.c: ... here.
35541         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
35542         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
35543         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
35544         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
35545         * sysdeps/i386/init-first.c: File removed.
35546         * sysdeps/sh/init-first.c: File removed.
35547
35548 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
35549
35550         [BZ #14645]
35551         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
35552         if x * y might underflow to zero and z is zero.
35553         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35554         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35555         * math/libm-test.inc (min_subnorm_value): New variable.
35556         (fma_test): Add more tests.
35557         (fma_test_towardzero): Likewise.
35558         (fma_test_downward): Likewise
35559         (fma_test_upward): Likewise.
35560         (initialize): Set min_subnorm_value.
35561
35562 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
35563
35564         [BZ #14638]
35565         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
35566         0 + 0.
35567         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
35568         mode for addition resulting in exact zero.
35569         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
35570         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
35571         exact 0 + 0.
35572         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35573         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35574         * math/libm-test.inc (fma_test): Add more tests.
35575         (fma_test_towardzero): New function.
35576         (fma_test_downward): Likewise.
35577         (fma_test_upward): Likewise.
35578         (main): Call the new functions.
35579
35580 2012-09-28  David S. Miller  <davem@davemloft.net>
35581
35582         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
35583
35584 2012-09-28  Roland McGrath  <roland@hack.frob.com>
35585
35586         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
35587         instead of SIGALRM.
35588
35589         * sysdeps/gnu/_G_config.h: Moved to ...
35590         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
35591         * sysdeps/mach/hurd/_G_config.h: Moved to ...
35592         * sysdeps/generic/_G_config.h: ... here.
35593
35594         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
35595
35596         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
35597
35598         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
35599         Conditionalize target on [libnss_test1.so-version].
35600
35601         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
35602
35603         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
35604         (elfobjdir): Move out of conditionals.
35605
35606         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
35607         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
35608         (__nss_lookup_function): Conditionalize label remove_from_tree on
35609         [!DO_STATIC_NSS || SHARED], matching its only use.
35610
35611 2012-09-28  David S. Miller  <davem@davemloft.net>
35612
35613         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
35614         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
35615         file.
35616         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
35617         sysdep_routines.
35618         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
35619         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
35620         when HWCAP_SPARC_CRYPTO is present.
35621
35622 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35623
35624         * io/tst-mknodat.c: Create a FIFO instead of a socket.
35625
35626 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
35627
35628         [BZ #6530]
35629         * stdio-common/vfprintf.c (process_string_arg): Revert
35630         2000-07-22 change.
35631
35632 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
35633
35634         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
35635         for testcase.
35636         * stdio-common/tst-sprintf.c: Include <locale.h>
35637         (main): Test sprintf's handling of incomplete multibyte
35638         characters.
35639
35640 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
35641
35642         * elf/dl-runtime.c (VERSYMIDX): Removed.
35643         * elf/dl-version.c (VERSYMIDX): Likewise.
35644         * elf/do-rel.h (VERSYMIDX): Likewise.
35645         (VALIDX): Likewise.
35646         * elf/dynamic-link.h (VERSYMIDX): Likewise.
35647         * elf/rtld.c (VALIDX): Likewise.
35648         (ADDRIDX): Likewise.
35649         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
35650         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
35651         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
35652         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
35653         (VALIDX): Likewise.
35654         (ADDRIDX): Likewise.
35655
35656 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35657
35658         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
35659
35660 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
35661
35662         [BZ #11438]
35663         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
35664         to global scope.
35665         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
35666         addresses are in the same scope as 192.0.2/24.
35667         * posix/gai.conf: Document new scope table defaults.
35668
35669 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35670
35671         [BZ #5298]
35672         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
35673         for ftell.  Compute offsets from write pointers instead.
35674         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
35675
35676 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35677
35678         [BZ #14543]
35679         * libio/Makefile (tests): New test case tst-fseek.
35680         * libio/tst-fseek.c: New test case to verify that fseek/ftell
35681         combination works in wide mode.
35682         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
35683         state when the external buffer state changes.
35684
35685 2012-09-27  David S. Miller  <davem@davemloft.net>
35686
35687         [BZ #14376]
35688         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
35689         pass reloc->r_addend in as the 'high' argument to
35690         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
35691
35692         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35693
35694 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35695
35696         * rt/tst-aio2.c: Include <pthread.h>.
35697         * rt/tst-aio3.c: Likewise.
35698
35699 2012-09-27  Steve Ellcey  <sellcey@mips.com>
35700
35701         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
35702
35703 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
35704
35705         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
35706         contents on [SHARED].
35707
35708 2012-09-26  Marek Polacek  <polacek@redhat.com>
35709
35710         [BZ #14530]
35711         [BZ #13741]
35712         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
35713         for C++ and GCC <4.3 as well as for non GCC compilers.
35714
35715 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
35716
35717         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35718
35719 2012-09-25  Roland McGrath  <roland@hack.frob.com>
35720
35721         * Makefile.in (all, install): Declare with .PHONY.
35722         Reported by Michael Hope <michael.hope@linaro.org>.
35723
35724 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35725
35726         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
35727         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
35728         system header.
35729         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
35730         Likewise.
35731         (sydep_routines): Add the new and the internal functions.
35732         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
35733         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
35734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
35735         (GLIBC_2.17): Add the new function.
35736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
35737         (GLIBC_2.17): Likewise.
35738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
35739         (GLIBC_2.17): Likewise.
35740         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
35741         (GLIBC_2.17): Likewise.
35742         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
35743
35744 2012-09-25  Alan Modra  <amodra@gmail.com>
35745
35746         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
35747         Add release barrier before setting once_control to say
35748         initialisation is done.  Add hints on lwarx.  Use macro in
35749         place of isync.
35750         (clear_once_control): Add release barrier.
35751
35752 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35753
35754         [BZ #13629]
35755         * math/s_clog.c (__clog): Handle more values close to |z| = 1
35756         specially.
35757         * math/s_clog10.c (__clog10): Likewise.
35758         * math/s_clog10f.c (__clog10f): Likewise.
35759         * math/s_clog10l.c (__clog10l): Likewise.
35760         * math/s_clogf.c (__clogf): Likewise.
35761         * math/s_clogl.c (__clogl): Likewise.
35762         * math/Makefile (libm-calls): Add x2y2m1.
35763         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
35764         (__x2y2m1): Likewise.
35765         (__x2y2m1l): Likewise.
35766         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
35767         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
35768         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
35769         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
35770         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
35771         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
35772         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
35773         * sysdeps/i386/fpu/libm-test-ulps: Update.
35774         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35775
35776         [BZ #14621]
35777         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
35778         int as type of variable DEPTH.
35779         (glob): Use size_t instead of int as type of variables NEWCOUNT
35780         and OLD_PATHC.
35781
35782 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35783
35784         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35785         Add s_sincosf-sse2.
35786         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
35787         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
35788         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
35789         macros for using routine as __sincosf_ia32.
35790         Use macro for function declaration and weak_alias.
35791         * sysdeps/i386/fpu/libm-test-ulps: Update.
35792
35793         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
35794         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35795
35796         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
35797         subnormal argument.
35798         * math/s_cexpf.c (__cexpf): Likewise.
35799         * math/s_csinf.c (__csinf): Likewise.
35800         * math/s_csinhf.c (__csinhf): Likewise.
35801         * math/s_ctanf.c (__ctanf): Likewise.
35802         * math/s_ctanhf.c (__ctanhf): Likewise.
35803         * math/s_ccosh.c (__ccoshf): Likewise.
35804         * math/s_cexp.c (__cexpl): Likewise.
35805         * math/s_csin.c (__csin): Likewise.
35806         * math/s_csinh.c (__csinh): Likewise.
35807         * math/s_ctan.c (__ctan): Likewise.
35808         * math/s_ctanh.c (ctanh): Likewise.
35809         * math/s_ccoshl.c (__ccoshl): Likewise.
35810         * math/s_cexpl.c (__cexpl): Likewise.
35811         * math/s_csinl.c (__csinl): Likewise.
35812         * math/s_csinhl.c (__csinhl): Likewise.
35813         * math/s_ctanl.c (__ctanl): Likewise.
35814         * math/s_ctanhl.c (__ctanhl): Likewise.
35815
35816 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35817
35818         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35819         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35820         (_IO_off_t): Define to __off_t, not _G_off_t.
35821         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35822         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35823         (_IO_wint_t): Define to wint_t, not _G_wint_t.
35824         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35825         type of __dummy and __dummy2 fields.
35826         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35827         (_G_ssize_t): Likewise.
35828         (_G_off_t): Likewise.
35829         (_G_pid_t): Likewise.
35830         (_G_uid_t): Likewise.
35831         (_G_wchar_t): Likewise.
35832         (_G_wint_t): Likewise.
35833         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35834         (_G_ssize_t): Likewise.
35835         (_G_off_t): Likewise.
35836         (_G_pid_t): Likewise.
35837         (_G_uid_t): Likewise.
35838         (_G_wchar_t): Likewise.
35839         (_G_wint_t): Likewise.
35840         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35841         (_G_ssize_t): Likewise.
35842         (_G_off_t): Likewise.
35843         (_G_pid_t): Likewise.
35844         (_G_uid_t): Likewise.
35845         (_G_wchar_t): Likewise.
35846         (_G_wint_t): Likewise.
35847
35848 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35849
35850         * malloc/arena.c: Include malloc-sysdep.h.
35851         (shrink_heap): Use check_may_shrink_heap to decide if madvise
35852         is sufficient to shrink the heap or an unmap is needed.
35853         * sysdeps/generic/malloc-sysdep.h: New file.  Define
35854         new function check_may_shrink_heap.
35855         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
35856         new function check_may_shrink_heap.
35857
35858 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35859
35860         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35861         comments.
35862
35863 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35864
35865         * catgets/test-gencat.sh: Add "set -e".
35866         * elf/tst-pathopt.sh: Likewise.
35867         * grp/tst_fgetgrent.sh: Likewise.
35868         * iconvdata/run-iconv-test.sh: Likewise.
35869         * intl/tst-gettext.sh: Likewise.
35870         * intl/tst-gettext2.sh: Likewise.
35871         * intl/tst-gettext4.sh: Likewise.
35872         * intl/tst-gettext6.sh: Likewise.
35873         * intl/tst-translit.sh: Likewise.
35874         * io/ftwtest-sh: Likewise.
35875         * libio/test-freopen.sh: Likewise.
35876         * malloc/tst-mtrace.sh: Likewise.
35877         * posix/globtest.sh: Likewise.
35878         * posix/tst-getconf.sh: Likewise.
35879         * posix/wordexp-tst.sh: Likewise.
35880         * stdio-common/tst-printf.sh: Likewise.
35881         * stdio-common/tst-unbputc.sh: Likewise.
35882         * stdlib/tst-fmtmsg.sh: Likewise.
35883         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35884         * catgets/Makefile: Do not specify -e option when running
35885         testsuite shell scripts.
35886         * elf/Makefile: Likewise.
35887         * grp/Makefile: Likewise.
35888         * iconvdata/Makefile: Likewise.
35889         * intl/Makefile: Likewise.
35890         * io/Makefile: Likewise.
35891         * libio/Makefile: Likewise.
35892         * malloc/Makefile: Likewise.
35893         * posix/Makefile: Likewise.
35894         * stdio-common/Makefile: Likewise.
35895         * stdlib/Makefile: Likewise.
35896         * sysdeps/x86_64/Makefile: Likewise.
35897
35898         * io/ftwtest-sh: Add copyright header.
35899         * posix/globtest.sh: Likewise.
35900         * posix/tst-getconf.sh: Likewise.
35901         * posix/wordexp-tst.sh: Likewise.
35902         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35903
35904 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35905
35906         [BZ #13679]
35907         * Makeconfig (+link): Defined as $(+link-static) if
35908         $(build-shared) isn't yes.
35909         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35910         isn't yes.
35911         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35912
35913         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35914
35915         [BZ #14562]
35916         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35917         new chunk size with MALLOC_ALIGN_MASK.
35918
35919 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35920
35921         [BZ #5044]
35922         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35923         <rounding-mode.h>.
35924         (__printf_fphex): Determine rounding using get_rounding_mode and
35925         round_away.
35926         * stdio-common/tst-printf-round.c (struct hex_test): New
35927         structure.
35928         (hex_tests): New variable.
35929         (test_hex_in_one_mode): New function.
35930         (do_test): Also run tests for hex float output.
35931
35932 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35933
35934         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35935         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35936         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35937         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35938         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35939         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35940         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35941         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35942
35943 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35944
35945         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35946         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35947         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35948         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35949
35950 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35951
35952         [BZ #14579]
35953         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35954         mode only.
35955         * elf/tst-rtld-load-self.sh: New test.
35956         * elf/Makefile: Run it.
35957
35958 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35959
35960         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35961         (tst-writev-ENV): Remove.
35962         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35963
35964 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35965
35966         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35967
35968 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35969
35970         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35971         unconditional.
35972         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35973         Likewise.
35974         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35975         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35976         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35977         Likewise.
35978
35979 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35980
35981         [BZ #14587]
35982         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35983         * config.make.in (have-cpp-asm-debuginfo): Removed.
35984         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35985         * configure: Regenerated.
35986
35987 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35988
35989         [BZ #5044]
35990         * stdio-common/printf_fp.c: Include <stdbool.h> and
35991         <rounding-mode.h>.
35992         (___printf_fp): Determine rounding using get_rounding_mode and
35993         round_away.
35994         * stdio-common/tst-printf-round.c: New file.
35995         * stdio-common/Makefile (tests): Add tst-printf-round.
35996         (link-libm): New variable.
35997         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35998
35999 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
36000
36001         [BZ #14576]
36002         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
36003         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
36004         Likewise.
36005         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
36006         Likewise.
36007
36008 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
36009
36010         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
36011         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36012         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36013         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36014
36015 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
36016
36017         [BZ #14518]
36018         * include/rounding-mode.h: New file.
36019         * sysdeps/generic/get-rounding-mode.h: Likewise.
36020         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
36021         * stdlib/strtod_l.c: Include <rounding-mode.h>.
36022         (MAX_VALUE): New macro.
36023         (MIN_VALUE): Likewise.
36024         (overflow_value): New function.
36025         (underflow_value): Likewise.
36026         (round_and_return): Use overflow_value and underflow_value to
36027         determine return values in overflow and underflow cases.  Use
36028         round_away to determine rounding depending on rounding mode.
36029         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
36030         determine return values in overflow and underflow cases.
36031         * stdlib/tst-strtod-round.c: Include <fenv.h>.
36032         (struct test_results): New structure.
36033         (struct test): Use struct test_results to store expected results
36034         for all rounding modes.
36035         (TEST): Include expected results for all rounding modes.
36036         (test_in_one_mode): New function.
36037         (do_test): Use test_in_one_mode to compute and check results.
36038         Check results for all rounding modes.
36039         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
36040         $(link-libm).
36041
36042 2012-12-09  Allan McRae  <allan@archlinux.org>
36043
36044         * sysdeps/i386/fpu/libm-test-ulps: Update
36045
36046 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
36047
36048         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
36049         (_G_int32_t): Likewise.
36050         (_G_uint16_t): Likewise.
36051         (_G_uint32_t): Likewise.
36052         (_G_HAVE_BOOL): Likewise.
36053         (_G_HAVE_ATEXIT): Likewise.
36054         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36055         (_G_HAVE_IO_FILE_OPEN): Likewise.
36056         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
36057         (_G_int32_t): Likewise.
36058         (_G_uint16_t): Likewise.
36059         (_G_uint32_t): Likewise.
36060         (_G_HAVE_BOOL): Likewise.
36061         (_G_HAVE_ATEXIT): Likewise.
36062         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36063         (_G_HAVE_IO_FILE_OPEN): Likewise.
36064         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
36065         (_G_int32_t): Likewise.
36066         (_G_uint16_t): Likewise.
36067         (_G_uint32_t): Likewise.
36068         (_G_HAVE_BOOL): Likewise.
36069         (_G_HAVE_ATEXIT): Likewise.
36070         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36071         (_G_HAVE_IO_FILE_OPEN): Likewise.
36072
36073 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
36074
36075         * csu/libc-tls.c: Update copyright years.
36076
36077 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
36078
36079         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
36080         [!_G_USING_THUNKS]: Remove conditional code.
36081         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
36082         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
36083
36084         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
36085         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
36086         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36087         (_G_VTABLE_LABEL_PREFIX): Likewise.
36088         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36089         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36090         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36091         (_G_VTABLE_LABEL_PREFIX): Likewise.
36092         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
36093         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36094         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36095         (_G_VTABLE_LABEL_PREFIX): Likewise.
36096         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
36097
36098 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
36099
36100         * libio/Makefile: Include ../Makeconfig before tests.
36101         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
36102         only if $(build-shared) is yes.
36103
36104         * iconv/gconv_db.c: Update copyright years.
36105
36106 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36107
36108         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
36109         unwind info if defined PIC. Fix special cases description.
36110         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
36111
36112         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
36113         DP_HI_MASK entry.
36114         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
36115
36116 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
36117
36118         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
36119
36120         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
36121         is NULL.
36122
36123         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
36124         (LDLIBS-tst-chk4): This.
36125         (LDFLAGS-tst-chk5): Renamed to ...
36126         (LDLIBS-tst-chk5): This.
36127         (LDFLAGS-tst-chk6): Renamed to ...
36128         (LDLIBS-tst-chk6): This.
36129         (LDFLAGS-tst-lfschk4): Renamed to ...
36130         (LDLIBS-tst-lfschk4): This.
36131         (LDFLAGS-tst-lfschk5): Renamed to ...
36132         (LDLIBS-tst-lfschk5): This.
36133         (LDFLAGS-tst-lfschk6): Renamed to ...
36134         (LDLIBS-tst-lfschk6): This.
36135
36136         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
36137         on $(common-objpfx)soversions.mk.
36138
36139 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
36140
36141         [BZ #10014]
36142         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
36143         example host name.
36144
36145 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
36146
36147         * malloc/arena.c (arena_get_retry): New function that gets
36148         another arena for the caller to try its request on.
36149         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
36150         current arena cannot fulfill the request.
36151         (__libc_memalign): Likewise.
36152         (__libc_memalign): Likewise.
36153         (__libc_pvalloc): Likewise.
36154         (__libc_calloc): Likewise.
36155
36156 2012-09-05  John Tobey  <john.tobey@gmail.com>
36157
36158         [BZ #13542]
36159         * manual/arith.texi (Operations on Complex): Fix description
36160         of carg branch cut.
36161
36162 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
36163
36164         [BZ #10014]
36165         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
36166         host name.
36167
36168         [BZ #10038]
36169         * manual/memory.texi (Memory): Make order of menu items match
36170         order of sections.
36171
36172 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36173
36174         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
36175         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
36176         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
36177
36178 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36179
36180         * csu/libc-tls.c (static_dtv): Renamed to ...
36181         (_dl_static_dtv): This.  Make it global.
36182         (_dl_initial_dtv): Removed.
36183         (__libc_setup_tls): Updated.
36184         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
36185         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
36186         DL_INITIAL_DTV.
36187
36188 2012-09-06  Petr Machata  <pmachata@redhat.com>
36189
36190         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
36191         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
36192         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
36193         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
36194
36195 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36196
36197         [BZ #14545]
36198         * csu/libc-tls.c (_dl_initial_dtv): New variable.
36199         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
36200         freeing dtv[-1].
36201
36202 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36203
36204         [BZ #14544]
36205         * Makeconfig (link-static-before-libc): Replace $(+prector)
36206         with $(+prectorT).
36207         (link-static-after-libc): Replace $(+postctor) with
36208         $(+postctorT).
36209         (link-bounded): Replace $(+prector)/$(+postctor) with
36210         $(+prectorT)/$(+postctorT).
36211         (+prectorT): New macro.
36212         (+postctorT): Likewise.
36213
36214 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
36215
36216         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
36217         (round_str): Handle values above the maximum for IBM long double
36218         as inexact.
36219         * stdlib/tst-strtod-round.c (tests): Regenerated.
36220
36221 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36222
36223         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
36224         assembler flag.
36225         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
36226         zarch_nohighgprs around the zarch optimized routines.
36227         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
36228         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
36229         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
36230         for zarch.
36231
36232 2012-09-05  David S. Miller  <davem@davemloft.net>
36233
36234         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36235
36236         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
36237         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
36238         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
36239         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
36240         entries.
36241
36242 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36243
36244         * malloc/arena.c: Fold copyright years.
36245         * malloc/mcheck.c, malloc/memusage.c: Likewise.
36246
36247 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36248
36249         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
36250
36251 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36252
36253         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
36254
36255 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36256
36257         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
36258         change internal state upon failure.
36259
36260 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36261
36262         * malloc/mcheck.c (mcheck_check_all): Fix typo.
36263         * malloc/memusage.c (mmap): Likewise.
36264         (mmap64, mremap): Likewise.  Adjust name in comment.
36265
36266 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
36267
36268         * libio/fileops.c: Fix typos in comments.
36269         * libio/oldfileops.c: Likewise.
36270         * libio/wfileops.c: Likewise.
36271
36272 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
36273
36274         [BZ #1349]
36275         * malloc/Makefile (tests): Add tst-malloc-usable test case.
36276         (tst-malloc-usable-ENV): Set environment for test case.
36277         * malloc/hooks.c (malloc_check_get_size): New function to get
36278         requested size.
36279         * malloc/malloc.c (musable): Use malloc_check_get_size.
36280         * malloc/tst-malloc-usable.c: New test case.
36281
36282 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
36283
36284         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
36285
36286 2012-09-05  Allan McRae  <allan@archlinux.org>
36287
36288         [BZ #13966]
36289         * configure.in (CXX_SYSINCLUDES): Use compiler output to
36290         determine header location.
36291         * configure: Regenerated.
36292
36293 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
36294
36295         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
36296         float format.
36297         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
36298         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
36299         format.
36300         (test): Regenerate.
36301
36302 2012-09-04  David S. Miller  <davem@davemloft.net>
36303
36304         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
36305         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
36306         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
36307
36308 2012-09-04  Florian Weimer  <fweimer@redhat.com>
36309
36310         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
36311         failures.
36312
36313         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
36314
36315 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
36316
36317         [BZ #9914]
36318         * libio/iogetdelim.c: Include <limits.h>.
36319         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
36320         + len + 1 would overflow.
36321
36322 2012-09-03  Andreas Jaeger  <aj@suse.de>
36323
36324         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36325         * sysdeps/i386/fpu/libm-test-ulps: Update.
36326
36327 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36328
36329         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36330         Add s_sinf-sse2, s_conf-sse2.
36331
36332         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
36333         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
36334         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
36335         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
36336
36337         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
36338         for using routine as __sinf_ia32.
36339         Use macro for function declaration and weak_alias.
36340         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
36341         for using routine as __cosf_ia32.
36342         Use macro for function declaration and weak_alias.
36343
36344         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
36345         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
36346
36347         * sysdeps/x86_64/fpu/s_sinf.S: New file.
36348         * sysdeps/x86_64/fpu/s_cosf.S: New file.
36349         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36350
36351         * math/libm-test.inc (cos_test): Add more test cases.
36352         (sin_test): Likewise.
36353         (sincos_test): Likewise.
36354
36355 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36356
36357         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
36358         (IFUNC_RESOLVE): Make pointers to the specialized implementations
36359         hidden.
36360         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
36361
36362 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
36363
36364         [BZ #14538]
36365         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
36366         first element of the GOT.
36367         (elf_machine_load_address): Return the difference between
36368         the runtime address of _DYNAMIC and elf_machine_dynamic ().
36369
36370 2012-09-01  Allan McRae  <allan@archlinux.org>
36371
36372         [BZ #13412]
36373         * configure.in (AWK): Require gawk version 3.0 or later.
36374         * configure: Regenerated.
36375
36376 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
36377
36378         * sysdeps/unix/sysv/linux/kernel-features.h
36379         (__ASSUME_POSIX_CPU_TIMERS): Remove.
36380         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36381         [__NR_clock_getres]: Make code unconditional.
36382         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
36383         (clock_getcpuclockid): Remove code left unreachable by removal of
36384         conditionals.
36385         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
36386         code unconditional.
36387         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
36388         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
36389         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
36390         Make code unconditional.
36391         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
36392         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
36393         * sysdeps/unix/sysv/linux/clock_settime.c
36394         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
36395         conditional code.
36396         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
36397         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
36398
36399 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
36400
36401         [BZ #14476]
36402         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
36403         scripts/test-installation.pl.
36404
36405         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
36406         and $ld_so_version if it is set.
36407
36408 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
36409
36410         [BZ #14516]
36411         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
36412         failure if reading from procfs failed.
36413         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
36414
36415 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
36416
36417         * sysdeps/unix/sysv/linux/kernel-features.h
36418         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
36419         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
36420         Remove conditional code.
36421         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36422         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
36423         Remove conditional code.
36424         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36425         * sysdeps/unix/sysv/linux/i386/fxstat.c
36426         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
36427         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36428         * sysdeps/unix/sysv/linux/i386/fxstatat.c
36429         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
36430         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36431         * sysdeps/unix/sysv/linux/i386/lxstat.c
36432         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
36433         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36434         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
36435         Remove conditional code.
36436         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36437         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
36438         Remove conditional code.
36439         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36440         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
36441         <kernel-features.h>.
36442         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
36443         Remove.
36444         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
36445         Remove conditional code.
36446         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36447         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
36448         Remove conditional.
36449
36450 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
36451
36452         [BZ #5400]
36453         * NEWS: Add fixed bug number.
36454
36455 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
36456
36457         [BZ #14519]
36458         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
36459         underflowing exponent in case of negative sign.
36460         * stdlib/tst-strtod-round-data: Add more tests.
36461         * stdlib/tst-strtod-round.c (tests): Regenerated.
36462
36463         [BZ #3479]
36464         * stdlib/strtod_l.c (NDIG): Remove.
36465         (HEXNDIG): Likewise.
36466         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
36467         smallest representable value.
36468         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
36469         lie within an exact representation of 1/2 ulp of the result.
36470         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
36471         unconditionally.
36472         (TENS_P9_IDX): Define unconditionally.
36473         (TENS_P9_SIZE): Likewise.
36474         (TENS_P10_IDX): Likewise.
36475         (TENS_P10_SIZE): Likewise.
36476         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
36477         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
36478         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
36479         entries for 10^2^13 and 10^2^14.
36480         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
36481         (TENS_P13_IDX): Define.
36482         (TENS_P13_SIZE): Likewise.
36483         (TENS_P14_IDX): Likewise.
36484         (TENS_P14_SIZE): Likewise.
36485         (_fpioconst_pow10): Change array size to
36486         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
36487         unconditional.
36488         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
36489         1024]: Add entries for 10^2^13 and 10^2^14.
36490         [LAST_POW10 > _LAST_POW10]: Remove #error.
36491         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
36492         (_fpioconst_pow10): Change array size to
36493         FPIOCONST_POW10_ARRAY_SIZE.
36494         * stdlib/gen-fpioconst.c: New file.
36495         * stdlib/gen-tst-strtod-round.c: Likewise.
36496         * stdlib/tst-strtod-round-data: Likewise.
36497         * stdlib/tst-strtod-round.c: Likewise.
36498         * stdlib/Makefile (tests): Add tst-strtod-round.
36499
36500         [BZ #14459]
36501         * stdlib/strtod_l.c: Include <stdint.h>.
36502         (NDEBUG): Do not define.
36503         (round_and_return): Change EXPONENT parameter to type intmax_t.
36504         Rearrange calculations to avoid internal overflow possibilities.
36505         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
36506         Rearrange calculations to avoid internal overflow possibilities.
36507         Assert that number fits inside MPNSIZE limbs.
36508         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
36509         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
36510         calculations and add assertions to avoid internal overflow
36511         possibilities.  Add casts to avoid signed/unsigned operations.
36512         * stdlib/tst-strtod-overflow.c: New file.
36513         * stdlib/Makefile (tests): Add tst-strtod-overflow.
36514
36515 2012-08-25  Marek Polacek  <polacek@redhat.com>
36516
36517         * time/time.h: Fix some typos in comments.
36518
36519 2012-08-23  Roland McGrath  <roland@hack.frob.com>
36520
36521         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
36522         * posix/tst-rfc3484-2.c: Likewise.
36523         * posix/tst-rfc3484-3.c: Likewise.
36524
36525 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
36526
36527         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
36528         (EF_ARM_ABI_FLOAT_HARD): Likewise.
36529
36530 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
36531
36532         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
36533         #include of fxstatat64.c.
36534
36535 2012-08-22  Roland McGrath  <roland@hack.frob.com>
36536
36537         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
36538         * shadow/getspent_r.c: Likewise.
36539         * shadow/getspnam.c: Likewise.
36540         * shadow/getspnam_r.c: Likewise.
36541         * gshadow/getsgent.c: Likewise.
36542         * gshadow/getsgent_r.c: Likewise.
36543         * gshadow/getsgnam.c: Likewise.
36544         * gshadow/getsgnam_r.c: Likewise.
36545         * inet/getnetbyad.c: Likewise.
36546         * inet/getnetbyad_r.c: Likewise.
36547         * inet/getnetbynm.c: Likewise.
36548         * inet/getnetbynm_r.c: Likewise.
36549         * inet/getnetent.c: Likewise.
36550         * inet/getnetent_r.c: Likewise.
36551         * inet/getproto.c: Likewise.
36552         * inet/getproto_r.c: Likewise.
36553         * inet/getprtent.c: Likewise.
36554         * inet/getprtent_r.c: Likewise.
36555         * inet/getprtname.c: Likewise.
36556         * inet/getprtname_r.c: Likewise.
36557         * inet/getrpcbyname.c: Likewise.
36558         * inet/getrpcbyname_r.c: Likewise.
36559         * inet/getrpcbynumber.c: Likewise.
36560         * inet/getrpcbynumber_r.c: Likewise.
36561         * inet/getrpcent.c: Likewise.
36562         * inet/getrpcent_r.c: Likewise.
36563         * inet/getaliasent.c: Likewise.
36564         * inet/getaliasent_r.c: Likewise.
36565         * inet/getaliasname.c: Likewise.
36566         * inet/getaliasname_r.c: Likewise.
36567         * nscd/getgrgid_r.c: Likewise.
36568         * nscd/getgrnam_r.c: Likewise.
36569         * nscd/gethstbyad_r.c: Likewise.
36570         * nscd/gethstbynm3_r.c: Likewise.
36571         * nscd/getpwnam_r.c: Likewise.
36572         * nscd/getpwuid_r.c: Likewise.
36573         * nscd/getsrvbynm_r.c: Likewise.
36574         * nscd/getsrvbypt_r.c: Likewise.
36575         * nscd/gai.c: Likewise.
36576
36577         * configure.in (build_nscd): New substituted variable, set
36578         by --disable-build-nscd and defaults to $use_nscd.
36579         * configure: Regenerated.
36580         * config.make.in (build-nscd): New substituted variable.
36581         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
36582         Change conditional to require [$(build-nscd) = yes] as well.
36583         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
36584
36585         [BZ# 13696]
36586         * configure.in (use_nscd): New substituted variable, set by
36587         --disable-nscd.  If enabled, define USE_NSCD.
36588         * configure: Regenerated.
36589         * config.h.in: Add USE_NSCD.
36590         * config.make.in (use-nscd): New substituted variable.
36591         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
36592         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
36593         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
36594         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
36595         (CFLAGS-getgrnam_r.c): Likewise.
36596         (CFLAGS-initgroups.c): Likewise.
36597         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
36598         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
36599         Variables removed.
36600         * inet/getnetgrent_r.c
36601         (nscd_setnetgrent): New function, broken out of ...
36602         (setnetgrent): ... here.  Call it.
36603         (innetgr): Conditionalize nscd bits on [USE_NSCD].
36604         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
36605         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
36606         * nscd/Makefile (routines, aux): Move definitions after include of
36607         Makeconfig.  Conditionalize on [$(use-nscd) != no].
36608         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
36609         Conditionalize on [USE_NSCD].
36610         (is_nscd, nscd_init_cb): Likewise.
36611         (nss_load_library): Conditionalize init callback on [USE_NSCD].
36612         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
36613         * nss/nss_db/db-init.c: Likewise.
36614         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
36615         [USE_NSCD].
36616         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
36617         (make_request): Use it.
36618         (cache_valid_p): New function.
36619         (__check_pf): Use it.
36620         * NEWS: Add item for --disable-nscd.
36621
36622 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
36623
36624         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
36625         to support sed >= 4.2.1-20-ga9bf076.
36626         * configure: Regenerated.
36627
36628 2012-08-22  Roland McGrath  <roland@hack.frob.com>
36629
36630         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
36631         Conditionalize whole body on [IREL].
36632
36633 2012-08-22  Jeff Law <law@redhat.com>
36634
36635         [BZ #14505]
36636         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
36637         if the family is PF_UNSPEC.
36638
36639 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
36640
36641         * Makerules (lib-version): Rename from V.
36642         (install-lib-nosubdir): Change V to lib-version.
36643
36644 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
36645
36646         [BZ #14252]
36647         * powerpc32/power6/wcschr.c: New file.
36648         * powerpc32/power6/wcscpy.c: New file.
36649         * powerpc32/power6/wcsrchr.c: New file.
36650         * powerpc64/power6/wcschr.c: New file.
36651         * powerpc64/power6/wcscpy.c: New file.
36652         * powerpc64/power6/wcsrchr.c: New file.
36653
36654 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
36655
36656         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
36657         (two_way_short_needle): Use it.
36658         * string/strstr.c (AVAILABLE1_USES_J): Define.
36659         * string/strcasestr.c: Likewise.
36660
36661         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
36662         array references.
36663         * string/strcasestr.c (TOLOWER): Make side-effect safe.
36664
36665         [BZ #11607]
36666         * NEWS: Add an entry.
36667         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
36668         define their defaults.
36669         (two_way_short_needle): Detect end-of-string on-the-fly.
36670         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
36671         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
36672         * string/bug-strcasestr1.c: New test.
36673         * string/Makefile: Run it.
36674
36675 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
36676
36677         [BZ #11607]
36678         * string/str-two-way.h (two_way_short_needle): Optimize matching of
36679         the first character.
36680
36681 2012-08-21  Roland McGrath  <roland@hack.frob.com>
36682
36683         * csu/elf-init.c (__libc_csu_irel): Function removed.
36684         * csu/libc-start.c (apply_irel): New function.
36685         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
36686
36687 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
36688
36689         * sysdeps/unix/sysv/linux/kernel-features.h
36690         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
36691         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
36692         <kernel-features.h>.
36693         [__NR_fadvise64_64]: Make code unconditional.
36694         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
36695         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
36696         !__NR_fadvise64_64)]: Likewise.
36697         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
36698         !__NR_fadvise64_64))]: Likewise.
36699         [__NR_fadvise64]: Make code unconditional.
36700         [!__NR_fadvise64]: Remove conditional code.
36701         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
36702         <kernel-features.h>.
36703         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36704         unconditional.
36705         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36706         conditional code.
36707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
36708         not include <kernel-features.h>.
36709         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36710         unconditional.
36711         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36712         conditional code.
36713         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
36714         include <kernel-features.h>.
36715         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36716         unconditional.
36717         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36718         conditional code.
36719
36720 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
36721
36722         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
36723         slight instruction rearrangements per scrollpipe analysis.
36724         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
36725
36726 2012-08-20  Roland McGrath  <roland@hack.frob.com>
36727
36728         * manual/syslog.texi (syslog; vsyslog, closelog):
36729         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
36730         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
36731
36732         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
36733         DSOCAPS to match condition on defining it.
36734
36735 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
36736
36737         * sysdeps/unix/sysv/linux/kernel-features.h
36738         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
36739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
36740         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36741         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
36743         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36744         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
36746         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36747         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36748
36749         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
36750         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
36751
36752         * sysdeps/unix/sysv/linux/kernel-features.h
36753         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
36754         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
36755         unconditional.
36756         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36757         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
36758         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36759         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36760         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
36761         Make code unconditional.
36762         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36763         (__mmap64) [!__NR_mmap2]: Likewise.
36764         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
36765         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36766         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36767         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
36768         [__NR_mmap2]: Make code unconditional.
36769         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36770         (__mmap64) [!__NR_mmap2]: Likewise.
36771
36772 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36773
36774         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
36775
36776 2012-08-18  Andreas Jaeger  <aj@suse.de>
36777
36778         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
36779
36780 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36781
36782         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
36783         * include/unistd.h (__have_sock_cloexec): Likewise.
36784         (__have_pipe2): Likewise.
36785         (__have_dup3): Likewise.
36786
36787 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36788
36789         [BZ #9685]
36790         * include/unistd.h (__have_pipe2): Change define into an extern int.
36791         (__have_dup3): Likewise.
36792         * socket/have_sock_cloexec.c: Include fcntl.h.
36793         (__have_pipe2): New variable.
36794         (__have_dup3): Likewise.
36795
36796 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
36797
36798         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36799
36800 2012-08-17  Marek Polacek  <polacek@redhat.com>
36801
36802         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36803         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36804
36805 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36806
36807         * configure.in: Add AC_SUBST for sysheaders.
36808         * configure: Regenerated.
36809         * config.make.in (sysheaders): New substituted variable.
36810
36811         * sysdeps/unix/mkfifo.c: Moved ...
36812         * sysdeps/posix/mkfifo.c: ... here.
36813         * sysdeps/unix/mkfifoat.c: Moved ...
36814         * sysdeps/posix/mkfifoat.c: ... here.
36815
36816         * sysdeps/unix/utime.c: Moved ...
36817         * sysdeps/posix/utime.c: ... here.
36818
36819         * sysdeps/unix/time.c: Moved ...
36820         * sysdeps/posix/time.c: ... here.
36821         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36822         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
36823
36824         * sysdeps/unix/nice.c: Moved ...
36825         * sysdeps/posix/nice.c: ... here.
36826
36827         * sysdeps/unix/alarm.c: Moved ...
36828         * sysdeps/posix/alarm.c: ... here.
36829
36830         * intl/Makefile ($(codeset_mo)): Depend on the input file.
36831
36832 2012-08-17  Jeff Law <law@redhat.com>
36833
36834         * intl/Makefile (codeset_mo): New variable.
36835         ($(codeset_mo)): New target.
36836         (tst-codeset.out): Depend on that.  Remove explicit rule.
36837         (tst-gettext3.out, tst-gettext5.out): Likewise.
36838         (LOCPATH-ENV, tst-codeset-ENV): New variables.
36839         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36840         * intl/tst-codeset.sh: Remove.
36841         * intl/tst-gettext3.sh: Likewise.
36842         * intl/tst-gettext5.sh: Likewise.
36843
36844 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36845
36846         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
36847         * sysdeps/unix/syscalls.list: ... here.
36848
36849         * sysdeps/posix/getaddrinfo.c
36850         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36851         (gaiconf_init, gaiconf_reload): Use them.
36852         [!_STATBUF_ST_NSEC]
36853         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36854         Define using time_t rather than struct timespec.
36855
36856         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36857         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36858         Macros removed.
36859         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36860         [!NO_THREADS].
36861         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36862         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36863         Likewise.
36864
36865         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36866         __libc_cleanup_push argument.
36867
36868         * bits/param.h: New file.
36869         * misc/sys/param.h: New file.
36870         * include/sys/param.h: New file.
36871         * misc/Makefile (headers): Add bits/param.h.
36872         * sysdeps/generic/sys/param.h: File removed.
36873         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36874         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36875         * sysdeps/mach/hurd/bits/param.h: New file.
36876         * sysdeps/mach/hurd/sys/param.h: File removed.
36877
36878         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36879         last change.
36880
36881         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36882         [_IO_MTSAFE_IO].
36883         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36884         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36885         New macros.
36886
36887         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36888         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36889         rather than -D_IO_MTSAFE_IO conditionally.
36890         * stdio-common/Makefile (CPPFLAGS): Likewise.
36891         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36892         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36893         Use $(libio-mtsafe).
36894         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36895         of -D_IO_MTSAFE_IO.
36896         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36897         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36898         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36899         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36900         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36901         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36902         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36903         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36904         (CFLAGS-fread_u_chk.c): Likewise.
36905         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36906         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36907         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36908         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36909         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36910         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36911         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36912         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36913         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36914
36915         * libio/Makefile: Test [$(libc-reentrant) = yes]
36916         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36917
36918         * Makeconfig
36919         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36920         * sysdeps/pthread/configure: File removed.
36921         * sysdeps/pthread/Makeconfig: New file.
36922         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36923         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36924
36925 2012-08-16  Gary Benson  <gbenson@redhat.com>
36926
36927         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36928         unmapping the first object in a namespace.
36929
36930 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36931
36932         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36933         (__internal_setnetgrent): ... this.  Add internal_function to
36934         definition.  Add libc_hidden_def.
36935         (setnetgrent): Update caller.
36936         (internal_endnetgrent): Renamed to ...
36937         (__internal_endnetgrent): ... this.  Add internal_function to
36938         definition.  Add libc_hidden_def.
36939         (endnetgrent): Update caller.
36940         (internal_getnetgrent_r): Renamed to ...
36941         (__internal_getnetgrent_r): ... this.  Add internal_function to
36942         definition.  Add libc_hidden_def.
36943         (__getnetgrent_r): Update caller.
36944         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36945
36946 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36947
36948         * stdlib/longlong.h: Update from GCC.
36949
36950 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36951
36952         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36953         on _QL, which is set by umul_ppmm but never used.
36954         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36955         variables, which are set by GMP macros but never used.
36956         * stdio-common/_itowa.c (_itowa): Likewise.
36957         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36958         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36959
36960 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36961
36962         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36963         struct La_sh_regs is not constant.
36964         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36965         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36966         and struct La_sparc64_regs are not constant.
36967
36968 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36969
36970         * sysdeps/unix/sysv/linux/kernel-features.h
36971         (__ASSUME_POSIX_TIMERS): Remove.
36972         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36973         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36974         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36975         Make code unconditional.
36976         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36977         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36978         Make code unconditional.
36979         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36980         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36981         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36982         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36983         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36984         Make code unconditional.
36985         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36986         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36987         (__libc_missing_posix_timers): Remove.
36988
36989 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36990
36991         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36992         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36993
36994         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36995
36996         * elf/dl-sym.c: Include <stdlib.h>.
36997
36998         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36999         constants, which avoids warnings in 32-bit builds.
37000
37001         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
37002         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
37003
37004         * misc/lseek.c: File moved to ...
37005         * io/lseek.c: ... here.
37006
37007         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
37008
37009         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
37010         shifting LEN more than 31 bits at once.
37011
37012 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37013
37014         [BZ #14195]
37015         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
37016         segmentation fault for a case of two empty input strings.
37017         * string/test-strncasecmp.c (check1): Renamed to...
37018         (bz12205): ...this.
37019         (bz14195): Add new testcase for two empty input strings and N > 0.
37020         (test_main): Call new testcase, adapt for renamed function.
37021
37022 2012-08-15  Andreas Jaeger  <aj@suse.de>
37023
37024         [BZ #14090]
37025         * crypt/md5test2.c: New test, based on test supplied by Serge
37026         Belyshev <belyshev@depni.sinp.msu.ru>.
37027         * crypt/Makefile (xtests): Add md5test-giant..
37028         * crypt/Makefile ($(objpfx)md5test-giant): Add.
37029
37030 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
37031
37032         [BZ #14090]
37033         * crypt/md5.c (md5_process_block): Don't assume the buffer
37034         length is less than 2**32.
37035         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
37036         length is less than 2**64.
37037
37038 2012-08-15  Roland McGrath  <roland@hack.frob.com>
37039
37040         * string/str-two-way.h: Include <sys/param.h>.
37041         (MAX): Macro removed.
37042
37043         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
37044         Move #define and #undef of memmove to just before and after
37045         including <string.h>.
37046
37047         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
37048         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
37049         and after including <string.h>.  Move declarations of
37050         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
37051         to before #include "string/memmove.c".
37052
37053         * include/dirent.h: Declare __getdirentries.
37054
37055         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
37056         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
37057
37058 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
37059
37060         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
37061         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
37062         * sysdeps/i386/configure: Regenerated.
37063         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
37064         STABS_CURRENT_FILE, and STABS_FUN.
37065         (END): Remove call to STABS_FUN_END.
37066         (STABS_CURRENT_FILE1): Delete.
37067         (STABS_CURRENT_FILE): Likewise.
37068         (STABS_FUN): Likewise.
37069         (STABS_FUN_END): Likewise.
37070         (STABS_FUN2): Likewise.
37071         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
37072         * sysdeps/x86_64/configure: Regenerated.
37073
37074 2012-08-14  Roland McGrath  <roland@hack.frob.com>
37075
37076         * elf/dl-open.c: Include <atomic.h>.
37077         * elf/dl-lookup.c: Likewise.
37078
37079 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
37080
37081         * sysdeps/unix/sysv/linux/kernel-features.h
37082         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
37083         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
37084         unconditionally.
37085         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
37086         unconditionally.
37087         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
37088         condition on __ASSUME_CLONE_THREAD_FLAGS.
37089
37090 2012-08-14  Andreas Jaeger  <aj@suse.de>
37091
37092         * sysdeps/i386/fpu/libm-test-ulps: Update.
37093
37094 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
37095
37096         * include/atomic.h (atomic_exchange_and_add): Split into ...
37097         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
37098         New atomic macros.
37099
37100 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
37101
37102         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37103
37104 2012-08-13  Jeff Law <law@redhat.com>
37105
37106         * manual/stdio.texi (snprintf): Clarify handling of the trailing
37107         null byte in the output string.
37108
37109 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
37110
37111         * sysdeps/unix/sysv/linux/kernel-features.h
37112         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
37113         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
37114         (__ASSUME_ARG_MAX_STACK_BASED): Define.
37115         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
37116         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
37117         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
37118         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
37119
37120 2012-08-09  Jeff Law <law@redhat.com>
37121
37122         [BZ #13939]
37123         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
37124         When avoid_arena is set, don't retry in the that arena.  Pick the
37125         next one, whatever it might be.
37126         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
37127         (arena_lock): Pass in new parameter to arena_get2.
37128         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
37129         arena_get2.
37130         (__libc_malloc): Unify retrying after main arena failure with
37131         __libc_memalign version.
37132         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
37133
37134 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
37135
37136         [BZ #14166]
37137         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
37138         to __redirect_strstr.
37139         (__strstr_sse42): Use typeof __redirect_strstr.
37140         (__strstr_ia32): Likewise.
37141         (__libc_strstr): New prototype.
37142         (strstr): Renamed to ...
37143         (__libc_strstr): This.
37144         (strstr): New strong alias of __libc_strstr.
37145         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37146         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
37147         __redirect_time.
37148         Include <time.h>.
37149         (__libc_time): New prototype.
37150         (time_ifunc): Replace time with __libc_time.
37151         (time): New strong alias and hidden definition of __libc_time.
37152         (__GI_time): Remove strong alias.
37153         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
37154         Include <stddef.h>.
37155         (memmove): Redefined to __redirect_memmove.
37156         (__memmove_sse2): Use typeof __redirect_memmove.
37157         (__memmove_ssse3): Likewise.
37158         (__memmove_ssse3_back): Likewise.
37159         (__libc_memmove): New prototype.
37160         (memmove): Renamed to ...
37161         (__libc_memmove): This.
37162         (memmove): New strong alias of __libc_memmove.
37163
37164 2012-08-08  Mark Salter  <msalter@redhat.com>
37165
37166         * elf/elf.h
37167         (R_MN10300_TLS_GD): Define.
37168         (R_MN10300_TLS_LD): Likewise.
37169         (R_MN10300_TLS_LDO): Likewise.
37170         (R_MN10300_TLS_GOTIE): Likewise.
37171         (R_MN10300_TLS_IE): Likewise.
37172         (R_MN10300_TLS_LE): Likewise.
37173         (R_MN10300_TLS_DTPMOD): Likewise.
37174         (R_MN10300_TLS_DTPOFF): Likewise.
37175         (R_MN10300_TLS_TPOFF): Likewise.
37176         (R_MN10300_SYM_DIFF): Likewise.
37177         (R_MN10300_ALIGN): Likewise.
37178         (R_MN10300_NUM): Update.
37179
37180 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
37181
37182         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
37183         Remove.
37184
37185 2012-08-08  Roland McGrath  <roland@hack.frob.com>
37186
37187         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
37188
37189         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
37190         sysdeps/unix -> sysdeps/posix move.
37191         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
37192
37193 2012-08-07      Allan McRae     <allan@archlinux.org>
37194
37195         [BZ #14303]
37196         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
37197         (SUNOS_CPP): Likewise.
37198         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
37199         not found.
37200         (open_input): Call CPP using execvp.
37201
37202 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
37203
37204         * sysdeps/unix/sysv/linux/kernel-features.h
37205         (__ASSUME_PROT_GROWSUPDOWN): Remove.
37206         (__ASSUME_NO_CLONE_DETACHED): Likewise.
37207         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
37208         (__ASSUME_WAITID_SYSCALL): Likewise.
37209         * sysdeps/unix/sysv/linux/dl-execstack.c
37210         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
37211         code unconditional.
37212         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
37213         conditional code.
37214         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
37215         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
37216         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
37217         code.
37218         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
37219         unconditional.
37220         [__ASSUME_WAITID_SYSCALL]: Likewise.
37221         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
37222
37223 2012-08-07  Roland McGrath  <roland@hack.frob.com>
37224
37225         * sysdeps/unix/closedir.c: Renamed to ...
37226         * sysdeps/posix/closedir.c: ... here.
37227         * sysdeps/unix/dirfd.c: Renamed to ...
37228         * sysdeps/posix/dirfd.c: ... here.
37229         * sysdeps/unix/dirstream.h: Renamed to ...
37230         * sysdeps/posix/dirstream.h: ... here.
37231         * sysdeps/unix/fdopendir.c: Renamed to ...
37232         * sysdeps/posix/fdopendir.c: ... here.
37233         * sysdeps/unix/opendir.c: Renamed to ...
37234         * sysdeps/posix/opendir.c: ... here.
37235         * sysdeps/unix/readdir.c: Renamed to ...
37236         * sysdeps/posix/readdir.c: ... here.
37237         * sysdeps/unix/readdir_r.c: Renamed to ...
37238         * sysdeps/posix/readdir_r.c: ... here.
37239         * sysdeps/unix/rewinddir.c: Renamed to ...
37240         * sysdeps/posix/rewinddir.c: ... here.
37241         * sysdeps/unix/seekdir.c: Renamed to ...
37242         * sysdeps/posix/seekdir.c: ... here.
37243         * sysdeps/unix/telldir.c: Renamed to ...
37244         * sysdeps/posix/telldir.c: ... here.
37245         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
37246         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
37247         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
37248         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
37249
37250         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
37251         * bits/fcntl.h: ... here.
37252
37253         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
37254         not 0.
37255         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
37256         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
37257         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
37258         (struct flock): Move l_start, l_len to the beginning.
37259         Use __pid_t for l_pid.
37260         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
37261         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
37262         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
37263         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
37264         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
37265         [__USE_LARGEFILE64] (struct flock64): New type.
37266         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
37267
37268         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
37269         * bits/dirent.h: ... here.
37270
37271         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
37272         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
37273
37274 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
37275
37276         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37277         Change from 2.6.0 to 2.6.16.
37278         * sysdeps/unix/sysv/linux/configure: Regenerated.
37279         * sysdeps/unix/sysv/linux/kernel-features.h
37280         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
37281         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
37282         version.
37283         (__ASSUME_UTIMES): Likewise.
37284         (__ASSUME_CLONE_STOPPED): Remove.
37285         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
37286         architectures, not kernel version.
37287         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
37288         (__ASSUME_NO_CLONE_DETACHED): Likewise.
37289         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
37290         (__ASSUME_WAITID_SYSCALL): Likewise.
37291         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
37292         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
37293         * README: State 2.6.16 as minimum Linux kernel version.  Do not
37294         refer to older versions.
37295
37296 2012-08-06  Roland McGrath  <roland@hack.frob.com>
37297
37298         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
37299         Define alphasort64 as an alias.
37300         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
37301         Define versionsort64 as an alias.
37302         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
37303         Define scandir64 as an alias.
37304         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
37305         Define scandirat64 as an alias.
37306         * dirent/alphasort64.c (alphasort64):
37307         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
37308         * dirent/versionsort64.c: Likewise.
37309         * dirent/scandir64.c: Likewise.
37310         * dirent/scandirat64.c: Likewise.
37311         * sysdeps/wordsize-64/alphasort.c: File removed.
37312         * sysdeps/wordsize-64/alphasort64.c: File removed.
37313         * sysdeps/wordsize-64/scandir.c: File removed.
37314         * sysdeps/wordsize-64/scandir64.c: File removed.
37315         * sysdeps/wordsize-64/scandirat.c: File removed.
37316         * sysdeps/wordsize-64/scandirat64.c: File removed.
37317         * sysdeps/wordsize-64/versionsort.c: File removed.
37318         * sysdeps/wordsize-64/versionsort64.c: File removed.
37319         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
37320         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
37321         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
37322         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
37323         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
37324         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
37325         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
37326         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
37327
37328         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
37329         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
37330         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
37331         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37332         [defined __arch64__ || defined __sparcv9]
37333         (__INO_T_MATCHES_INO64_T): New macro.
37334         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37335         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
37336         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
37337         * sysdeps/unix/sysv/linux/bits/dirent.h
37338         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
37339         (_DIRENT_MATCHES_DIRENT64): New macro.
37340
37341         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
37342         Define lockf64 as an alias.
37343         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
37344         Define fseeko64 as an alias.
37345         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
37346         Define ftello64 as an alias.
37347         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
37348         Define _IO_fgetpos64 and fgetpos64 as aliases.
37349         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
37350         Define _IO_fsetpos64 and fsetpos64 as aliases.
37351         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
37352         Conditionalize body on this.
37353         * libio/fseeko64.c: Likewise.
37354         * libio/ftello64.c: Likewise.
37355         * libio/iofgetpos64.c: Likewise.
37356         * libio/iofsetpos64.c: Likewise.
37357         * sysdeps/wordsize-64/lockf.c: File removed.
37358         * sysdeps/wordsize-64/lockf64.c: File removed.
37359         * sysdeps/wordsize-64/fseeko.c: File removed.
37360         * sysdeps/wordsize-64/fseeko64.c: File removed.
37361         * sysdeps/wordsize-64/ftello.c: File removed.
37362         * sysdeps/wordsize-64/ftello64.c: File removed.
37363         * sysdeps/wordsize-64/iofgetpos.c: File removed.
37364         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
37365         * sysdeps/wordsize-64/iofsetpos.c: File removed.
37366         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
37367         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
37368         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
37369         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
37370         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
37371         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
37372         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
37373         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
37374         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
37375         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
37376         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
37377
37378         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
37379         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
37380         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
37381         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37382         [defined __arch64__ || defined __sparcv9]
37383         (__OFF_T_MATCHES_OFF64_T): New macro.
37384         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37385         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
37386         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37387         (__OFF_T_MATCHES_OFF64_T): New macro.
37388
37389 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
37390
37391         * stdlib/secure-getenv.c (__secure_getenv): Replace
37392         GLIBC_2_16 with GLIBC_2_17.
37393
37394 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
37395
37396         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
37397         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
37398
37399 2012-08-03  David S. Miller  <davem@davemloft.net>
37400
37401         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37402
37403 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
37404
37405         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
37406         Remove.
37407         (__ASSUME_CORRECT_SI_PID): Likewise.
37408         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
37409         (__ASSUME_TMPFS_NAME): Likewise.
37410         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
37411         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
37412         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
37413         (HAVE_AUX_SECURE): Make definition unconditional.
37414         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
37415         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
37416
37417 2012-08-03  Roland McGrath  <roland@hack.frob.com>
37418
37419         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
37420         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
37421         * sysdeps/mach/hurd/eloop-threshold.h: New file.
37422         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37423         __eloop_threshold instead of SYMLOOP_MAX.
37424
37425         * sysdeps/generic/eloop-threshold.h: New file.
37426         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
37427         of MAXSYMLINKS.
37428         * elf/chroot_canon.c (chroot_canon): Likewise.
37429
37430 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
37431
37432         [BZ #13717]
37433         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37434         Change to 2.6.0 everywhere.
37435         * sysdeps/unix/sysv/linux/configure: Regenerated.
37436         * sysdeps/unix/sysv/linux/kernel-features.h
37437         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
37438         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
37439         kernel versions.
37440         (__ASSUME_POSIX_TIMERS): Define unconditionally.
37441         (__ASSUME_FUTEX_REQUEUE): Remove.
37442         (__ASSUME_STATFS64): Define unconditionally.
37443         (__ASSUME_AT_SECURE): Likewise.
37444         (__ASSUME_CORRECT_SI_PID): Likewise.
37445         (__ASSUME_TGKILL): Define without depending on kernel version for
37446         i386.
37447         (__ASSUME_UTIMES): Likewise.
37448         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
37449         kernel version.
37450         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
37451         (__ASSUME_TMPFS_NAME): Likewise.
37452         * README: Update reference to Linux kernel versions.
37453
37454 2012-08-02  Marek Polacek  <polacek@redhat.com>
37455
37456         [BZ# 14150]
37457         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
37458         libc_cv_asm_type_prefix with %.
37459         * configure: Regenerated.
37460         * include/libc-symbols.h: Remove comment about
37461         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
37462         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
37463         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
37464         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
37465         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
37466         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
37467         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
37468         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
37469         * elf/tst-unique2mod1.c: Likewise.
37470         * elf/tst-unique1mod2.c: Likewise.
37471         * elf/tst-unique1mod1.c: Likewise.
37472         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
37473         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
37474         Replace ASM_TYPE_DIRECTIVE with .type.
37475         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37476         * sysdeps/i386/sysdep.h: Likewise.
37477         * sysdeps/x86_64/sysdep.h: Likewise.
37478         * sysdeps/sh/sysdep.h: Likewise.
37479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
37480         Do not define ASM_TYPE_DIRECTIVE.
37481         * sysdeps/powerpc/sysdep.h: Likewise.
37482         * sysdeps/powerpc/powerpc32/sysdep.h:
37483         Replace ASM_TYPE_DIRECTIVE with .type.
37484         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37485         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37486         * sysdeps/i386/fpu/e_powf.S: Likewise.
37487         * sysdeps/i386/fpu/e_expl.S: Likewise.
37488         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
37489         * sysdeps/i386/fpu/e_acosh.S: Likewise.
37490         * sysdeps/i386/fpu/e_pow.S: Likewise.
37491         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
37492         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
37493         * sysdeps/i386/fpu/s_expm1.S: Likewise.
37494         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
37495         * sysdeps/i386/fpu/e_log2.S: Likewise.
37496         * sysdeps/i386/fpu/e_log2l.S: Likewise.
37497         * sysdeps/i386/fpu/e_scalb.S: Likewise.
37498         * sysdeps/i386/fpu/e_powl.S: Likewise.
37499         * sysdeps/i386/fpu/e_log10f.S: Likewise.
37500         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
37501         * sysdeps/i386/fpu/e_logl.S: Likewise.
37502         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
37503         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
37504         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
37505         * sysdeps/i386/fpu/e_log2f.S: Likewise.
37506         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
37507         * sysdeps/i386/fpu/e_log.S: Likewise.
37508         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
37509         * sysdeps/i386/fpu/e_logf.S: Likewise.
37510         * sysdeps/i386/fpu/e_log10l.S: Likewise.
37511         * sysdeps/i386/fpu/e_atanh.S: Likewise.
37512         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
37513         * sysdeps/i386/fpu/e_log10.S: Likewise.
37514         * sysdeps/i386/fpu/s_frexp.S: Likewise.
37515         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
37516         * sysdeps/i386/fpu/s_asinh.S: Likewise.
37517         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
37518         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
37519         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
37520         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
37521         * sysdeps/i386/i686/strtok.S: Likewise.
37522         * sysdeps/i386/i386-mcount.S: Likewise.
37523         * sysdeps/i386/strtok.S: Likewise.
37524         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
37525         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
37526         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
37527         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
37528         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
37529         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
37530         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
37531         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
37532         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
37533         * sysdeps/x86_64/_mcount.S: Likewise.
37534         * sysdeps/x86_64/strtok.S: Likewise.
37535         * sysdeps/sh/_mcount.S: Likewise.
37536
37537 2012-08-01  Roland McGrath  <roland@hack.frob.com>
37538
37539         * libio/iofopen.c: Include <fcntl.h>.
37540         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
37541         (_IO_fopen64, fopen64): Define as aliases.
37542         * libio/iofopen64.c: Include <fcntl.h>.
37543         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
37544         Conditionalize body on this.
37545         * sysdeps/wordsize-64/iofopen.c: File removed.
37546         * sysdeps/wordsize-64/iofopen64.c: File removed.
37547
37548 2012-08-01  Marek Polacek  <polacek@redhat.com>
37549
37550         * libc/Makeconfig: Use elf in place of binfmt-subdir.
37551         Use dlfcn directly instead of a variable.
37552         (binfmt-subdir): Do not define.
37553         (dlfcn): Likewise.
37554
37555 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
37556
37557         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
37558         Remove all definitions.
37559         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
37560         <kernel-features.h>.
37561         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
37562         (miss_F_GETOWN_EX): Remove all definitions.
37563         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
37564         macro definition.
37565         [!__ASSUME_FCNTL64]: Remove conditional code.
37566         [__ASSUME_FCNTL64]: Make code unconditional.
37567         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
37568         <kernel-features.h>.
37569         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
37570         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
37571         (lockf64) [__NR_fcntl64]: Make code unconditional.
37572         (lockf64) [__ASSUME_FCNTL64]: Likewise.
37573
37574         * sysdeps/unix/sysv/linux/kernel-features.h
37575         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
37576         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
37577         Make code unconditional.
37578         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
37579         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
37580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
37581         [__NR_vfork]: Make code unconditional.
37582         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
37583         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
37584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
37585         [__NR_vfork]: Make code unconditional.
37586         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
37587         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
37588
37589 2012-08-01  Roland McGrath  <roland@hack.frob.com>
37590
37591         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
37592         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
37593
37594         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37595         Define mkstemp64 as an alias.
37596         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37597         Define mkstemps64 as an alias.
37598         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37599         Define mkostemp64 as an alias.
37600         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37601         Define mkostemps64 as an alias.
37602         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
37603         Conditionalize body on this.
37604         * misc/mkostemp64.c: Likewise.
37605         * misc/mkostemps64.c: Likewise.
37606         * misc/mkstemps64.c: Likewise.
37607         * sysdeps/wordsize-64/mkstemp64.c: File removed.
37608         * sysdeps/wordsize-64/mkostemp64.c: File removed.
37609         * sysdeps/wordsize-64/mkostemp.c: File removed.
37610         * sysdeps/wordsize-64/mkstemp.c: File removed.
37611         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
37612         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
37613         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
37614         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
37615
37616         [BZ #14138]
37617         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
37618         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
37619         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
37620         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
37621
37622         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
37623         compat_symbol macros from <shlib-compat.h> rather than the underlying
37624         default_symbol_version and symbol_version macros, so that DEFAULT
37625         lines in shlib-versions are respected.
37626         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
37627
37628 2012-08-01  Florian Weimer  <fweimer@redhat.com>
37629
37630         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
37631         Declare with warn_unused_result.
37632         (setgid, setregid, setegid, setresgid): Likewise.
37633         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
37634         Likewise.
37635         * WUR-REPORT: Remove set*id functions.
37636
37637 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
37638
37639         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
37640
37641 2012-07-31  Roland McGrath  <roland@hack.frob.com>
37642
37643         [BZ #10191]
37644         * include/sys/socket.h (__libc_accept, __libc_accept4):
37645         Add attribute_hidden.
37646         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
37647
37648         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
37649         use of PTR_MANGLE.
37650         * inet/getnetgrent_r.c (setup): Likewise.
37651
37652         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
37653
37654 2012-07-31  David S. Miller  <davem@davemloft.net>
37655
37656         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37657
37658 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
37659
37660         [BZ #13629]
37661         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
37662         value between 1.0 and 2.0 and smaller part has absolute value less
37663         than 1.0.
37664         * math/s_clog10.c (__clog10): Likewise.
37665         * math/s_clog10f.c (__clog10f): Likewise.
37666         * math/s_clog10l.c (__clog10l): Likewise.
37667         * math/s_clogf.c (__clogf): Likewise.
37668         * math/s_clogl.c (__clogl): Likewise.
37669         * math/libm-test.inc (clog_test): Add more tests.
37670         (clog10_test): Likewise.
37671         * sysdeps/i386/fpu/libm-test-ulps: Update.
37672         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37673
37674 2012-07-31  Florian Weimer  <fweimer@redhat.com>
37675
37676         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
37677         Exit with zero in case no suitable GID is found, and write a
37678         message to standard error.
37679
37680 2012-07-30  Roland McGrath  <roland@hack.frob.com>
37681
37682         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
37683         rather than to 1.
37684         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
37685         (MAXPATHLEN): Removed.
37686         (NOGROUP, NODEV): New macros.
37687         (setbit, clrbit, isset, isclr): New macros.
37688         (howmany, roundup, powerof2): New macros.
37689         (DEV_BSIZE): New macro.
37690
37691         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
37692         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
37693
37694         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
37695         definition on [!__NO_LONG_DOUBLE_MATH].
37696
37697         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
37698         PTR_MANGLE and PTR_DEMANGLE.
37699
37700         * socket/accept4.c (accept4): Rename to __libc_accept4.
37701         Define accept4 as a weak alias.
37702
37703         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
37704         on [_DIRENT_HAVE_D_TYPE].
37705         * io/ftw.c (ftw_dir): Likewise.
37706
37707         * io/xmknod.c (__xmknod): Don't check PATH for being null.
37708
37709         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
37710
37711         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
37712         Use the BSD numbers rather than the arbitrary ones we had.
37713         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
37714         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
37715         (SIGXCPU, SIGXFSZ): New macros.
37716         (_NSIG): Now 32.
37717
37718         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
37719         initializer on [_LIBC_REENTRANT].
37720
37721         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
37722         definitions inside [_POSIX_MAPPED_FILES].
37723
37724         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
37725
37726         * dirent/opendir.c: Include <fcntl.h>.
37727
37728         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
37729         (__libc_getspecific): Likewise.
37730         (__libc_key_create): Likewise.
37731
37732         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
37733         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
37734         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
37735         (tmpfile64): Define as alias.
37736         * sysdeps/wordsize-64/tmpfile.c: File removed.
37737         * sysdeps/wordsize-64/tmpfile64.c: File removed.
37738         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
37739         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
37740
37741         * stdio-common/vfscanf.c: Include <stdbool.h>.
37742         * nss/makedb.c: Likewise.
37743         * stdio-common/_i18n_number.h: Likewise.
37744         * argp/argp-help.c: Likewise.
37745         * posix/wordexp.c: Likewise.
37746         * sysdeps/posix/spawni.c: Likewise.
37747         * nss/nss_files/files-initgroups.c: Likewise.
37748         * stdio-common/reg-modifier.c: Include <stdlib.h>.
37749         * nss/nss_files/files-initgroups.c: Likewise.
37750         * nss/nss_db/db-netgrp.c: Likewise.
37751         * nss/nss_db/db-initgroups.c: Likewise.
37752         * io/fchmodat.c: Include <sys/stat.h>.
37753
37754         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
37755         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
37756
37757         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
37758         [HAVE_MMAP].
37759
37760         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
37761         Add multiple inclusion protection.
37762
37763 2012-07-27  David S. Miller  <davem@davemloft.net>
37764
37765         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37766
37767 2012-07-27  Gary Benson  <gbenson@redhat.com>
37768
37769         [BZ #14298]
37770         * elf/rtld.c: Include <stap-probe.h>.
37771         (dl_main): Added static probes "init_start" and "init_complete".
37772         * elf/dl-load.c: Include <stap-probe.h>.
37773         (lose): Take new parameter "nsid".
37774         Added static probe "map_failed".
37775         (_dl_map_object_from_fd): Pass namespace id to lose.
37776         Added static probe "map_start".
37777         (open_verify): Pass namespace id to lose.
37778         * elf/dl-open.c: Include <stap-probe.h>.
37779         (dl_open_worker) Added static probes "map_complete", "reloc_start"
37780         and "reloc_complete".
37781         * elf/dl-close.c: Include <stap-probe.h>.
37782         (_dl_close_worker): Added static probes "unmap_start" and
37783         "unmap_complete".
37784         * elf/rtld-debugger-interface.txt: New file documenting the above.
37785
37786 2012-07-26  Roland McGrath  <roland@hack.frob.com>
37787
37788         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
37789         rather than a string variable.
37790         * sunrpc/rpc_main.c (h_output): Likewise.
37791         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
37792
37793 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
37794
37795         * inet/check_native.c: New file.
37796
37797 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
37798
37799         [BZ #13629]
37800         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37801         if larger part has absolute value 1.0.
37802         * math/s_clog10.c (__clog10): Likewise.
37803         * math/s_clog10f.c (__clog10f): Likewise.
37804         * math/s_clog10l.c (__clog10l): Likewise.
37805         * math/s_clogf.c (__clogf): Likewise.
37806         * math/s_clogl.c (__clogl): Likewise.
37807         * math/libm-test.inc (clog_test): Add more tests.
37808         (clog10_test): Likewise.
37809         * sysdeps/i386/fpu/libm-test-ulps: Update.
37810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37811
37812         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37813         (pltexit): Likewise.
37814         (La_regs): Likewise.
37815         (La_retval): Likewise.
37816         (int_retval): Likewise.
37817         Update #error for removed macros to refer only to definitions in
37818         tst-audit.h.
37819         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
37820         macro.
37821         (pltexit): Likewise.
37822         (La_regs): Likewise.
37823         (La_retval): Likewise.
37824         (int_retval): Likewise.
37825         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
37826         macro.
37827         (pltexit): Likewise.
37828         (La_regs): Likewise.
37829         (La_retval): Likewise.
37830         (int_retval): Likewise.
37831         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
37832         macro.
37833         (pltexit): Likewise.
37834         (La_regs): Likewise.
37835         (La_retval): Likewise.
37836         (int_retval): Likewise.
37837         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37838         macro.
37839         (pltexit): Likewise.
37840         (La_regs): Likewise.
37841         (La_retval): Likewise.
37842         (int_retval): Likewise.
37843         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37844         macro.
37845         (pltexit): Likewise.
37846         (La_regs): Likewise.
37847         (La_retval): Likewise.
37848         (int_retval): Likewise.
37849         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37850         macro.
37851         (pltexit): Likewise.
37852         (La_regs): Likewise.
37853         (La_retval): Likewise.
37854         (int_retval): Likewise.
37855         * sysdeps/generic/tst-audit.h: Update comment to refer only to
37856         macro definitions in tst-audit.h.
37857         * sysdeps/i386/tst-audit.h: New file.
37858         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37859         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37860         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37861         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37862         * sysdeps/sh/tst-audit.h: Likewise.
37863         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37864         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37865         * sysdeps/x86_64/tst-audit.h: Likewise.
37866
37867 2012-07-26  Andreas Jaeger  <aj@suse.de>
37868
37869         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37870         ptrace.
37871
37872         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37873         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37874         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37875         PTRACE_O_MASK.
37876         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37877         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37878         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37879
37880         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37881         value.
37882
37883         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37884         _sigsys.
37885         (si_call_addr, si_syscall, si_arch): Define new macro.
37886         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37887         _sigsys.
37888         (si_call_addr, si_syscall, si_arch): Define new marcro.
37889         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37890         _sigsys.
37891         (si_call_addr, si_syscall, si_arch): Define new macro.
37892         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37893         _sigsys.
37894         (si_call_addr, si_syscall, si_arch): Define new macro.
37895
37896 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37897
37898         [BZ #13717]
37899         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37900         Change to 2.4.21 where previously 2.4.1.
37901         * sysdeps/unix/sysv/linux/configure: Regenerated.
37902         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37903         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37904         Linux kernel version.
37905         (__ASSUME_STD_AUXV): Remove.
37906         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37907         kernel version.
37908         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37909         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37910         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37911         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37912         (__ASSUME_NETLINK_SUPPORT): Likewise.
37913         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37914         (__no_netlink_support): Remove conditional definition.
37915         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37916         Remove.
37917         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37918         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37919         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37920         (if_nameindex_ioctl): Remove.
37921         (if_nameindex_netlink): Do not handle __no_netlink_support.
37922         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37923         code.
37924         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37925         Remove conditional code.
37926         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37927         code.
37928         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37929         unconditional.
37930         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37931         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37932         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37933         Remove.
37934         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37935         [!__ASSUME_STD_AUXV]: Remove conditional code.
37936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37937         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37938         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37940         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37941         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37942         code.
37943         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37945         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37946         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37947         conditional code.
37948         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37950         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37951         code.
37952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37953         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37954         conditional code.
37955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37956         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37957         code unconditional.
37958         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37959         conditional code.
37960         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37961         unconditional.
37962         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37963         conditional code.
37964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37965         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37966         unconditional.
37967         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37968         conditional code.
37969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37970         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37971         code unconditional.
37972         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37973         conditional code.
37974         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37975         unconditional.
37976         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37977         conditional code.
37978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37979         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37980         code unconditional.
37981         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37982         conditional code.
37983         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37984         unconditional.
37985         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37986         conditional code.
37987
37988 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37989
37990         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37991         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37992         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37993         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37994         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37995         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37996         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37997         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37998         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37999         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
38000         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
38001         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
38002         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
38003         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
38004         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
38005         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
38006         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
38007         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
38008         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
38009         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
38010         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
38011         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
38012         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
38013
38014 2012-07-25  Florian Weimer  <fweimer@redhat.com>
38015
38016         * Versions.def: Add GLIBC_2.17.
38017         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
38018         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
38019         Introduce __libc_secure_getenv.
38020         * stdlib/Versions (2.17): Add secure_getenv
38021         (GLIBC_PRIVATE): Add __libc_secure_getenv.
38022         * stdlib/secure-getenv.c: Rename __secure_getenv to
38023         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
38024         symbol __secure_getenv for GLIBC_2.0.
38025         * stdlib/tst-secure-getenv.c: New.
38026         * stdlib/Makefile (tests): Add testcase.
38027         * manual/startup.texi (Environment Access): Document
38028         secure_getenv.
38029         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
38030         __libc_secure_getenv.
38031         * inet/ruserpass.c (ruserpass): Likewise.
38032         * malloc/mtrace.c (mtrace): Likewise.
38033         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
38034         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
38035         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
38036         * sysdeps/posix/tempname.c: Likewise.  Evaluate
38037         HAVE_SECURE_GETENV.
38038         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
38039         __secure_getenv to __libc_secure_getenv.
38040         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
38041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38042         Likewise.
38043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38044         Likewise.
38045         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38046         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38047         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38048         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38049         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38050         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38051         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38052
38053 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38054
38055         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
38056         (struct La_i86_retval): Likewise.
38057         (struct La_x86_64_regs): Likewise.
38058         (struct La_x86_64_retval): Likewise.
38059         (struct La_x32_regs): Likewise.
38060         (struct La_x32_retval): Likewise.
38061         (struct La_ppc32_regs): Likewise.
38062         (struct La_ppc32_retval): Likewise.
38063         (struct La_ppc64_regs): Likewise.
38064         (struct La_ppc64_retval): Likewise.
38065         (struct La_sh_regs): Likewise.
38066         (struct La_sh_retval): Likewise.
38067         (struct La_s390_32_regs): Likewise.
38068         (struct La_s390_32_retval): Likewise.
38069         (struct La_s390_64_regs): Likewise.
38070         (struct La_s390_64_retval): Likewise.
38071         (struct La_sparc32_regs): Likewise.
38072         (struct La_sparc32_retval): Likewise.
38073         (struct La_sparc64_regs): Likewise.
38074         (struct La_sparc64_retval): Likewise.
38075         (struct audit_ifaces): Remove architecture-specific pltenter and
38076         pltexit members.
38077         * sysdeps/i386/ldsodefs.h: New file.
38078         * sysdeps/powerpc/ldsodefs.h: Likewise.
38079         * sysdeps/s390/ldsodefs.h: Likewise.
38080         * sysdeps/sh/ldsodefs.h: Likewise.
38081         * sysdeps/sparc/ldsodefs.h: Likewise.
38082         * sysdeps/x86_64/ldsodefs.h: Likewise.
38083
38084 2012-07-25  Marek Polacek  <polacek@redhat.com>
38085
38086         [BZ #6808]
38087         * math/libm-test.inc (yn_test): Add another test.
38088         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
38089         to ERANGE when the result is +-Inf.
38090         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
38091         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
38092         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
38093         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
38094
38095 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
38096
38097         * conform/data/time.h-data (NULL): Use macro-constant.  Require
38098         equal to 0.
38099         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
38100         clock_t.
38101         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
38102
38103 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
38104
38105         * configure.in <sysdeps resolving>: Correct printing
38106         Implies_before.
38107         * configure: Regenerate.
38108
38109 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
38110
38111         * math/w_ilogb.c: Include <limits.h>.
38112         * math/w_ilogbl.c: Likewise.
38113
38114 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
38115
38116         * manual/lang.texi (__va_copy): Document primarily as ISO C99
38117         va_copy.  Document allowing for unavailable va_copy only as
38118         pre-C99 compatibility.
38119         * manual/string.texi (Copying and Concatenation): Use va_copy
38120         instead of __va_copy in concat example.
38121
38122 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
38123
38124         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
38125         (__sendto): Use create_address_port.  Initialize APORT and deallocate
38126         it if not null.
38127
38128         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
38129         with O_NOLINK passed to __file_name_lookup.
38130
38131         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
38132         with O_NOLINK passed to __file_name_lookup.
38133
38134         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
38135         negative N or less than NGIDS.
38136
38137         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
38138         type to string_t.  Set ERANGE as errno and return it if NAME is not big
38139         enough.  Use memcpy instead of strncpy.
38140
38141 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
38142
38143         * elf/Makefile (check-data): Remove.
38144         (localplt.data): New vpath directive.
38145         ($(objpfx)check-localplt.out): Use localplt.data from vpath
38146         instead of $(check-data).
38147         * scripts/data/localplt-generic.data: Move to ...
38148         * sysdeps/generic/localplt.data: ... here.
38149         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
38150         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
38151         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
38152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
38153         ... here.
38154         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
38155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
38156         ... here.
38157         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
38158         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
38159         ... here.
38160         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
38161         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
38162         ... here.
38163         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
38164         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
38165         ... here.
38166         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
38167         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
38168         ... here.
38169
38170 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38171
38172         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
38173         PPC32 and PPC64 files.
38174         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
38175         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
38176
38177 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38178
38179         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
38180         __makecontext_ret to ...
38181         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
38182         ... here and call exit if uc_link is NULL.  New file.
38183         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
38184         __makecontext_ret.S.
38185         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
38186         __makecontext_ret to ...
38187         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
38188         ... here and call exit if uc_link is NULL.  New file.
38189         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
38190         __makecontext_ret.S.
38191
38192 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38193
38194         * elf/elf.h (R_390_IRELATIVE): New definition.
38195         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
38196         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
38197         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
38198         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
38199         (elf_machine_lazy_rel): Likewise.
38200         * sysdeps/s390/dl-irel.h: New file.
38201         * sysdeps/s390/s390-64/memcpy.S: New asm code.
38202         * sysdeps/s390/s390-64/memset.S: New asm code.
38203         * sysdeps/s390/s390-64/memcmp.S: New asm code.
38204         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
38205         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
38206         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
38207         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
38208         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
38209         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
38210         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
38211         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
38212         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
38213         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
38214         * sysdeps/s390/s390-32/memcpy.S: New asm code.
38215         * sysdeps/s390/s390-32/memset.S: New asm code.
38216         * sysdeps/s390/s390-32/memcmp.S: New asm code.
38217
38218 2012-07-17  Marek Polacek  <polacek@redhat.com>
38219
38220         [BZ #14349]
38221         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
38222         * sysdeps/s390/s390-64/configure.in: Likewise.
38223         * sysdeps/sparc/configure.in: Likewise.
38224         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
38225         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
38226         * sysdeps/i386/configure.in: Likewise.
38227         * sysdeps/x86_64/configure.in: Likewise.
38228         * sysdeps/sh/configure.in: Likewise.
38229         * sysdeps/s390/s390-32/configure: Regenerated.
38230         * sysdeps/s390/s390-64/configure: Likewise.
38231         * sysdeps/x86_64/configure: Likewise.
38232         * sysdeps/sh/configure: Likewise.
38233         * sysdeps/powerpc/powerpc64/configure: Likewise.
38234         * sysdeps/powerpc/powerpc32/configure: Likewise.
38235         * sysdeps/sparc/configure: Likwise.
38236         * sysdeps/i386/configure: Likewise.
38237
38238         * elf/dl-open.c: Comment fixes.
38239
38240 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
38241
38242         * Makefile [CXX] (check-data): Remove.
38243         [CXX] (c++-types.data): New vpath directive.
38244         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
38245         vpath.  Do not allow for C++ type data being missing.
38246         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
38247         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
38248         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
38249         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
38250         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
38251         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
38252         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
38253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
38254         ... here.
38255         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
38256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
38257         ... here.
38258         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
38259         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
38260         ... here.
38261         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
38262         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
38263         ... here.
38264         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
38265         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
38266         ... here.
38267         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
38268         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
38269         ... here.
38270         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
38271         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
38272         ... here.
38273         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
38274         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
38275
38276         * elf/tls-macros.h (TLS_LE): Move architecture-specific
38277         definitions to architecture-specific files.
38278         (TLS_IE): Likewise.
38279         (TLS_LD): Likewise.
38280         (TLS_GD): Likewise.
38281         * sysdeps/i386/tls-macros.h: New file.
38282         * sysdeps/powerpc/tls-macros.h: Likewise.
38283         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
38284         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
38285         * sysdeps/sh/tls-macros.h: Likewise.
38286         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
38287         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
38288         * sysdeps/x86_64/tls-macros.h: Likewise.
38289
38290 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
38291
38292         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
38293         zero value for regular exit case.
38294
38295         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
38296         (__start_context): Preserve zero value for regular exit case.
38297
38298 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
38299             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38300
38301         * manual/setjmp.texi (setcontext): Clarify normal process
38302         termination when uc_link is the null pointer.
38303         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
38304         exit call.
38305
38306 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
38307
38308         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
38309         preprocessor.  Test for each exception mask separately.
38310
38311 2012-07-16  Andreas Jaeger  <aj@suse.de>
38312
38313         * po/ru.po: Update from translation team.
38314
38315 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
38316
38317         * conform/data/string.h-data (NULL): Use macro-constant.  Require
38318         equal to 0.
38319         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38320         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38321         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
38322         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
38323         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38324
38325 2012-07-13  Andreas Jaeger  <aj@suse.de>
38326
38327         * po/fr.po: Update from translation team.
38328
38329 2012-07-12  Marek Polacek  <polacek@redhat.com>
38330
38331         [BZ #14173]
38332         * math/libm-test.inc (yn_test): Add test for BZ #14173.
38333         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
38334         loop condition.
38335
38336 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
38337
38338         [BZ #13717]
38339         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38340         Change to 2.4.1 where previously 2.4.0.
38341         * sysdeps/unix/sysv/linux/configure: Regenerated.
38342         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
38343         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
38344         version.
38345         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
38346         (__ASSUME_AT_CLKTCK): Remove.
38347         (__ASSUME_AT_PAGESIZE): Likewise.
38348         (__ASSUME_AT_XID): Likewise.
38349         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
38350         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
38351         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
38352         unconditionally.
38353         (HAVE_AUX_PAGESIZE): Likewise.
38354         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
38355         [__ASSUME_AT_CLKTCK]: Make code unconditional.
38356         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
38357
38358 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
38359
38360         [BZ #14307]
38361         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
38362         the temporary buffer used to invoke __gethostbyname2_r,
38363         __gethostbyaddr_r and gethostbyname4_r to make room for struct
38364         host_data / struct gaih_addrtuple.
38365         * resolv/nss_dns/dns-host.c (global scope): Move definition of
38366         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
38367         header file nss/nsswitch.h.
38368         * nss/nsswitch.h (global scope): Add definition of implementation
38369         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
38370         resolv/nss_dns/dns-host.c).
38371
38372 2012-07-11  Andreas Jaeger  <aj@suse.de>
38373
38374         * po/fr.po: Update from translation team.
38375
38376         * po/sv.po: Update from translation team
38377         * po/fr.po: Another update from translation team.
38378
38379 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38380
38381         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
38382         for subnormals or multiply small sinh result by itself.
38383         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
38384         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38385
38386 2012-07-11  David S. Miller  <davem@davemloft.net>
38387
38388         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38389
38390 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
38391
38392         [BZ #14347]
38393         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
38394         (INTERNAL_MARK): Shift it here.
38395
38396 2012-07-10  Marek Polacek  <polacek@redhat.com>
38397
38398         [BZ #14151]
38399         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
38400         libc_cv_asm_global_directive with .globl.
38401         * configure: Regenerated.
38402         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
38403         with .globl.
38404         * sysdeps/i386/configure: Regenerated.
38405         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
38406         with .globl.
38407         * sysdeps/x86_64/configure: Regenerated.
38408         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
38409         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
38410         * elf/tst-unique2mod2.c: Likewise.
38411         * elf/tst-unique2mod1.c: Likewise.
38412         * elf/tst-unique1mod2.c: Likewise.
38413         * elf/tst-unique1mod1.c: Likewise.
38414         * sysdeps/s390/s390-32/sysdep.h: Likewise.
38415         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38416         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38417         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38418         * sysdeps/mach/sysdep.h: Likewise.
38419         * sysdeps/i386/sysdep.h: Likewise.
38420         * sysdeps/i386/i386-mcount.S: Likewise.
38421         * sysdeps/x86_64/_mcount.S: Likewise.
38422         * sysdeps/x86_64/sysdep.h: Likewise.
38423         * sysdeps/sh/_mcount.S: Likewise.
38424         * sysdeps/sh/sysdep.h: Likewise.
38425         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
38426         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
38427         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
38428         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
38429         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
38430         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
38431         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
38432         * locale/localeinfo.h: Likewise.
38433         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
38434         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
38435
38436 2012-07-09  Roland McGrath  <roland@hack.frob.com>
38437
38438         [BZ #14336]
38439         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
38440         system".
38441         * manual/message.texi (The Uniforum approach): Likewise.
38442         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
38443         (glibc iconv Implementation): Likewise.
38444
38445 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
38446
38447         [BZ #14337]
38448         * math/s_clog.c (__clog): Avoid scaling a value down where that
38449         could result in underflow.
38450         * math/s_clog10.c (__clog10): Likewise.
38451         * math/s_clog10f.c (__clog10f): Likewise.
38452         * math/s_clog10l.c (__clog10l): Likewise.
38453         * math/s_clogf.c (__clogf): Likewise.
38454         * math/s_clogl.c (__clogl): Likewise.
38455         * math/libm-test.inc (clog_test): Add more tests.
38456         (clog10_test): Likewise.
38457         * sysdeps/i386/fpu/libm-test-ulps: Update.
38458         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38459
38460 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
38461
38462         [BZ #14283]
38463         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
38464         by 7 not 8 to examine high bit of fractional part.
38465
38466         [BZ #14042]
38467         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
38468         for call to __mcount_internal.
38469         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
38470         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
38471         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
38472
38473 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
38474
38475         [BZ #14154]
38476         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
38477         approximation for values within 0x1p-13f of an odd multiple of
38478         pi/4.
38479         * math/libm-test.inc (tan_test): Do not allow spurious underflow
38480         exception.  Add more tests.
38481         * sysdeps/i386/fpu/libm-test-ulps: Update.
38482
38483         [BZ #6778]
38484         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
38485         inputs and return -1 for them.  Do not check for +Inf in case not
38486         reachable for +Inf.
38487         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
38488         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
38489         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
38490         and return -1 for them.  Do not check for +Inf in case not
38491         reachable for +Inf.
38492         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
38493         define.
38494         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
38495         and return -1 for them.  Do not check for +Inf in case not
38496         reachable for +Inf.
38497         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
38498         spurious underflow.
38499         * sysdeps/i386/fpu/libm-test-ulps: Update.
38500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38501
38502 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
38503
38504         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
38505
38506 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
38507
38508         [BZ #14157]
38509         [BZ #14331]
38510         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
38511         could result in spurious underflow.  Scale down values above
38512         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
38513         * math/s_csqrtf.c (__csqrtf): Likewise.
38514         * math/s_csqrtl.c (__csqrtl): Likewise.
38515         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
38516         spurious underflow.
38517         * sysdeps/i386/fpu/libm-test-ulps: Update.
38518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38519
38520 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
38521
38522         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
38523         xopen-msg.sed.
38524         * catgets/xopen-msg.awk: New file.
38525         * catgets/xopen-msg.sed: Removed.
38526
38527         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
38528         po2text.sed.
38529         * intl/po2test.awk: New file.
38530         * intl/po2test.sed: Removed.
38531
38532 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
38533
38534         [BZ #14328]
38535         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
38536         or multiply small sinh result by itself.
38537         * math/s_ctanf.c (__ctanf): Likewise.
38538         * math/s_ctanh.c (__ctanh): Likewise.
38539         * math/s_ctanhf.c (__ctanhf): Likewise.
38540         * math/s_ctanhl.c (__ctanhl): Likewise.
38541         * math/s_ctanl.c (__ctanl): Likewise.
38542         * math/libm-test.inc (ctan_test_tonearest): New function.
38543         (ctan_test_towardzero): Likewise.
38544         (ctan_test_downward): Likewise.
38545         (ctan_test_upward): Likewise.
38546         (ctanh_test_tonearest): Likewise.
38547         (ctanh_test_towardzero): Likewise.
38548         (ctanh_test_downward): Likewise.
38549         (ctanh_test_upward): Likewise.
38550         (main): Call these new functions.
38551         * sysdeps/i386/fpu/libm-test-ulps: Update.
38552         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38553
38554 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
38555
38556         * .gitignore: Delete /ports entry.
38557
38558 2012-07-03  Andreas Jaeger  <aj@suse.de>
38559
38560         * po/bg.po: Update from translation team.
38561         * po/cs.po: Likewise.
38562         * po/de.po: Likewise.
38563         * po/hr.po: Likewise.
38564         * po/nl.pl: Likewise.
38565         * po/pl.po: Likewise.
38566         * po/vi.po: Likewise.
38567
38568 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
38569
38570         * Makeconfig [!+link] (+link-before-libc): New variable.
38571         [!+link] (+link-after-libc): Likewise.
38572         [!+link] (+link-tests): Likewise.
38573         [!+link] (+link): Define in terms of $(+link-before-libc) and
38574         $(+link-after-libc).
38575         [!+link-static] (+link-static-before-libc): New variable.
38576         [!+link-static] (+link-static-after-libc): Likewise.
38577         [!+link-static] (+link-static-tests): Likewise.
38578         [!+link-static] (+link-static): Define in terms of
38579         $(+link-static-before-libc) and $(+link-static-after-libc).
38580         [build-shared] (link-libc-before-gnulib): New variable.
38581         [build-shared] (link-libc-tests): Likewise.
38582         [build-shared] (link-libc): Define in terms of
38583         $(link-libc-before-gnulib).
38584         [!build-shared] (link-libc-tests): New variable.
38585         (link-libc-static-tests): New variable.
38586         [!gnulib] (gnulib-arch): New variable.
38587         [!gnulib] (gnulib-tests): Likewise.
38588         [!gnulib] (static-gnulib-arch): Likewise.
38589         [!gnulib] (static-gnulib-tests): Likewise.
38590         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
38591         Define with "=" instead of ":=".
38592         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
38593         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
38594         * Rules (binaries-all-notests): New variable.
38595         (binaries-all-tests): Likewise.
38596         (binaries-static-notests): Likewise.
38597         (binaries-static-tests): Likewise.
38598         (binaries-all): Define using $(binaries-all-notests) and
38599         $(binaries-all-tests).
38600         (binaries-static): Define using $(binaries-static-notests) and
38601         $(binaries-static-tests).
38602         (binaries-shared-tests): New variable.
38603         (binaries-shared-notests): Likewise.
38604         (binaries-shared): Remove variable.
38605         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
38606         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
38607         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
38608         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
38609         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
38610         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
38611         * elf/Makefile (sln-modules): New variable.
38612         (extra-objs): Add $(sln-modules:=.o).
38613         (ldconfig-modules): Add static-stubs.
38614         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
38615         * elf/static-stubs.c: New file.
38616
38617         [BZ #14283]
38618         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
38619         by 7 not 8 to examine high bit of fractional part.  Use volatile
38620         variables when splitting into final array of floats if
38621         __FLT_EVAL_METHOD__ != 0.
38622         * math/libm-test.inc (cos_test): Add another test.
38623         (sin_test): Likewise.
38624         * sysdeps/i386/fpu/libm-test-ulps: Update.
38625
38626         [BZ #14273]
38627         * math/libm-test.inc (cosh_test): Add more tests.
38628
38629         * version.h (RELEASE): Set to "development".
38630         (VERSION): Set to "2.16.90".
38631
38632 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
38633
38634         * NEWS: Update copyright. Remove last-updated date.
38635         Mention math library bug fixes and timezone data changes.
38636         * README: Mention GNU/Hurd, x32, and HPPA support status.
38637
38638 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
38639
38640         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
38641
38642 2012-06-27  Andreas Jaeger  <aj@suse.de>
38643
38644         * manual/contrib.texi (Contributors): Add Samuel Thibault.
38645
38646 2012-06-25  Andreas Jaeger  <aj@suse.de>
38647
38648         * sysdeps/s390/fpu/libm-test-ulps: Update.
38649
38650 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
38651             Thomas Schwinge  <thomas@codesourcery.com>
38652
38653         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
38654         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
38655         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
38656         fanotify_mark.
38657
38658 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
38659
38660         * sysdeps/mach/start.c: Remove file.
38661         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
38662         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
38663         * sysdeps/sh/init-first.c: Likewise.
38664
38665         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
38666         registers for frame unwinding purposes, add CFI directives.
38667         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
38668         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
38669         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
38670         Likewise.
38671
38672         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
38673         __fortify_fail returning.
38674         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
38675
38676         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
38677         sysdeps/sh/____longjmp_chk.S.
38678         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
38679         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
38680         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
38681         (gen-as-const-headers): Append sigaltstack-offsets.sym.
38682
38683         * sysdeps/sh/abort-instr.h: New file.
38684         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
38685         process in case exit returns.
38686
38687         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
38688         initialize the GOT register before use.
38689
38690         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
38691         calculation of ARGC > 4.
38692
38693         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
38694         meaningful names to some local labels.
38695
38696 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38697             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38698
38699         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
38700         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
38701         (__arch_compare_and_exchange_val_16_acq): Likewise.
38702         (__arch_compare_and_exchange_val_32_acq): Likewise.
38703         (atomic_exchange_and_add): Fix gUSA sequence.
38704         (atomic_add): Likewise.
38705         (atomic_add_negative): Likewise.
38706         (atomic_add_zero): Likewise.
38707         (atomic_bit_test_set): Likewise.
38708
38709 2012-06-22  Andreas Schwab  <schwab@redhat.com>
38710
38711         [BZ #13579]
38712         * include/link.h (struct link_map): Add l_free_initfini.
38713         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
38714         l_initfini.
38715         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
38716         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
38717         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
38718         set.
38719
38720 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
38721
38722         * configure.in: Use AC_LANG_SOURCE.
38723         * configure: Regenerate.
38724
38725 2012-06-22  Roland McGrath  <roland@hack.frob.com>
38726
38727         * configure.in (libc_cv_localstatedir): New substituted variable.
38728         * configure: Regenerated.
38729         * config.make.in (localstatedir): New variable, substituted from
38730         libc_cv_localstatedir.
38731         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
38732         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
38733         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
38734         * sysdeps/gnu/configure: Regenerated.
38735
38736 2012-06-21  Jeff Law  <law@redhat.com>
38737
38738         [BZ #14277]
38739         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
38740         free.  Simplify list management for _LIBC case.
38741
38742 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
38743
38744         [BZ #14273]
38745         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
38746         Clear sign bit of 64-bit integer value before comparing against
38747         overflow value.
38748
38749         * sysdeps/mach/configure: Regenerated.
38750
38751 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
38752
38753         [BZ #14278]
38754         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
38755
38756 2012-06-21  Jeff Law  <law@redhat.com>
38757
38758         [BZ #13882]
38759         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
38760         uint16_t for elements in the "seen" array to avoid char overflows.
38761         * elf/dl-fini.c (_dl_sort_fini): Likewise.
38762         * elf/dl-open.c (dl_open_worker): Likewise.
38763
38764 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
38765
38766         * scripts/list-sources.sh: Scan PORTS for translations.
38767         * po/libc.pot: Regenerated.
38768
38769 2012-06-21  Andreas Jaeger  <aj@suse.de>
38770
38771         [BZ #12194]
38772         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
38773         warning.
38774         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
38775         * bits/byteswap-16.h (__bswap_16): Likewise.
38776         * bits/byteswap.h (__bswap_constant_16): Likewise.
38777
38778 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
38779
38780         [BZ #14117]
38781         * sysdeps/i386/fpu_control.h: Removed.
38782         * sysdeps/x86_64/fpu_control.h: Moved to ...
38783         * sysdeps/x86/fpu_control.h: Here.
38784
38785         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
38786         (_FPU_SETCW): Likewise.
38787
38788 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
38789
38790         [BZ #14117]
38791         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
38792         * sysdeps/x86/fpu/bits/mathinline.h: This.
38793         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
38794
38795         [BZ #14050]
38796         [BZ #14117]
38797         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38798         functions if __x86_64__ is defined.
38799
38800 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
38801
38802         * string/endian.h: Add !__ASSEMBLER__ condition for including
38803         conversion interfaces.
38804
38805 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
38806
38807         [BZ #14241]
38808         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38809         of ABS(x) in calculating zero to negative powers other than odd
38810         integers.
38811         * math/libm-test.inc (pow_test): Add more tests.
38812
38813 2012-06-15  Andreas Jaeger  <aj@suse.de>
38814
38815         * manual/contrib.texi (Contributors): Update entry of Liubov
38816         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38817         Machado Filho.
38818
38819 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
38820
38821         * string/string.h: Add __wur to GNU version of strerror_r.
38822
38823 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
38824
38825         [BZ #14229]
38826         * string/Makefile (tests): Add tst-strtok_r.
38827         * string/tst-strtok_r.c: New file.
38828         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38829         RAX_LP/RDX_LP on SAVE_PTR.
38830
38831 2012-06-14  Roland McGrath  <roland@hack.frob.com>
38832
38833         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38834
38835 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
38836
38837         * libm_test.inc (csqrt_test): Allow more spurious underflow
38838         exceptions.
38839         (j0_test): Likewise.
38840         (j1_test): Likewise.
38841         (y0_test): Likewise.
38842         (y1_test): Likewise.
38843
38844 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
38845
38846         * po/Makefile (libc.pot): Use UTF-8 charset.
38847
38848 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
38849
38850         [BZ #14210]
38851         Suppress sign-conversion warning from FD_SET.
38852         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38853         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38854         not unsigned long int.
38855         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38856
38857 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38858
38859         [BZ #14050]
38860         [BZ #14117]
38861         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38862         __extern_always_inline instead of __extern_inline.
38863         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38864         (__signbit): Likewise.
38865         (__signbitl): Support C++ namespace.
38866         (lrintf): New inline function.
38867         (lrint): Likewise.
38868         (llrintf): Likewise.
38869         (llrint): Likewise.
38870         (fmaxf): Likewise.
38871         (fmax): Likewise.
38872         (fminf): Likewise.
38873         (fmin): Likewise.
38874         (rint): Likewise.
38875         (rintf): Likewise.
38876         (ceil): Likewise.
38877         (ceilf): Likewise.
38878         (floor): Likewise.
38879         (floorf): Likewise.
38880         (nearbyint): Likewise.
38881         (nearbyintf): Likewise.
38882
38883 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38884
38885         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38886         non-default versions.
38887
38888 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38889
38890         [BZ #14218]
38891         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38892
38893 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38894
38895         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38896         (FE_UPWARD, FE_DOWNWARD): Don't define.
38897         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38898         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38899
38900         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38901         reading it.
38902         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38903         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38904
38905 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38906
38907         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38908         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38909         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38910         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38911
38912 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38913
38914         [BZ #14117]
38915         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38916         * sysdeps/i386/fpu/Implies: New file.
38917         * sysdeps/x86_64/fpu/Implies: Likewise.
38918         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38919         * sysdeps/x86/fpu/bits/fenv.h: This.
38920
38921         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38922         __SSE_MATH__.
38923
38924 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38925
38926         [BZ #14134]
38927         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38928         character 0xffff that matches the last element of the
38929         conversion table.
38930
38931 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38932
38933         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38934         fmodl commit.
38935
38936 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38937
38938         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38939         values higher than 25.6283.
38940
38941 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38942
38943         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38944         subnormal exponent extraction and add some __builtin_expect.
38945         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38946         Fix for subnormal mantissa calculation.
38947
38948 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38949
38950         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38951         cpu2 is -1 and errno is not ENOSYS.
38952
38953 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38954
38955         [BZ #14117]
38956         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38957         * sysdeps/x86/bits/string.h: This.
38958         * sysdeps/x86_64/bits/string.h: Removed.
38959
38960         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38961         if not compiling for x86-64, but compiling for >= i486.
38962
38963         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38964         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38965
38966         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38967         New macro from Linux kernel 3.4.0.
38968         (FP_XSTATE_MAGIC2): Likewise.
38969         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38970         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38971         (struct _fpx_sw_bytes): New struct.
38972         (struct _xsave_hdr): Likewise.
38973         (struct _ymmh_state): Likewise.
38974         (struct _xstate): Likewise.
38975
38976         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38977         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38978         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38979         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38980         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38981         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38982
38983         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38984         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38985         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38986         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38987         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38988         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38989
38990 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38991
38992         [BZ #13743]
38993         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38994         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38995         (sysdep_headers): Include sys/platform/ppc.h.
38996         * sysdeps/powerpc/test-gettimebase.c: Test for
38997         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38998         * manual/Makefile (appendices): Include platform.texi.
38999         * manual/contrib.texi (Contributors): Update @node pointers.
39000         * manual/maint.texi (Maintenance): Likewise.
39001         (Platform): New node.
39002         * manual/platform.texi: New file.  Document the new features.
39003
39004 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
39005             Jakub Jelinek  <jakub@redhat.com>
39006
39007         [BZ #14188]
39008         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
39009         where __builtin_expect is unavailable.
39010
39011 2012-06-03  David S. Miller  <davem@davemloft.net>
39012
39013         * stdlib/longlong.h: Updated from GCC.
39014
39015 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
39016
39017         [BZ #14042]
39018         * sysdeps/powerpc/powerpc32/mcount.c: New file.
39019         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
39020         __mcount_internal.
39021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39022         (GLIBC_2.16): Likewise.
39023
39024 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39025
39026         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
39027
39028 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
39029
39030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
39031         (default-abi): New variable.
39032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
39033         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
39034         variable.
39035         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
39036         Likewise.
39037         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
39038         Likewise.
39039         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
39040         Likewise.
39041
39042         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
39043         definition.  Document in comment.
39044
39045 2012-06-01  David S. Miller  <davem@davemloft.net>
39046
39047         * stdlib/longlong.h: Updated from GCC.
39048
39049 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39050
39051         [BZ #14117]
39052         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
39053         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
39054         sys/debugreg.h sys/io.h here.
39055         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
39056         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
39057         sys/io.h.
39058         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
39059         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
39060         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
39061         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
39062         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
39063         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
39064
39065         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
39066         Define only if __x86_64__ is defined.
39067
39068 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
39069
39070         [BZ #14048]
39071         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
39072         Use int64_t for variable i.
39073         * math/libm-test.inc (fmod_test): Add more tests.
39074
39075         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
39076         z computation is not scheduled after fetestexcept.
39077         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
39078         Use math_force_eval instead of asm to ensure calculation scheduled
39079         before exception test.
39080         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
39081         Ensure a1 + u.d computation is not scheduled after fetestexcept.
39082
39083 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
39084
39085         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
39086         computation is not scheduled after fetestexcept.
39087
39088 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39089
39090         [BZ #14117]
39091         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
39092         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
39093
39094 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39095
39096         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
39097         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
39098
39099 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
39100
39101         [BZ #14117]
39102         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
39103         <bits/wordsize.h>.
39104         (__WCHAR_MIN): Support __WORDSIZE == 64.
39105         (__WCHAR_MAX): Likewise.
39106
39107         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
39108         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
39109
39110         [BZ #14183]
39111         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
39112         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
39113
39114         [BZ #14117]
39115         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
39116         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
39117
39118         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
39119         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
39120
39121         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
39122         Defined to 1 if __x86_64__ isn't defined.
39123         (_STAT_VER_LINUX_OLD): New.
39124         (st_atime): Remove duplicate.
39125         (st_mtime): Likewise.
39126         (st_ctime): Likewise.
39127
39128 2012-05-31  David S. Miller  <davem@davemloft.net>
39129
39130         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
39131         entries.
39132
39133 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
39134
39135         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
39136         gen-libm-test.pl.
39137
39138         [BZ #14132]
39139         * elf/dl-reloc.c: Include <_itoa.h>.
39140         (_dl_reloc_bad_type): Remove use of INTUSE.
39141         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
39142         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
39143         * stdio-common/psiginfo.c (psiginfo): Likewise.
39144         * stdio-common/psignal.c (psignal): Likewise.
39145         * string/strsignal.c (strsignal): Likewise.
39146         * include/signal.h (_sys_siglist): Declare hidden proto.
39147         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
39148         INTVARDEF with libc_hidden_data_def.
39149         * stdio-common/itoa-udigits.c: Likewise.
39150         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
39151         (_itoa_lower_digits_internal): Remove declaration.
39152         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
39153         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
39154         (_sys_sigabbrev_internal): Remove aliases.
39155         (_sys_siglist): Define hidden alias.
39156
39157 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
39158
39159         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39160         bits/sysctl.h.
39161
39162 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
39163
39164         [BZ #14117]
39165         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
39166         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
39167
39168         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
39169         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
39170         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
39171         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
39172         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
39173         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
39174
39175         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
39176         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
39177         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
39178
39179         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
39180         with __addr.
39181         (insw): Likewise.
39182         (insl): Likewise.
39183         (outsb): Likewise.
39184         (outsw): Likewise.
39185         (outsl): Likewise.
39186
39187         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
39188         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
39189         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
39190
39191         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
39192         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
39193         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
39194         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
39195         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
39196         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
39197
39198         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
39199         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
39200
39201         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
39202         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
39203
39204         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
39205         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
39206         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
39207
39208         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
39209         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
39210         to ...
39211         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
39212
39213         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
39214         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
39215         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
39216
39217         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
39218         for x86-64.
39219         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
39220
39221 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
39222
39223         * math/math.h (M_El): Use two more decimal places.
39224         (M_LOG2El): Likewise.
39225         (M_LOG10El): Likewise.
39226         (M_LN2l): Likewise.
39227         (M_LN10l): Likewise.
39228         (M_PIl): Likewise.
39229         (M_PI_2l): Likewise.
39230         (M_PI_4l): Likewise.
39231         (M_1_PIl): Likewise.
39232         (M_2_PIl): Likewise.
39233         (M_2_SQRTPIl): Likewise.
39234         (M_SQRT2l): Likewise.
39235         (M_SQRT1_2l): Likewise.
39236
39237 2012-05-31  David S. Miller  <davem@davemloft.net>
39238
39239         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
39240         values between float registers.
39241         * sysdeps/sparc/sparc64/memset.S: Likewise.
39242         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39243
39244 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
39245
39246         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
39247         -D_FORTIFY_SOURCE=1.
39248         (CPPFLAGS-tst-longjmp_chk.c): Define.
39249         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
39250         (CPPFLAGS-tst-longjmp_chk2.c): Define.
39251         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
39252         CFLAGS-tst-wchar-h.c.
39253
39254 2012-05-31  Marek Polacek  <polacek@redhat.com>
39255
39256         [BZ #14132]
39257         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
39258         __endmntent_internal): Remove declaration.
39259         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
39260         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
39261         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
39262
39263 2012-05-30  David S. Miller  <davem@davemloft.net>
39264
39265         * sysdeps/sparc/sparc32/soft-fp/q_util.c
39266         (___Q_simulate_exceptions): Use real FP ops rather than writing
39267         into the %fsr.
39268         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
39269         Likewise.
39270
39271 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
39272
39273         [BZ #14117]
39274         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
39275         * sysdeps/x86/bits/xtitypes.h: This.
39276
39277         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
39278         * sysdeps/x86/bits/wordsize.h: This.
39279
39280         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
39281         * sysdeps/x86/bits/huge_vall.h: This.
39282
39283         * sysdeps/i386/bits/select.h: Removed.
39284         * sysdeps/x86_64/bits/select.h: Renamed to ...
39285         * sysdeps/x86/bits/select.h: This.
39286
39287         * sysdeps/i386/bits/setjmp.h: Removed.
39288         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
39289         * sysdeps/x86/bits/setjmp.h: This.
39290
39291         * sysdeps/i386/bits/mathdef.h: Removed.
39292         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
39293         * sysdeps/x86/bits/mathdef.h: This.
39294
39295 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
39296
39297         [BZ #14132]
39298         * include/sys/socket.h (__connect_internal)
39299         (__libc_sa_len_internal): Remove declaration.
39300         (__connect, __libc_sa_len): Declare hidden_proto.
39301         (SA_LEN): Remove use of INTUSE.
39302         * socket/connect.c: Add libc_hidden_def.
39303         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
39304         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
39305         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
39306         alias.
39307         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
39308         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
39309         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
39310         of adding _internal alias.
39311
39312 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
39313
39314         [BZ #14117]
39315         * sysdeps/i386/bits/link.h: Removed.
39316         * sysdeps/i386/bits/linkmap.h: Likewise.
39317         * sysdeps/x86_64/bits/link.h: Renamed to ...
39318         * sysdeps/x86/bits/link.h: This.
39319         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
39320         * sysdeps/x86/bits/linkmap.h: This.
39321
39322         * sysdeps/i386/bits/endian.h: Removed.
39323         * sysdeps/x86_64/bits/endian.h: Renamed to ...
39324         * sysdeps/x86/bits/endian.h: This.
39325
39326         * sysdeps/i386/bits/byteswap.h: Removed.
39327         * sysdeps/i386/bits/byteswap-16.h: Likewise.
39328         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
39329         * sysdeps/x86/bits/byteswap.h: This.
39330         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
39331         * sysdeps/x86/bits/byteswap-16.h: This.
39332         * sysdeps/i386/Implies: Add x86.
39333         * sysdeps/x86_64/Implies: Likewise.
39334
39335 2012-05-30  David S. Miller  <davem@davemloft.net>
39336
39337         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
39338         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
39339         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
39340         (FP_TRAPPING_EXCEPTIONS): Define.
39341         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
39342         (FP_TRAPPING_EXCEPTIONS): Define.
39343         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
39344         subnormals only when inexact has been signalled or underflow
39345         exceptions are enabled.
39346         (_FP_PACK_CANONICAL): Likewise.
39347
39348 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
39349
39350         [BZ #14183]
39351         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
39352         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
39353
39354 2012-05-30  Richard Henderson  <rth@twiddle.net>
39355
39356         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
39357         with #ifndef NOT_IN_libc.
39358
39359         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
39360         marked to avoid plt entry.
39361
39362 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
39363
39364         [BZ #14112]
39365         * Makeconfig (default-abi): New macro.
39366         (abi-includes): Likewise.
39367         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
39368         $(abi-$(default-abi)-lib-soname) for soname if defined.
39369         ($(common-objpfx)gnu/lib-names.stmp): Generate from
39370         abi-variants.
39371         * Makefile (installed-stubs): Likewise.
39372         * include/stubs-biarch.h: Removed.
39373         * scripts/lib-names.awk: Only handle one library at a time.
39374         * scripts/soversions.awk: Remove WORDSIZE support.
39375         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
39376         entries.
39377         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
39378         Removed.
39379         (syscall-list-default-condition): Likewise.
39380         (syscall-list-default-condition): Likewise.
39381         (syscall-list-includes): Likewise.
39382         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
39383         syscall-list-* with abi-*.  Handle undefined abi-variants.
39384         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
39385         * sysdeps/unix/sysv/linux/i386/Implies: New file.
39386         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
39387         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
39388         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
39389         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
39390         Removed.
39391         (syscall-list-32-options): Likewise.
39392         (syscall-list-32-condition): Likewise.
39393         (syscall-list-64-options): Likewise.
39394         (syscall-list-64-condition): Likewise.
39395         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
39396         macro.
39397         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
39398         Renamed to ...
39399         (abi-*): This.
39400         (abi-64-ld-soname): New macro.
39401         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
39402         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
39403         Renamed to ...
39404         (abi-*): This.
39405         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
39406         * sysdeps/x86_64/x32/shlib-versions: Likewise.
39407
39408 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
39409
39410         * sysdeps/unix/sysv/linux/kernel-features.h
39411         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
39412         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
39413         include <kernel-features.h>.
39414         [!__NR_ftruncate64]: Remove conditional code.
39415         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
39416         [__NR_ftruncate64]: Make code unconditional.
39417         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
39418         * sysdeps/unix/sysv/linux/truncate64.c: Do not
39419         include <kernel-features.h>.
39420         [!__NR_ftruncate64]: Remove conditional code.
39421         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
39422         [__NR_ftruncate64]: Make code unconditional.
39423         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
39424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
39425         include <kernel-features.h>.
39426         [!__NR_ftruncate64]: Remove conditional code.
39427         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
39428         [__NR_ftruncate64]: Make code unconditional.
39429         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
39430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
39431         include <kernel-features.h>.
39432         [!__NR_ftruncate64]: Remove conditional code.
39433         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
39434         [__NR_ftruncate64]: Make code unconditional.
39435         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
39436
39437         * configure.in (libc_cv_fpie): Weaken to a compile test using
39438         LIBC_TRY_CC_OPTION.
39439         * configure: Regenerated.
39440
39441 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39442
39443         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
39444         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
39445         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
39446         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
39447         Refreshed.
39448         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
39449         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
39450         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
39451         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
39452         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
39453         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
39454         Refreshed.
39455
39456 2012-05-27  David S. Miller  <davem@davemloft.net>
39457
39458         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
39459         (___Q_zero): New.
39460         (__Q_simulate_exceptions): Return void.  Change to simulate
39461         exceptions by writing into the %fsr.
39462         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
39463         (__Qp_handle_exceptions): Likewise.
39464         (numbers): Delete.
39465         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
39466         __Qp_handle_exceptions.
39467         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
39468         __Qp_handle_exceptions.
39469         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
39470         as unused and give dummy FP_RND_NEAREST initializer.
39471         (FP_INHIBIT_RESULTS): Define.
39472         (___Q_simulate_exceptions): Update declaration.
39473         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
39474         formatting.
39475         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
39476         as unused and give dummy FP_RND_NEAREST initializer.
39477         (__Qp_handle_exceptions): Update declaration.
39478         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
39479         formatting.
39480
39481 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
39482
39483         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
39484         the temporary FPU control word.
39485         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
39486         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
39487         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
39488         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
39489         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
39490         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
39491         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
39492         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
39493         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
39494         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
39495         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
39496
39497 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39498
39499         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
39500         fields.
39501
39502 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
39503
39504         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
39505         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
39506         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
39507         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
39508         Likewise.
39509         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
39510         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
39511         Likewise.
39512
39513 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
39514
39515         * po/h.po: Update from translation team.
39516
39517 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
39518
39519         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
39520
39521         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
39522         handling of denormals.
39523         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
39524         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
39525         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
39526         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
39527         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
39528         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
39529         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
39530         Likewise.
39531
39532 2012-05-26  Marek Polacek  <polacek@redhat.com>
39533
39534         [BZ #14152]
39535         * math/libm-test.inc (fma_test): Don't always expect underflow
39536         exception.
39537
39538 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39539
39540         [BZ #12416]
39541         * elf/tst-execstack.c: Include stackinfo.h.
39542         (do_test): Adjust test case to ensure that pthread_getattr_np
39543         behaviour remains the same after marking stack executable.
39544
39545 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
39546
39547         * sysdeps/unix/sysv/linux/kernel-features.h
39548         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
39549         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
39550         kernel-features.h.
39551         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
39552         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
39553         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
39554         kernel-features.h.
39555         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
39556         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
39557
39558 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
39559
39560         * configure.in: Define the default includes to being none.
39561         * configure: Regenerated.
39562
39563 2012-05-25  Roland McGrath  <roland@hack.frob.com>
39564
39565         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
39566         * sysdeps/x86_64/setjmp.S: Likewise.
39567         * sysdeps/i386/bsd-setjmp.S: Likewise.
39568         * sysdeps/i386/bsd-_setjmp.S: Likewise.
39569         * sysdeps/i386/setjmp.S: Likewise.
39570         * sysdeps/i386/__longjmp.S: Likewise.
39571         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39572         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
39573
39574         * include/stap-probe.h: New file.
39575         * configure.in: Handle --enable-systemtap.
39576         * configure: Regenerated.
39577         * config.h.in (USE_STAP_PROBE): New #undef.
39578         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
39579         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
39580         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
39581
39582 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
39583
39584         [BZ #13717]
39585         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39586         to 2.4.0 where earlier.
39587         * sysdeps/unix/sysv/linux/configure: Regenerated.
39588         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
39589         <kernel-features.h>.
39590         [__ASSUME_32BITUIDS]: Make code unconditional.
39591         [!__ASSUME_32BITUIDS]: Remove conditional code.
39592         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
39593         <kernel-features.h>.
39594         [__ASSUME_32BITUIDS]: Make code unconditional.
39595         [!__ASSUME_32BITUIDS]: Remove conditional code.
39596         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
39597         [__ASSUME_32BITUIDS]: Make code unconditional.
39598         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
39599         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
39600         <kernel-features.h>.
39601         [__ASSUME_32BITUIDS]: Make code unconditional.
39602         [!__ASSUME_32BITUIDS]: Remove conditional code.
39603         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
39604         <kernel-features.h>.
39605         [__ASSUME_32BITUIDS]: Make code unconditional.
39606         [!__ASSUME_32BITUIDS]: Remove conditional code.
39607         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
39608         <kernel-features.h>.
39609         [__ASSUME_32BITUIDS]: Make code unconditional.
39610         [!__ASSUME_32BITUIDS]: Remove conditional code.
39611         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
39612         <kernel-features.h>.
39613         [__ASSUME_32BITUIDS]: Make code unconditional.
39614         [!__ASSUME_32BITUIDS]: Remove conditional code.
39615         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
39616         <kernel-features.h>.
39617         [__ASSUME_32BITUIDS]: Make code unconditional.
39618         [!__ASSUME_32BITUIDS]: Remove conditional code.
39619         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
39620         <kernel-features.h>.
39621         [__ASSUME_32BITUIDS]: Make code unconditional.
39622         [!__ASSUME_32BITUIDS]: Remove conditional code.
39623         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
39624         <kernel-features.h>.
39625         [__ASSUME_32BITUIDS]: Make code unconditional.
39626         [!__ASSUME_32BITUIDS]: Remove conditional code.
39627         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
39628         <kernel-features.h>.
39629         [__ASSUME_32BITUIDS]: Make code unconditional.
39630         [!__ASSUME_32BITUIDS]: Remove conditional code.
39631         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
39632         <kernel-features.h>.
39633         [__ASSUME_32BITUIDS]: Make code unconditional.
39634         [!__ASSUME_32BITUIDS]: Remove conditional code.
39635         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
39636         <kernel-features.h>.
39637         [__ASSUME_32BITUIDS]: Make code unconditional.
39638         [!__ASSUME_32BITUIDS]: Remove conditional code.
39639         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
39640         <kernel-features.h>.
39641         [__NR_setresgid] (__setresgid): Do not declare.
39642         [__ASSUME_32BITUIDS]: Make code unconditional.
39643         [!__ASSUME_32BITUIDS]: Remove conditional code.
39644         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
39645         <kernel-features.h>.
39646         [__NR_setresuid] (__setresuid): Do not declare.
39647         [__ASSUME_32BITUIDS]: Make code unconditional.
39648         [!__ASSUME_32BITUIDS]: Remove conditional code.
39649         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
39650         <kernel-features.h>.
39651         [__ASSUME_32BITUIDS]: Make code unconditional.
39652         [!__ASSUME_32BITUIDS]: Remove conditional code.
39653         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
39654         <kernel-features.h>.
39655         [__ASSUME_32BITUIDS]: Make code unconditional.
39656         [!__ASSUME_32BITUIDS]: Remove conditional code.
39657         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
39658         <kernel-features.h>.
39659         [__ASSUME_32BITUIDS]: Make code unconditional.
39660         [!__ASSUME_32BITUIDS]: Remove conditional code.
39661         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
39662         <kernel-features.h>.
39663         [__ASSUME_32BITUIDS]: Make code unconditional.
39664         [!__ASSUME_32BITUIDS]: Remove conditional code.
39665         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
39666         <kernel-features.h>.
39667         [__ASSUME_32BITUIDS]: Make code unconditional.
39668         [!__ASSUME_32BITUIDS]: Remove conditional code.
39669         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
39670         <kernel-features.h>.
39671         [__ASSUME_32BITUIDS]: Make code unconditional.
39672         [!__ASSUME_32BITUIDS]: Remove conditional code.
39673         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
39674         <kernel-features.h>.
39675         [__ASSUME_32BITUIDS]: Make code unconditional.
39676         [!__ASSUME_32BITUIDS]: Remove conditional code.
39677         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
39678         <kernel-features.h>.
39679         [__ASSUME_32BITUIDS]: Make code unconditional.
39680         [!__ASSUME_32BITUIDS]: Remove conditional code.
39681         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
39682         <kernel-features.h>.
39683         [__ASSUME_32BITUIDS]: Make code unconditional.
39684         [!__ASSUME_32BITUIDS]: Remove conditional code.
39685         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
39686         <kernel-features.h>.
39687         [__ASSUME_32BITUIDS]: Make code unconditional.
39688         [!__ASSUME_32BITUIDS]: Remove conditional code.
39689         * sysdeps/unix/sysv/linux/kernel-features.h
39690         (__ASSUME_SETRESUID_SYSCALL): Remove.
39691         (__ASSUME_SETRESGID_SYSCALL): Likewise.
39692         (__ASSUME_32BITUIDS): Likewise.
39693         (__ASSUME_LDT_WORKS): Likewise.
39694         (__ASSUME_O_DIRECTORY): Likewise.
39695         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
39696         architecture but not kernel version.
39697         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
39698         (__ASSUME_MMAP2_SYSCALL): Likewise.
39699         (__ASSUME_STAT64_SYSCALL): Likewise.
39700         (__ASSUME_IPC64): Likewise.
39701         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
39702         <kernel-features.h>.
39703         [__ASSUME_32BITUIDS]: Make code unconditional.
39704         [!__ASSUME_32BITUIDS]: Remove conditional code.
39705         * sysdeps/unix/sysv/linux/opendir.c: Do not include
39706         <kernel-features.h>.
39707         [__ASSUME_O_DIRECTORY]: Make code unconditional.
39708         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
39709         132096]: Remove conditional code.
39710         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
39711         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
39712         <kernel-features.h>.
39713         [__ASSUME_32BITUIDS]: Make code unconditional.
39714         [!__ASSUME_32BITUIDS]: Remove conditional code.
39715         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
39716         <kernel-features.h>.
39717         [__ASSUME_32BITUIDS]: Make code unconditional.
39718         [!__ASSUME_32BITUIDS]: Remove conditional code.
39719         * sysdeps/unix/sysv/linux/setegid.c: Do not include
39720         <kernel-features.h>.
39721         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
39722         unconditional.
39723         (__setresgid): Do not declare.
39724         [__ASSUME_32BITUIDS]: Make code unconditional.
39725         [!__ASSUME_32BITUIDS]: Remove conditional code.
39726         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
39727         <kernel-features.h>.
39728         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
39729         unconditional.
39730         (__setresuid): Do not declare.
39731         [__ASSUME_32BITUIDS]: Make code unconditional.
39732         [!__ASSUME_32BITUIDS]: Remove conditional code.
39733         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
39734         <kernel-features.h>.
39735         [__ASSUME_32BITUIDS]: Make code unconditional.
39736         [!__ASSUME_32BITUIDS]: Remove conditional code.
39737         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
39738         <kernel-features.h>.
39739         [__ASSUME_32BITUIDS]: Make code unconditional.
39740         [!__ASSUME_32BITUIDS]: Remove conditional code.
39741
39742 2012-05-25  Richard Henderson  <rth@twiddle.net>
39743
39744         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
39745         dl_hwcap to ifunc resolver.
39746         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
39747         elf_ifunc_invoke.
39748         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
39749         dl_hwcap to ifunc resolver.
39750         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
39751
39752 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39753
39754         [BZ #14153]
39755         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
39756         for |x| <= 2**-26, not 2**-57.
39757         * math/libm-test.inc (acos_test): Do not allow spurious underflow
39758         exception.
39759
39760 2012-05-24  Jeff Law  <law@redhat.com>
39761
39762         * stdio-common/Makefile (tests): Add bug25.
39763         * stdio-common/bug25.c: New test.
39764
39765 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39766
39767         [BZ #13576]
39768         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
39769         multiple of MALLOC_ALIGNMENT in size.
39770         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
39771
39772 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39773
39774         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
39775         Require >= 256.
39776         (FILENAME_MAX): Use macro-int-constant.
39777         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
39778         (_IOFBF): Use macro-int-constant.
39779         (_IOLBF): Likewise.
39780         (_IONBF): Likewise.
39781         (SEEK_CUR): Likewise.
39782         (SEEK_END): Likewise.
39783         (SEEK_SET): Likewise.
39784         (TMP_MAX): Likewise.
39785         (EOF): Use macro-int-constant.  Require < 0.
39786         (NULL): Use macro-constant.  Require == 0.
39787         (stdin): Require type to be FILE *.
39788         (stdout): Likewise.
39789         (stderr): Likewise.
39790         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
39791         macro-int-constant.
39792         (EXIT_SUCCESS): Likewise.
39793         (NULL): Use macro-constant.  Require == 0.
39794         (RAND_MAX): Use macro-int-constant.
39795         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39796         [C99-based standards] (strtof): Require function.
39797         [C99-based standards] (strtold): Likewise.
39798         [C99-based standards] (strtoll): Likewise.
39799         [C99-based standards] (strtoull): Likewise.
39800         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39801         [ISO || ISO99 || ISO11] (limits.h): Likewise.
39802         [ISO || ISO99 || ISO11] (math.h): Likewise.
39803         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39804         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39805         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39806
39807 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
39808
39809         [BZ #14132]
39810         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39811         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39812         * intl/dgettext.c (DCGETTEXT): Likewise.
39813         * intl/gettext.c (DCGETTEXT): Likewise.
39814         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39815         * posix/regex_internal.h (gettext): Likewise.
39816         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39817         Remove declaration.
39818         * include/argz.h (__argz_count_internal)
39819         (__argz_stringify_internal): Remove declaration.
39820         (__argz_count, __argz_stringify): Declare hidden proto.
39821         * intl/dcgettext.c: Remove use of INTDEF.
39822         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39823         * string/argz-stringify.c: Likewise.
39824         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39825         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39826         Declare hidden proto.
39827         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39828         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39829         Declare hidden proto.
39830         * include/stdio.h (__asprintf_internal): Don't declare.
39831         (__asprintf): Don't define as macro.  Declare hidden proto.
39832         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39833         (__fsetlocking): Declare hidden proto.
39834         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39835         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39836         hidden proto.
39837         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39838         (_IO_setlinebuf): Remove use of INTUSE.
39839         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39840         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39841         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39842         Remove declaration.
39843         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39844         (_IO_do_flush): Remove use of INTUSE.
39845         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39846         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39847         (_IO_adjust_column, _IO_least_wmarker)
39848         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39849         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39850         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39851         (_IO_default_doallocate, _IO_wdefault_doallocate)
39852         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39853         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39854         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39855         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39856         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39857         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39858         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39859         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39860         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39861         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39862         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39863         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39864         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39865         proto.
39866         (_IO_flush_all_internal, _IO_adjust_column_internal)
39867         (_IO_default_uflow_internal, _IO_default_finish_internal)
39868         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39869         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39870         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39871         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39872         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39873         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39874         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39875         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39876         (_IO_file_close_internal, _IO_file_close_it_internal)
39877         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39878         (_IO_file_init_internal, _IO_file_attach_internal)
39879         (_IO_file_fopen_internal, _IO_file_read_internal)
39880         (_IO_file_sync_internal, _IO_file_seek_internal)
39881         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39882         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39883         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39884         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39885         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39886         (_IO_list_all_internal, _IO_link_in_internal)
39887         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39888         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39889         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39890         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39891         (_IO_do_write_internal, _IO_padn_internal)
39892         (_IO_getline_info_internal, _IO_getline_internal)
39893         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39894         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39895         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39896         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39897         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39898         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39899         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39900         with libc_hidden_ver, remove use of INTUSE.
39901         * libio/genops.c: Likewise.
39902         * libio/freopen.c: Likewise.
39903         * libio/freopen64.c: Likewise.
39904         * libio/iofclose.c: Likewise.
39905         * libio/iofdopen.c: Likewise.
39906         * libio/iofflush.c: Likewise.
39907         * libio/iofflush_u.c: Likewise.
39908         * libio/iofgets.c: Likewise.
39909         * libio/iofgets_u.c: Likewise.
39910         * libio/iofopen.c: Likewise.
39911         * libio/iofopncook.c: Likewise.
39912         * libio/iofread.c: Likewise.
39913         * libio/iofread_u.c: Likewise.
39914         * libio/ioftell.c: Likewise.
39915         * libio/iofwrite.c: Likewise.
39916         * libio/iogetline.c: Likewise.
39917         * libio/iogets.c: Likewise.
39918         * libio/iogetwline.c: Likewise.
39919         * libio/iopadn.c: Likewise.
39920         * libio/iopopen.c: Likewise.
39921         * libio/ioseekoff.c: Likewise.
39922         * libio/ioseekpos.c: Likewise.
39923         * libio/iosetbuffer.c: Likewise.
39924         * libio/iosetvbuf.c: Likewise.
39925         * libio/ioungetc.c: Likewise.
39926         * libio/ioungetwc.c: Likewise.
39927         * libio/iovdprintf.c: Likewise.
39928         * libio/iovsprintf.c: Likewise.
39929         * libio/iovsscanf.c: Likewise.
39930         * libio/memstream.c: Likewise.
39931         * libio/obprintf.c: Likewise.
39932         * libio/oldfileops.c: Likewise.
39933         * libio/oldiofclose.c: Likewise.
39934         * libio/oldiofdopen.c: Likewise.
39935         * libio/oldiofopen.c: Likewise.
39936         * libio/oldiopopen.c: Likewise.
39937         * libio/oldstdfiles.c: Likewise.
39938         * libio/putc.c: Likewise.
39939         * libio/setbuf.c: Likewise.
39940         * libio/setlinebuf.c: Likewise.
39941         * libio/stdfiles.c: Likewise.
39942         * libio/strops.c: Likewise.
39943         * libio/vasprintf.c: Likewise.
39944         * libio/vscanf.c: Likewise.
39945         * libio/vsnprintf.c: Likewise.
39946         * libio/vswprintf.c: Likewise.
39947         * libio/wfiledoalloc.c: Likewise.
39948         * libio/wfileops.c: Likewise.
39949         * libio/wgenops.c: Likewise.
39950         * libio/wmemstream.c: Likewise.
39951         * libio/wstrops.c: Likewise.
39952         * libio/__fpurge.c: Likewise.
39953         * libio/__fsetlocking.c: Likewise.
39954         * assert/assert.c: Likewise.
39955         * debug/fgets_chk.c: Likewise.
39956         * debug/fgets_u_chk.c: Likewise.
39957         * debug/fread_chk.c: Likewise.
39958         * debug/fread_u_chk.c: Likewise.
39959         * debug/gets_chk.c: Likewise.
39960         * debug/obprintf_chk.c: Likewise.
39961         * debug/vasprintf_chk.c: Likewise.
39962         * debug/vdprintf_chk.c: Likewise.
39963         * debug/vsnprintf_chk.c: Likewise.
39964         * debug/vsprintf_chk.c: Likewise.
39965         * malloc/mtrace.c: Likewise.
39966         * misc/error.c: Likewise.
39967         * misc/syslog.c: Likewise.
39968         * stdio-common/asprintf.c: Likewise.
39969         * stdio-common/fxprintf.c: Likewise.
39970         * stdio-common/getw.c: Likewise.
39971         * stdio-common/isoc99_fscanf.c: Likewise.
39972         * stdio-common/isoc99_scanf.c: Likewise.
39973         * stdio-common/isoc99_vfscanf.c: Likewise.
39974         * stdio-common/isoc99_vscanf.c: Likewise.
39975         * stdio-common/isoc99_vsscanf.c: Likewise.
39976         * stdio-common/printf-prs.c: Likewise.
39977         * stdio-common/printf_fp.c: Likewise.
39978         * stdio-common/printf_fphex.c: Likewise.
39979         * stdio-common/printf_size.c: Likewise.
39980         * stdio-common/putw.c: Likewise.
39981         * stdio-common/scanf.c: Likewise.
39982         * stdio-common/sprintf.c: Likewise.
39983         * stdio-common/tmpfile.c: Likewise.
39984         * stdio-common/vfprintf.c: Likewise.
39985         * stdio-common/vfscanf.c: Likewise.
39986         * stdlib/strfmon_l.c: Likewise.
39987         * sunrpc/openchild.c: Likewise.
39988         * sunrpc/xdr_stdio.c: Likewise.
39989         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39990         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39991
39992 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39993
39994         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39995
39996         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39997         in the third column, to generate for the shared library an IFUNC
39998         that uses _dl_vdso_vsym.
39999         * Makerules (COMPILE.c, compile-stdin.c): New variables.
40000         * Makeconfig (object-suffixes-noshared): New variable.
40001
40002         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
40003         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
40004         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
40005         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
40006
40007         [BZ #14132]
40008         * include/sys/time.h (__gettimeofday): Remove macro.
40009         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
40010         * time/gettimeofday.c (__gettimeofday): Remove #undef.
40011         Remove INTDEF.
40012         (__gettimeofday): Add libc_hidden_def.
40013         (gettimeofday): Add libc_hidden_weak.
40014         * sysdeps/mach/gettimeofday.c: Likewise.
40015         * sysdeps/posix/gettimeofday.c: Likewise.
40016         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
40017         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
40018         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
40019         (__gettimeofday_internal): Remove strong_alias.
40020         (__gettimeofday): Add libc_hidden_def.
40021         (gettimeofday): Add libc_hidden_weak.
40022         * sysdeps/unix/syscalls.list (gettimeofday):
40023         Remove __gettimeofday_internal alias.
40024
40025 2012-05-24  Daniel Jacobowitz  <drow@false.org>
40026             H.J. Lu  <hongjiu.lu@intel.com>
40027
40028         [BZ #12495]
40029         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
40030         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
40031         (largebin_index_32_big): New.
40032         (largebin_index): Use it for 16-byte alignment.
40033         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
40034         correction with front_misalign.
40035
40036 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40037
40038         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
40039         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
40040         Likewise.
40041         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
40042         Likewise.
40043         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
40044         Likewise.
40045         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
40046         Likewise.
40047         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
40048         Likewise.
40049         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
40050         Likewise.
40051         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
40052         Likewise.
40053         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
40054         Likewise.
40055         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
40056         Likewise.
40057         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
40058         Likewise.
40059         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
40060         Likewise.
40061         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
40062         Likewise.
40063
40064         * scripts/data/c++-types-x32-linux-gnu.data: New file.
40065         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
40066
40067 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40068
40069         [BZ #10846]
40070         [BZ #14036]
40071         * math/libm-test.inc (exp_test): Add test from bug 14036.
40072         (pow_test): Add test from bug 10846.
40073
40074         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
40075         and other flags.
40076         (special_function): Do not include flags in test name.
40077         (parse_args): Likewise.
40078         * sysdeps/i386/fpu/libm-test-ulps: Update.
40079         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40080         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
40081         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
40082         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40083
40084         * math/gen-libm-test.pl (%beautify): Add entries for underflow
40085         exceptions.
40086         * math/libm-test.inc ("Philosophy"): Update comment about
40087         exception testing.
40088         (UNDERFLOW_EXCEPTION): New macro.
40089         (UNDERFLOW_EXCEPTION_OK): Likewise.
40090         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
40091         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
40092         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
40093         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
40094         (INVALID_EXCEPTION_OK): Update value.
40095         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40096         (OVERFLOW_EXCEPTION_OK): Likewise.
40097         (IGNORE_ZERO_INF_SIGN): Likewise.
40098         (test_exceptions): Handle underflow exceptions.
40099         (acos_test): Update for underflow exception expectations.
40100         (cexp_test): Likewise.
40101         (clog_test): Likewise.
40102         (clog10_test): Likewise.
40103         (csqrt_test): Likewise.
40104         (ctan_test): Likewise.
40105         (ctanh_test): Likewise.
40106         (exp_test): Likewise.
40107         (exp10_test): Likewise.
40108         (exp2_test): Likewise.
40109         (expm1_test): Likewise.
40110         (fma_test): Likewise.
40111         (j0_test): Likewise.
40112         (jn_test): Likewise.
40113         (nexttoward_test): Likewise.
40114         (pow_test): Likewise.
40115         (scalbn_test): Likewise.
40116         (scalbln_test): Likewise.
40117         (tan_test): Likewise.
40118         (y1_test): Likewise.
40119         * sysdeps/i386/fpu/libm-test-ulps: Update.
40120         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40121
40122 2012-05-23  David S. Miller  <davem@davemloft.net>
40123
40124         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40125         (__libc_sigaction): Remove unused local variables.
40126
40127 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40128
40129         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
40130
40131 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
40132
40133         mktime: avoid signed integer overflow
40134         * time/mktime.c (__mktime_internal): Do not mishandle the case
40135         where diff == INT_MIN.
40136
40137         mktime: simplify computation of average
40138         * time/mktime.c (ranged_convert): Use new time_t_avg function
40139         instead of rolling our own (probably-slower) code.
40140
40141         mktime: do not assume signed right shift propagates sign bit
40142         * time/mktime.c (isdst_differ): New static function.
40143         (__mktime_internal): No need to normalize tm_isdst now.
40144         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
40145         tm_isdst values.
40146
40147         mktime: merge another wrapv change from gnulib
40148         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
40149         from some compilers.
40150
40151         mktime: remove incorrect attempt at unusual arithmetics
40152         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
40153         The code didn't really work on such machines anyway.
40154         (TYPE_MINIMUM): Assume two's complement.
40155         (twos_complement_arithmetic): Verify that long_int and time_t
40156         are two's complement (or unsigned, in the latter case).
40157
40158         mktime: check signed shifts on long_int and time_t, too
40159         * time/mktime.c (SHR): Check that shifts work as desired
40160         on the types long_int and time_t too, as SHR is used on
40161         such types.
40162
40163         mktime: do not assume 'long' is wide enough
40164         * time/mktime.c (verify): Move decl up.
40165         (long_int): New type.
40166         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
40167         to remove assumption in the code that 'long' is wide enough to
40168         store year values.  This assumption is not true on x32 and on
40169         some non-glibc platforms.
40170
40171         mktime: merge wrapv change from gnulib
40172         * time/mktime.c (WRAPV): New macro.
40173         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
40174         (guess_time_tm, __mktime_internal): Do not assume that signed
40175         integer overflow wraps around; modern compilers generate code
40176         where this assumption is no longer valid.
40177
40178 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40179
40180         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
40181         Replace "jmp L(pseudo_end)" with "ret".
40182         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
40183         Likewise.
40184
40185 2012-05-23  Andreas Jaeger  <aj@suse.de>
40186
40187         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
40188         * sysdeps/unix/sysv/linux/poll.c: Remove file.
40189
40190 2012-05-23  Andreas Jaeger  <aj@suse.de>
40191             Maximilian Attems  <max@stro.at>
40192
40193         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
40194         New macros.
40195
40196 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40197
40198         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
40199         code so that pseudo_end is just ret and the stack pointer is
40200         correct also for static library in error case.
40201
40202 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
40203
40204         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
40205         move to syscalls.list.
40206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
40207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
40208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
40209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
40210
40211         * manual/install.texi (Running make install): Do not mention Linux
40212         kernel version for which pt_chown is not needed.
40213         (Linux): Do not mention problems with nscd with 2.0 kernels.
40214         * INSTALL: Regenerated.
40215
40216 2012-05-23  Andreas Jaeger  <aj@suse.de>
40217
40218         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
40219         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
40220         macro.
40221         * sysdeps/unix/sysv/linux/s390/bits/mman.h
40222         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40223         * sysdeps/unix/sysv/linux/sh/bits/mman.h
40224         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40225         * sysdeps/unix/sysv/linux/i386/bits/mman.h
40226         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40227         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
40228         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40229         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
40230         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40231         * sysdeps/unix/sysv/linux/bits/in.h
40232         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
40233
40234 2012-05-22  Roland McGrath  <roland@hack.frob.com>
40235
40236         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
40237         (PREPARE_VERSION): Just use assert instead, it will be elided
40238         under [NDEBUG] anyway.
40239
40240 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
40241
40242         * sysdeps/unix/sysv/linux/Makefile: Include
40243         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
40244         (sysdep_routines): Remove sysctl.
40245         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
40246         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
40247         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
40248         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
40249         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
40250
40251 2012-05-22  Andreas Jaeger  <aj@suse.de>
40252
40253         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
40254         that pseudo_end is just ret and the stack pointer is correct also
40255         for static library in error case.
40256
40257 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
40258
40259         [BZ #14122]
40260         * nss/nsswitch.c (defconfig_entries): New variable.
40261         (__nss_database_lookup): Don't leak defconfig entries.
40262         (nss_parse_service_list): Don't leak on error paths.
40263         (free_database_entries): New function.
40264         (free_defconfig): New function.
40265         (free_mem): Move common code to free_database_entries.
40266
40267 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
40268
40269         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
40270         Add arch_prctl.
40271         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
40272
40273         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
40274         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
40275         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
40276         New macro.
40277         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
40278         (INTERNAL_SYSCALL_TYPES): Likewise.
40279         (LOAD_ARGS_TYPES_[1-6]): Likewise.
40280         (LOAD_REGS_TYPES_[1-6]): Likewise.
40281         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
40282         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
40283
40284 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40285
40286         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
40287         copysignl for GLIBC_2_0.
40288         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
40289         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
40290         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
40291         logbl for GLIBC_2_0.
40292         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
40293         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
40294
40295 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
40296
40297         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
40298         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40299
40300         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
40301         Use "neg %eax".
40302
40303         * time/mktime.c: Update copyright years.
40304
40305 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
40306
40307         mktime: merge comment-quoting-style change from gnulib
40308         * time/mktime.c: Quote 'like this' in comments.
40309         The GNU coding standards suggest that we no longer quote `like this',
40310         as "`" and "'" are typically rendered asymmetrically nowadays.
40311         The typical gnulib style is to quote 'like this' when quoting
40312         code, and "like this" when quoting English.
40313
40314         * time/mktime.c (compile-command): Add "-I.".
40315
40316         mktime: merge mktime-internal.h change from gnulib
40317         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
40318
40319         mktime: merge time_r change from gnulib
40320         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
40321
40322         mktime: merge DEBUG change from gnulib
40323         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
40324         case system <time.h> has a #define.
40325
40326         mktime: merge <sys/types.h> change from gnulib
40327         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
40328         since <time.t> is now guaranteed to define time_t.
40329
40330         mktime: merge HAVE_CONFIG_H change from gnulib
40331         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
40332
40333 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
40334
40335         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
40336         Use "neg %eax".
40337
40338         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
40339         __rlim_t cast.
40340         (struct rusage): Use anonymous union to pad each field to
40341         __syscall_slong_t.
40342
40343 2012-05-21  David S. Miller  <davem@davemloft.net>
40344
40345         * Makefules (o-iterator): Remove .s cases.
40346         (compile-command.s): Delete.
40347         (COMPILE.s): Delete.
40348         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
40349
40350 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
40351
40352         * configure.in (libc_cv_predef_stack_protector): Only consider
40353         "foobar" and "__stack_chk_fail" lines in libc_undefs.
40354         * configure: Regenerated.
40355
40356 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
40357
40358         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
40359         New macro.  Use R*LP on int and pointer.
40360         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
40361         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
40362         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
40363         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
40364
40365         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
40366         [__WORDSIZE_TIME64_COMPAT32] instead of
40367         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
40368         (struct utmp): Likewise.
40369         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
40370         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
40371         Renamed to ...
40372         (__WORDSIZE_TIME64_COMPAT32): This.
40373         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
40374         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
40375         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
40376         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
40377         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
40378         (__WORDSIZE_TIME64_COMPAT32): New macro.
40379
40380 2012-05-21  Andreas Jaeger  <aj@suse.de>
40381
40382         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
40383         only if [SHARED]. Add prototype for __wcschr_ia32.
40384
40385 2012-05-21  Roland McGrath  <roland@hack.frob.com>
40386
40387         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
40388         of %rbp unmolested in the jmp_buf while mangling the low bits.
40389         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
40390         unmolested high bits of %rbp while demangling the low bits.
40391         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40392
40393 2012-05-21  Andreas Jaeger  <aj@suse.de>
40394
40395         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
40396         * sunrpc/svc_simple.c: Use it for registerrpc.
40397         * sunrpc/xcrypt.c: Use it for passwd2des.
40398
40399         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
40400
40401 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
40402
40403         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
40404         Don't define if [__SYSCALL_WORDSIZE != 32].
40405         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
40406         New macro.
40407
40408 2012-05-21  Bruno Haible  <bruno@clisp.org>
40409             Andreas Jaeger  <aj@suse.de>
40410
40411         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
40412         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
40413         inptr and inend for must_buffer_ch.
40414         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
40415         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
40416         * stdio-common/Makefile (tests): Remove bug15.
40417         (bug15-ENV): Remove macro.
40418         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
40419         anymore.
40420
40421 2012-05-19  Andreas Jaeger  <aj@suse.de>
40422             Roland McGrath  <roland@hack.frob.com>
40423
40424         * manual/contrib.texi: Completely rewritten. It contains now an
40425         alphabetical list of contributors and their contributions.
40426
40427 2012-05-21  Richard Henderson  <rth@twiddle.net>
40428
40429         * misc/getauxval.c (__getauxval): Use unsigned long int.
40430         * misc/sys/auxv.h: Include <sys/cdefs.h>.
40431         (getauxval): Use unsigned long int.
40432
40433 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
40434
40435         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
40436
40437 2012-05-21  Roland McGrath  <roland@hack.frob.com>
40438
40439         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
40440         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
40441         __alignof__ (long double).
40442
40443 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40444
40445         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40446
40447 2012-05-20  Richard Henderson  <rth@twiddle.net>
40448
40449         * misc/getauxval.c: New file.
40450         * misc/sys/auxv.h: New file.
40451         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
40452         (routines): Add getauxval.
40453         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
40454         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
40455         * elf/dl-sysdep.c (_dl_auxv): Remove.
40456         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
40457         * elf/dl-support.c (_dl_auxv): New variable.
40458         (_dl_aux_init): Initialize it.
40459         * manual/startup.texi (Auxiliary Vector): New node.
40460         * sysdeps/generic/bits/hwcap.h: New file.
40461         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
40462         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
40463         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
40464         * sysdeps/sparc/sysdep.h: ... here.  Include it.
40465         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
40466         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
40467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40468         Update.
40469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
40470         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
40471         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
40472         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
40473         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
40474         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
40475         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
40476         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
40477
40478 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40479
40480         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40481
40482 2012-05-19  David S. Miller  <davem@davemloft.net>
40483
40484         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40485
40486 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
40487
40488         [BZ #14123]
40489         * math/s_ccosh.c: Include <float.h>
40490         (__ccosh): Avoid internal overflow calculating sinh and cosh
40491         values before multiplying by sin and cos values.
40492         * math/s_ccoshf.c: Likewise.
40493         * math/s_ccoshl.c: Likewise.
40494         * math/s_csin.c: Likewise.
40495         * math/s_csinf.c: Likewise.
40496         * math/s_csinl.c: Likewise.
40497         * math/s_csinh.c: Likewise.
40498         * math/s_csinhf.c: Likewise.
40499         * math/s_csinhl.c: Likewise.
40500         * math/libm-test.inc (ccos_test): Add more tests.
40501         (ccosh_test): Likewise.
40502         (csin_test): Likewise.
40503         (csinh_test): Likewise.
40504         * sysdeps/i386/fpu/libm-test-ulps: Update.
40505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40506
40507 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
40508
40509         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
40510         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
40511
40512         * sysdeps/x86_64/x32/_itoa.h: Add comment.
40513
40514 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
40515
40516         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
40517         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
40518         * sysdeps/powerpc/soft-fp/Versions: Likewise.
40519         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
40520         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
40521         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
40522         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
40523         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
40524         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
40525         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
40526         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
40527         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
40528         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
40529         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
40530         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
40531         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
40532         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
40533         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
40534         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
40535         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
40536         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
40537         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
40538         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
40539         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
40540         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
40541         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
40542         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
40543         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
40544         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
40545         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
40546         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
40547
40548 2012-05-18  Andreas Jaeger  <aj@suse.de>
40549
40550         * csu/.gitignore: Delete.
40551
40552 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
40553
40554         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
40555         (timex): Use __syscall_slong_t.
40556
40557 2012-05-18  Andreas Jaeger  <aj@suse.de>
40558             Carlos O'Donell  <carlos_odonell@mentor.com>
40559
40560         * manual/install.texi (Configuring and compiling): Update
40561         description about files modified in the source directory.
40562         * INSTALL: Regenerated.
40563
40564 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
40565
40566         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
40567         value.  Use "or" to set return value to -1.
40568         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
40569         negate return value.
40570
40571 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40572
40573         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
40574         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
40575         failure if the compiler has Graphite support disabled.
40576         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
40577         Likewise.
40578         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
40579         (CFLAGS-memmove.c): Likewise.
40580         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
40581         Likewise.
40582
40583 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
40584
40585         * sysdeps/x86_64/x32/_itoa.h: New file.
40586
40587         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
40588         getdents system call only if kernel and user dirents have the
40589         same d_ino and d_off.
40590
40591         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40592         LLONG_MAX != LONG_MAX.
40593         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40594         (_fitoa_word): Likewise.
40595
40596         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
40597         years.
40598         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
40599         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
40600         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
40601
40602         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
40603         include <bits/wordsize.h>.  Check __x86_64__ instead of
40604         __WORDSIZE.
40605         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
40606         if __x86_64__ is defined.  Use anonymous union on fpstate.
40607
40608         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
40609         anonymous union.
40610
40611 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
40612
40613         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
40614         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
40615         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
40616         Refer to _rtld_local_ro instead of _rtld_global_ro.
40617         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
40618         Likewise.
40619         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
40620         Likewise.
40621         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
40622         Likewise.
40623         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
40624         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
40625         of _rtld_global, and rtld_progname instead of _dl_argv[0].
40626
40627         * sysdeps/powerpc/powerpc32/dl-machine.c
40628         (__elf_machine_runtime_setup) [PROF]: Don't reference
40629         _dl_prof_resolve.
40630
40631 2012-05-18  Andreas Jaeger  <aj@suse.de>
40632
40633         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
40634         function only available for GCCs before 3.4 since GCC 3.4
40635         introduced a builtin.
40636         (lrint): Likewise.
40637         (llrintf): Likewise.
40638         (llrint): Likewise.
40639         (fmaxf): Likewise.
40640         (fmax): Likewise.
40641         (fminf): Likewise.
40642         (fmin): Likewise.
40643         (rint): Likewise.
40644         (rintf): Likewise.
40645         (nearbyint): Likewise.
40646         (nearbyintf): Likewise.
40647         (ceil): Likewise.
40648         (ceilf): Likewise.
40649         (floor): Likewise.
40650         (floorf): Likewise.
40651
40652 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40653
40654         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
40655         on both fields and cast pointer to __syscall_ulong_t.
40656
40657         * bits/types.h (__fsword_t): New type.
40658         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
40659         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
40660         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40661         (__FSWORD_T_TYPE): Likewise.
40662         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40663         (__FSWORD_T_TYPE): Likewise.
40664         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40665         (__FSWORD_T_TYPE): Likewise.
40666         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
40667         (__FSWORD_T_TYPE): Likewise.
40668         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
40669         __SWORD_TYPE with __fsword_t.
40670         (statfs64): Likewise.
40671
40672 2012-05-17  David S. Miller  <davem@davemloft.net>
40673
40674         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
40675
40676 2012-05-17  Andreas Jaeger  <aj@suse.de>
40677
40678         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
40679         warning.
40680
40681 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40682
40683         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
40684
40685 2012-05-17  Andreas Jaeger  <aj@suse.de>
40686
40687         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
40688         when it is used.
40689
40690 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
40691
40692         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
40693
40694 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40695
40696         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
40697         * sysdeps/x86_64/tst-mallocalign1.c: New file.
40698
40699 2012-05-17  Andreas Jaeger  <aj@suse.de>
40700             Carlos O'Donell  <carlos_odonell@mentor.com>
40701
40702         [BZ #14059]
40703         * sysdeps/x86_64/multiarch/init-arch.h
40704         (bit_YMM_Usable): Rename to...
40705         (bit_AVX_Usable): ... this.
40706         (bit_FMA4_Usable): New macro.
40707         (bit_XMM_state): New macro.
40708         (bit_YMM_state): New macro.
40709         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
40710         [__ASSEMBLER__] (index_AVX_Usable): ... this.
40711         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
40712         (CPUID_OSXSAVE): New macro.
40713         (CPUID_AVX): New macro.
40714         (CPUID_FMA4): New macro.
40715         (index_YMM_Usable): Rename to...
40716         (index_AVX_Usable): ... this.
40717         (HAS_AVX): Use HAS_ARCH_FEATURE.
40718         (HAS_FMA4): Likewise.
40719         (HAS_YMM_USABLE): Remove.
40720         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
40721         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
40722         are present.
40723         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
40724         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
40725         * sysdeps/x86_64/multiarch/Makefile: Likewise.
40726         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
40727         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
40728
40729 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
40730
40731         * math/libm-test.c: Support platforms without multiple rounding modes.
40732         * math/bug-nextafter.c: Support platforms without FP exceptions.
40733         * math/bug-nexttoward.c: Likewise.
40734         * math/test-fenv.c: Likewise.
40735         * math/test-misc.c: Likewise.
40736         * stdlib/bug-getcontext.c: Likewise.
40737
40738 2012-05-17  Andreas Jaeger  <aj@suse.de>
40739
40740         * manual/examples/search.c (critter_cmp): Change signature to
40741         avoid warnings.
40742         * manual/string.texi (Collation Functions): Likewise.
40743
40744 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40745
40746         * bits/types.h: Fold copyright years.
40747         * bits/typesizes.h: Likewise.
40748         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
40749         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
40750         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
40751         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
40752         * time/time.h: Likewise.
40753
40754 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
40755
40756         [BZ #208]
40757         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
40758         in instead of returning them.  Return void.
40759         (__libc_mallinfo): Accumulate over all arenas.
40760         (__malloc_stats): Adjust for change in int_mallinfo interface.
40761
40762 2012-05-16  Roland McGrath  <roland@hack.frob.com>
40763
40764         [BZ #10375]
40765         * configure.in (NM): Add AC_CHECK_TOOL for it.
40766         (libc_extra_cflags): New substituted variable.
40767         Check for -fstack-protector being used implicitly.
40768         * configure: Regenerated.
40769         * config.make.in (config-extra-cflags): New variable,
40770         gets @libc_extra_cflags@.
40771         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
40772
40773         [BZ #10375]
40774         * configure.in: Check for _FORTIFY_SOURCE being predefined.
40775         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
40776         * configure: Regenerated.
40777         * config.make.in (CPPUNDEFS): New substituted variable.
40778         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
40779         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
40780         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
40781
40782 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40783
40784         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
40785         (mq_attr): Use __syscall_slong_t.
40786
40787 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40788
40789         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
40790         Check __x86_64__ instead of __WORDSIZE.
40791         (_STAT_VER_LINUX): Likewise.
40792         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
40793         __syscall_ulong_t and __syscall_slong_t.
40794         (stat64): Likewise.
40795
40796 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40797
40798         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40799
40800 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40801
40802         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40803
40804 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40805
40806         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40807         __syscall_ulong_t.
40808
40809         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40810         include <bits/wordsize.h>.  Check __x86_64__ instead of
40811         __WORDSIZE.
40812         (greg_t): Use "__extension__ long long int" if __x86_64__ is
40813         defined.
40814         (mcontext_t): Replace "unsigned long" with "unsigned long long".
40815
40816         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40817         include <bits/wordsize.h>.  Check __x86_64__ instead of
40818         __WORDSIZE.
40819         (user_regs_struct): Use "__extension__ unsigned long long"
40820         instead of "unsigned long" if __x86_64__ is defined.
40821         (user): Likewise.  Pad after pointer field if __ILP32__ is
40822         defined.
40823
40824 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
40825
40826         * configure.in (makeinfo): Require version 4.5 or later.  Allow
40827         versions 5 to 9.
40828         * configure: Regenerated.
40829         * manual/install.texi (texinfo): Increase version requirement to
40830         4.5 or later.
40831         * INSTALL: Regenerated.
40832
40833         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40834
40835 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40836
40837         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40838
40839         * sysdeps/x86_64/x32/ffs.c: New file.
40840
40841         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40842         __syscall_ulong_t.
40843         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40844         defined.  Use __syscall_ulong_t.
40845         (shminfo): Use __syscall_ulong_t.
40846         (shm_info): Likewise.
40847
40848         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40849         __syscall_ulong_t.
40850
40851         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40852         <bits/wordsize.h>.
40853         (msgqnum_t): Use __syscall_ulong_t.
40854         (msglen_t): Likewise.
40855         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
40856         __syscall_ulong_t.
40857
40858         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40859         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40860
40861         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40862
40863         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40864         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40865
40866         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40867         __syscall_slong_t.
40868
40869         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40870         include <bits/wordsize.h>.  Check __x86_64__ instead of
40871         __WORDSIZE.
40872
40873         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40874         "unsigned long long int" if __x86_64__ is defined.
40875         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40876
40877         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40878         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40879         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40880
40881         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40882         <stdint.h>.
40883         (GET_PC): Cast to uintptr_t first.
40884         (GET_FRAME): Likewise.
40885         (GET_STACK): Likewise.
40886
40887         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40888         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40889         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40890         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40891         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40892         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40893         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40894         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40895         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40896         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40897         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40898         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40899         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40900         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40901         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40902         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40903         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40904         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40905         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40906         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40907         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40908         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40909         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40910         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40911         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40912         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40913         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40914         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40915         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40916
40917 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40918
40919         * Makerules (+depfiles): Also collect depfiles from .oS in
40920         $(extra-objs).
40921         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40922         .oS, $(libnldbl-routines)).
40923
40924         * Makerules (native-compile-mkdep-flags): Define.
40925         * sunrpc/Makefile (extra-objs): Add $(addprefix
40926         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40927         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40928         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40929         calling $(make-target-directory).
40930
40931 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40932
40933         * bits/types.h (__snseconds_t): Removed.
40934         * time/time.h (struct timespec): Replace __snseconds_t with
40935         __syscall_slong_t.
40936         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40937         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40938         Likewise.
40939         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40940         (__SNSECONDS_T_TYPE): Likewise.
40941         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40942         (__SNSECONDS_T_TYPE): Likewise.
40943         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40944         (__SNSECONDS_T_TYPE): Likewise.
40945
40946 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40947
40948         * sysdeps/mach/hurd/bits/typesizes.h
40949         (__SYSCALL_SLONG_TYPE): New macro.
40950         (__SYSCALL_ULONG_TYPE): Likewise.
40951
40952 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40953
40954         * bits/types.h (__syscall_slong_t): New type.
40955         (__syscall_ulong_t): Likewise.
40956
40957         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40958         (__SYSCALL_ULONG_TYPE): Likewise.
40959         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40960         (__SYSCALL_SLONG_TYPE): Likewise.
40961         (__SYSCALL_ULONG_TYPE): Likewise.
40962         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40963         (__SYSCALL_SLONG_TYPE): Likewise.
40964         (__SYSCALL_ULONG_TYPE): Likewise.
40965         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40966         (__SYSCALL_SLONG_TYPE): Likewise.
40967         (__SYSCALL_ULONG_TYPE): Likewise.
40968
40969 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40970
40971         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40972         Add sigaltstack-offsets.sym.
40973         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40974         <sigaltstack-offsets.h>.
40975         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40976         longjmp_msg pointer.
40977         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40978         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40979         signal stack.
40980         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40981
40982 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40983
40984         * elf/stackguard-macros.h: Remove file.
40985         * sysdeps/generic/stackguard-macros.h: New file.
40986         * sysdeps/i386/stackguard-macros.h: Likewise.
40987         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40988         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40989         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40990         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40991         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40992         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40993         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40994         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40995         <elf/stackguard-macros.h>.
40996
40997         [BZ #14109]
40998         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40999         __aligned__ in attribute.
41000         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
41001         (gregset_t): Likewise.
41002
41003 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41004
41005         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
41006         * sysdeps/x86_64/64/Implies-after: Here.  New file.
41007         * sysdeps/x86_64/x32/Implies-after: New file.
41008
41009 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41010
41011         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
41012         and access return value for _dl_profile_fixup.  Use R10_LP to
41013         load frame size.
41014
41015 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41016
41017         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
41018
41019 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41020
41021         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
41022         * sysdeps/x86_64/x32/sysdep.h: New file.
41023
41024 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41025
41026         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
41027         * sysdeps/x86_64/setjmp.S: Likewise.
41028
41029 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41030
41031         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
41032         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
41033         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
41034         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
41035         remove unused global constant.
41036
41037 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
41038
41039         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
41040         include of <not-cancel.h>.
41041
41042 2012-05-15  Roland McGrath  <roland@hack.frob.com>
41043
41044         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
41045
41046 2012-05-15  Jeff Law  <law@redhat.com>
41047             Andreas Jaeger  <aj@suse.de>
41048
41049         [BZ #13594]
41050         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
41051         out from...
41052         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
41053         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
41054         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
41055         code changing __hst_map_handle.map.
41056
41057 2012-05-15  Roland McGrath  <roland@hack.frob.com>
41058
41059         * configure.in (sysnames): Look for Implies-before and Implies-after
41060         files.
41061         * configure: Regenerated.
41062
41063 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41064
41065         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
41066         8-byte data alignment with LP_SIZE alignment.
41067
41068 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41069
41070         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
41071         into R10_LP.
41072
41073 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41074
41075         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
41076
41077 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41078
41079         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
41080         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
41081         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
41082         Likewise.
41083         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41084
41085 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41086
41087         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
41088         (stackinfo_sub_sp): Likewise.
41089
41090 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41091
41092         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
41093         RAX_LP.
41094
41095 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41096
41097         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
41098         into R*_LP.
41099
41100 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41101
41102         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
41103         sizes into R*_LP.
41104
41105 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41106
41107         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
41108
41109 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41110
41111         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
41112         into R11_LP and load __x86_64_shared_cache_size_half into
41113         R8_LP.
41114
41115 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41116
41117         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
41118         R8_LP.
41119
41120 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41121
41122         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
41123         logb for POWER7.
41124         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
41125         logbf for POWER7.
41126         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
41127         logbl for POWER7.
41128         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
41129         powerpc32/power7/fpu/s_logb.c via #include.
41130         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
41131         powerpc32/power7/fpu/s_logbf.c via #include.
41132         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
41133         powerpc32/power7/fpu/s_logbl.c via #include.
41134
41135 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
41136
41137         * README.libm: Remove file.
41138
41139 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41140
41141         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
41142         count for x32.  Use R*_LP and omit operand-size suffix.
41143
41144 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41145
41146         * shlib-versions: Move x86_64-.*-linux.* entries to ...
41147         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
41148         * sysdeps/x86_64/x32/shlib-versions: New file.
41149
41150 2012-05-14  Roland McGrath  <roland@hack.frob.com>
41151
41152         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
41153         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
41154         Use _dl_fatal_printf instead.
41155
41156 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
41157
41158         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
41159         set if not set by the user.  Do not allow for being unset.
41160         * sysdeps/unix/sysv/linux/configure: Regenerated.
41161
41162 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41163
41164         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
41165         the `q' suffix from lea and replace .quad with ASM_ADDR.
41166
41167 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41168
41169         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
41170         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
41171         instead of $17.
41172         (PTR_DEMANGLE): Likewise.
41173
41174 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41175
41176         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
41177         (LP_OP): Likewise.
41178         (ASM_ADDR): Likewise.
41179         (RAX_LP): Likewise.
41180         (RBP_LP): Likewise.
41181         (RBX_LP): Likewise.
41182         (RCX_LP): Likewise.
41183         (RDI_LP): Likewise.
41184         (RSI_LP): Likewise.
41185         (RSP_LP): Likewise.
41186         (R8_LP): Likewise.
41187         (R9_LP): Likewise.
41188         (R10_LP): Likewise.
41189         (R10_LP): Likewise.
41190         (R11_LP): Likewise.
41191         (R12_LP): Likewise.
41192         (R13_LP): Likewise.
41193         (R14_LP): Likewise.
41194         (R15_LP): Likewise.
41195
41196 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41197
41198         * sysdeps/x86_64/x32/dl-machine.h: New file.
41199
41200 2012-05-14  Andreas Jaeger  <aj@suse.de>
41201
41202         * manual/Makefile (subdir): Remove export of subdir.
41203         (all): Remove target.
41204         (.PHONY): Remove all from list.
41205         (mkinstalldirs): Remove.
41206         (.PHONY): Remove installdirs from list.
41207         ($(inst_infodir)/libc.info): Use make-target-directory.
41208         (installdirs): Remove.
41209         (subdir_%): Remove.
41210         (glibc-targets): Remove.
41211         (lib): Remove.
41212         (stubs): Remove.
41213         ($(objpfx)stubs ../po/manual.pot): Remove.
41214         ($(objpfx)stamp%): Remove.
41215         (make-target-directory): Remove.
41216         (subdir_install): Remove.
41217         (routines): Remove.
41218         (aux): Remove.
41219         (sources): Remove.
41220         (objects): Remove.
41221         (headers): Remove.
41222
41223         [BZ #13750]
41224         * manual/.gitignore: Remove, it's not needed anymore.
41225         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
41226         all files in it.
41227         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
41228         directory.
41229         (texis): Renamed to $(objpfx)texis.
41230         (texis-path): New, contains path to generated files.
41231         (chapters.%): Use texis-path for complete path, add extra argument
41232         libc-texinfo.sh.
41233         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
41234         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
41235         (summary,texi, stamp-summary): Use complete path of
41236         files. Generate files in build dir.
41237         (dir-add.texi): Build in build dir.
41238         (libm-err.texi,stamp-libm-err): Likewise.
41239         (version.texi, stamp-version): Likewise.
41240         (.%c.texi): Likewise.
41241         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
41242         (mostlyclean): Remove target.
41243         (realclean): Remove target.
41244         (generated): Add new variable with contents from mostlyclean and
41245         realclean, remove entries duplicated in common-mostlyclean, add
41246         stamp-libm-err and stamp-version.
41247         (generated-dirs): Add libc directory.
41248         ($(inst_infodir)/libc.info): Install files from build dir.
41249
41250         * manual/install.texi (Configuring and compiling): Adjust since
41251         the info files are not part of the tar ball anymore.
41252
41253 2012-05-14  Andreas Jaeger  <aj@suse.de>
41254
41255         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
41256         variable.
41257
41258 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
41259
41260         [BZ #13717]
41261         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41262         to 2.2.0 where earlier.
41263         * sysdeps/unix/sysv/linux/configure: Regenerated.
41264         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
41265         Remove conditional code.
41266         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
41267         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
41268         Remove conditional code.
41269         [!__NR_lchown]: Likewise.
41270         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
41271         [__NR_lchown]: Likewise.
41272         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
41273         comment referencing __ASSUME_LCHOWN_SYSCALL.
41274         * sysdeps/unix/sysv/linux/i386/sigaction.c
41275         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
41276         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
41277         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
41278         Remove conditional code.
41279         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
41280         (__protocol_available): Remove #if 0 code.
41281         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
41282         conditional code.
41283         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
41284         * sysdeps/unix/sysv/linux/kernel-features.h
41285         (__ASSUME_GETCWD_SYSCALL): Don't define.
41286         (__ASSUME_REALTIME_SIGNALS): Likewise.
41287         (__ASSUME_PREAD_SYSCALL): Likewise.
41288         (__ASSUME_PWRITE_SYSCALL): Likewise.
41289         (__ASSUME_POLL_SYSCALL): Likewise.
41290         (__ASSUME_LCHOWN_SYSCALL): Likewise.
41291         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
41292         non-SPARC.
41293         (__ASSUME_SIOCGIFNAME): Don't define.
41294         (__ASSUME_MSG_NOSIGNAL): Likewise.
41295         (__ASSUME_SENDFILE): Define unconditionally.
41296         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
41297         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
41298         conditional code.
41299         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
41300         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
41301         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
41302         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
41303         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
41304         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
41305         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
41306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
41307         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
41308         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
41309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
41310         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
41311         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
41312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
41313         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
41314         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
41315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
41316         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
41317         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
41318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
41319         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
41320         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
41321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
41322         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
41323         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
41324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
41325         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
41326         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
41327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
41328         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
41329         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
41330         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
41331         Remove conditional code.
41332         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
41333         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
41334         Remove conditional code.
41335         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
41336         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
41337         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
41338         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
41339         Remove conditional code.
41340         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
41341         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
41342         Remove conditional code.
41343         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
41344         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
41345         Remove conditional code.
41346         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
41347         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
41348         Remove conditional code.
41349         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
41350         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
41351         Remove conditional code.
41352         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
41353         * sysdeps/unix/sysv/linux/sh/pwrite64.c
41354         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
41355         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
41356         * sysdeps/unix/sysv/linux/sigaction.c
41357         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
41358         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
41359         * sysdeps/unix/sysv/linux/sigpending.c
41360         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
41361         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
41362         * sysdeps/unix/sysv/linux/sigprocmask.c
41363         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
41364         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
41365         * sysdeps/unix/sysv/linux/sigsuspend.c
41366         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
41367         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
41368         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41369         (__libc_missing_rt_sigs): Remove.
41370         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
41371         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
41372         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
41373         Remove conditional code.
41374         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
41375         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
41376         return 1.
41377         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
41378         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
41379         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
41380         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
41381
41382 2012-05-14  Andreas Jaeger  <aj@suse.de>
41383
41384         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
41385         it's not used in glibc.
41386         (__coshm1): Likewise.
41387         (__acosh1p): Likewise.
41388         (__sgn): Likewise.
41389
41390         * manual/string.texi (Copying and Concatenation): Add missing
41391         variable in concat example.
41392         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
41393
41394 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41395
41396         [BZ #14103]
41397         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
41398         __builtin_clzl with __builtin_clzll.
41399
41400 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41401
41402         [BZ #14104]
41403         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
41404         libc_freeres_ptr.
41405
41406 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
41407
41408         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
41409         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
41410         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
41411         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
41412
41413 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
41414
41415         * NEWS: Update ia64 info.
41416
41417 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
41418
41419         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
41420         used as bcopy.
41421
41422 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
41423
41424         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
41425         * sysdeps/unix/syscalls.list (dup3): Likewise.
41426         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
41427         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
41428
41429 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
41430
41431         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
41432         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
41433
41434 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
41435
41436         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
41437         thread pointer.
41438         (TLS_IE): Use mov/add instead of movq/addq to load thread
41439         pointer.
41440         (TLS_GD_PREFIX): New.
41441         (TLS_GD): Use it.
41442
41443 2012-05-11  David S. Miller  <davem@davemloft.net>
41444
41445         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
41446         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
41447         (_FPU_SETCW): Likewise.
41448
41449 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41450
41451         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
41452         is 32-byte aligned.
41453
41454 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
41455
41456         [BZ #11837]
41457         * iconvdata/gb18030.c: Update tables.
41458         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
41459         characters specially.
41460         (BODY for TO_LOOP): Add encoding of missing ranges.
41461
41462 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
41463
41464         [BZ #13673]
41465         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
41466         * sysdeps/mach/hurd/dup3.c: Likewise.
41467         * sysdeps/mach/hurd/readlinkat.c: Likewise.
41468         * sysdeps/powerpc/memmove.c:: Likewise.
41469
41470 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41471
41472         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
41473         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
41474
41475 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41476
41477         * elf/elf.h (R_X86_64_RELATIVE64): New.
41478         (R_X86_64_NUM): Updated.
41479         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
41480         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
41481         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
41482         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
41483         tst-quad1pie tst-quad2pie
41484         (modules-names): Add tst-quadmod1 tst-quadmod2.
41485         ($(objpfx)tst-quad1): New dependency.
41486         ($(objpfx)tst-quad2): Likewise.
41487         ($(objpfx)tst-quad1pie): Likewise.
41488         ($(objpfx)tst-quad2pie): Likewise.
41489         * sysdeps/x86_64/tst-quad1.c: New file.
41490         * sysdeps/x86_64/tst-quad1pie.c: New file.
41491         * sysdeps/x86_64/tst-quad2.c: Likewise.
41492         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
41493         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
41494         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
41495         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
41496         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
41497
41498 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41499
41500         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
41501         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
41502         * streams/stropts.h (t_scalar_t): Define type.
41503
41504         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
41505         (_PATH_PRESERVE): Set to "/var/lib".
41506         (_PATH_RWHODIR): Set to "/var/spool/rwho".
41507
41508         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
41509         instead of int.
41510
41511         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
41512         if __dir_mkfile succeeded.
41513
41514         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
41515         checking for _hurd_dtablesize.  Unlock it right after having
41516         finished _hurd_dtable allocation.
41517
41518 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41519
41520         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
41521         * sysdeps/mach/hurd/configure: Regenerated.
41522         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
41523         special-casing to...
41524         * sysdeps/gnu/configure.in: ... this new file.
41525         * sysdeps/unix/sysv/linux/configure: Regenerated.
41526         * sysdeps/gnu/configure: New generated file.
41527
41528         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
41529         for Linux: use nsec instead of usec, as well as:
41530         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
41531         members of type struct timespec.
41532         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
41533         New macros.
41534         (struct stat64): Likewise.
41535         (_STATBUF_ST_NSEC): New macro.
41536         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
41537
41538         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
41539         __strtoul_internal rather than strtoul.
41540
41541 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41542
41543         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
41544         and reject them.
41545
41546 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41547
41548         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
41549         which preserves existing values.
41550         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
41551
41552 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41553
41554         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
41555         TIMEOUT values.  Return EINVAL for NFDS values either negative or
41556         greater than FD_SETSIZE.
41557
41558 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41559
41560         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
41561         allocated, call __vm_protect to finish enabling the existing space, and
41562         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
41563         allocate the remainder.
41564
41565 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41566
41567         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
41568         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
41569
41570 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41571
41572         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
41573         sysdeps/mach/hurd/readlink.c.
41574
41575         * posix/tst-sysconf.c (posix_options): Only use
41576         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
41577         _POSIX_SYNCHRONIZED_IO when they are defined
41578         * sysdeps/mach/hurd/bits/posix_opt.h:
41579         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
41580         (_XOPEN_REALTIME): Undefine macro.
41581         (_XOPEN_REALTIME_THREADS): Undefine macro.
41582         (_XOPEN_SHM): Undefine macro.
41583         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
41584         macro to -1.
41585         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
41586         macro to -1.
41587         (_POSIX_ASYNC_IO): Undefine macro.
41588         (_POSIX_PRIORITIZED_IO): Undefine macro.
41589         (_POSIX_SPIN_LOCKS): Define macro to -1.
41590
41591         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
41592         SA_NODEFER, SA_RESETHAND.
41593         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
41594         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
41595         F_DUPFD_CLOEXEC.
41596
41597 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41598
41599         * elf/Makefile (pldd-modules): Define unconditionally.
41600
41601 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41602
41603         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
41604
41605 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41606
41607         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
41608         Return ENOENT when name is empty.
41609         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
41610
41611 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41612
41613         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
41614
41615         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
41616
41617 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41618
41619         Fix mlock in all cases except non-readable pages.
41620         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
41621         instead of VM_PROT_ALL as parameter to __vm_wire function.
41622
41623         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
41624         (__mkdir): When path is `/', just fail with EEXIST.
41625         * sysdeps/mach/hurd/mkdirat.c: Likewise.
41626
41627 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41628
41629         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
41630         <sys/uio.h> (for writev).
41631         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
41632         and <sys/param.h> (for MIN).
41633
41634 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41635
41636         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
41637         REQUESTED_TIME.  Properly set the remaining time and return EINTR
41638         if interrupted.
41639
41640 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41641
41642         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
41643         Depend on against $(link-rpcuserlibs).
41644
41645 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41646
41647         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
41648         (__libc_stack_end): Do not use attribute_relro.
41649         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
41650         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
41651         to libthread-provided value.
41652         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
41653         attribute_relro.
41654
41655 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41656
41657         [BZ #3748]
41658         * bits/libc-lock.h (__libc_once_get): New macro.
41659         * sysdeps/mach/bits/libc-lock.h: Likewise.
41660         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
41661         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
41662         instead of using implementation details.
41663
41664         * libio/fileops.c: Unconditionally include <kernel-features.h>.
41665         * libio/freopen.c: Likewise.
41666         * libio/freopen64.c: Likewise.
41667         * misc/syslog.c: Likewise.
41668         * nscd/connections.c: Likewise.
41669         * nscd/netgroupcache.c: Likewise.
41670         * sysdeps/posix/getcwd.c: Likewise.
41671
41672 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41673
41674         * math/w_ilogbf.c: Add #include <limits.h>.
41675
41676 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41677
41678         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
41679         path instead of returning without unlocking.
41680
41681         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
41682         immediate-write ioctls.
41683         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
41684
41685 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41686
41687         * sysdeps/mach/hurd/i386/init-first.c (init): Use
41688         __builtin_frame_address instead of making assumptions about the
41689         location of the return address relative to DATA.  Force early load of
41690         the return address.
41691         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
41692         __builtin_frame_address.
41693
41694         dup3 for GNU Hurd.
41695         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
41696         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
41697         implement dup3 and do some further code clean-ups.
41698         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
41699         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
41700
41701 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41702
41703         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
41704
41705         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
41706         HURD_CRITICAL_END around holding _hurd_dtable_lock.
41707         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
41708         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
41709         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
41710         d->port.lock.
41711
41712         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
41713         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
41714         when handler == SIG_ERR, not when handler != SIG_ERR.
41715
41716 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41717
41718         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
41719         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
41720         definitions.
41721
41722         accept4 for GNU Hurd.
41723         * include/sys/socket.h (__libc_accept4): New prototype.
41724         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
41725         to implement __libc_accept4.
41726         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
41727         __libc_accept4.
41728         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
41729
41730         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
41731         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
41732         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
41733         signal-defines.sym.
41734
41735 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41736
41737         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
41738
41739 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41740
41741         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
41742         assertion on O_CLOEXEC flag.
41743         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
41744         * hurd/intern-fd.c: Likewise.
41745         * hurd/port2fd.c: Likewise.
41746
41747 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41748
41749         [BZ #3906]
41750         * bits/in.h (IPV6_PKTINFO): Define new macro.
41751         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
41752
41753 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41754
41755         [BZ #13954]
41756         [BZ #13955]
41757         [BZ #13956]
41758         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
41759         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41760         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
41761         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41762         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41763         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41764         * math/libm-test.inc (logb_test) : Additional logb tests.
41765
41766 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
41767             Andreas Jaeger  <aj@suse.de>
41768
41769         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
41770         * configure: Regenerated.
41771         * config.h.in (LINK_OBSOLETE_RPC): New macro.
41772         * config.make.in (link-obsolete-rpc): New substituted variable.
41773         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
41774         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
41775         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41776         (shared-only-routines): Don't set it under [link-obsolete-rpc],
41777         so that libc.a contains the symbols.
41778         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41779         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
41780         * sunrpc/auth_none.c: Likewise.
41781         * sunrpc/auth_unix.c: Likewise.
41782         * sunrpc/authdes_prot.c: Likewise.
41783         * sunrpc/authuxprot.c: Likewise.
41784         * sunrpc/clnt_gen.c: Likewise.
41785         * sunrpc/clnt_perr.c: Likewise.
41786         * sunrpc/clnt_raw.c: Likewise.
41787         * sunrpc/clnt_simp.c: Likewise.
41788         * sunrpc/clnt_tcp.c: Likewise.
41789         * sunrpc/clnt_udp.c: Likewise.
41790         * sunrpc/clnt_unix.c: Likewise.
41791         * sunrpc/des_crypt.c: Likewise.
41792         * sunrpc/des_soft.c: Likewise.
41793         * sunrpc/get_myaddr.c: Likewise.
41794         * sunrpc/key_call.c: Likewise.
41795         * sunrpc/key_prot.c: Likewise.
41796         * sunrpc/netname.c: Likewise.
41797         * sunrpc/pm_getmaps.c: Likewise.
41798         * sunrpc/pm_getport.c: Likewise.
41799         * sunrpc/pmap_clnt.c: Likewise.
41800         * sunrpc/pmap_prot.c: Likewise.
41801         * sunrpc/pmap_prot2.c: Likewise.
41802         * sunrpc/pmap_rmt.c: Likewise.
41803         * sunrpc/publickey.c: Likewise.
41804         * sunrpc/rpc_cmsg.c: Likewise.
41805         * sunrpc/rpc_common.c: Likewise.
41806         * sunrpc/rpc_dtable.c: Likewise.
41807         * sunrpc/rpc_prot.c: Likewise.
41808         * sunrpc/rpc_thread.c: Likewise.
41809         * sunrpc/rtime.c: Likewise.
41810         * sunrpc/svc.c: Likewise.
41811         * sunrpc/svc_auth.c: Likewise.
41812         * sunrpc/svc_raw.c: Likewise.
41813         * sunrpc/svc_run.c: Likewise.
41814         * sunrpc/svc_tcp.c: Likewise.
41815         * sunrpc/svc_udp.c: Likewise.
41816         * sunrpc/svc_unix.c: Likewise.
41817         * sunrpc/svcauth_des.c: Likewise.
41818         * sunrpc/xcrypt.c: Likewise.
41819         * sunrpc/xdr.c: Likewise.
41820         * sunrpc/xdr_array.c: Likewise.
41821         * sunrpc/xdr_float.c: Likewise.
41822         * sunrpc/xdr_intXX_t.c: Likewise.
41823         * sunrpc/xdr_mem.c: Likewise.
41824         * sunrpc/xdr_rec.c: Likewise.
41825         * sunrpc/xdr_ref.c: Likewise.
41826         * sunrpc/xdr_sizeof.c: Likewise.
41827         * sunrpc/xdr_stdio.c: Likewise.
41828
41829 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41830
41831         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41832         change.  Update copyright years.
41833
41834 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41835
41836         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41837
41838 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
41839             Joseph Myers  <joseph@codesourcery.com>
41840             Paul Pluzhnikov  <ppluzhnikov@google.com>
41841
41842         [BZ #14012]
41843         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41844         requiring rpcgen.
41845         [cross-compiling] (extra-libs): Likewise.
41846         [cross-compiling] (extra-libs-others): Likewise.
41847         [cross-compiling] (librpcsvc-routines): Likewise.
41848         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41849         [cross-compiling] (omit-deps): Likewise.
41850         (sunrpc-CPPFLAGS): New variable.
41851         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41852         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41853         (cross-rpcgen-objs): New variable.
41854         (extra-objs): Append $(cross-rpcgen-objs).
41855         ($(cross-rpcgen-objs)): New rule.
41856         ($(objpfx)cross-rpcgen): Likewise.
41857         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41858         comment.
41859         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41860         ($(objpfx)x%.stmp): Likewise.
41861         * sunrpc/proto.h [IS_IN_build] (_): Define.
41862         [IS_IN_build] (_libc_intl_domainname): Likewise.
41863
41864 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41865
41866         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41867         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41868         and R_X86_64_TPOFF64.
41869
41870 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41871
41872         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41873         sysdeps/unix/sysv/syscalls.list.
41874         (stime): Likewise.
41875         (utime): Likewise.
41876         * sysdeps/unix/sysv/syscalls.list: Remove file.
41877
41878 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41879
41880         [BZ #3440]
41881         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41882         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41883         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41884         (__LC_IDENTIFICATION): Make these macros useful in #if
41885         expressions, as required by C99.
41886
41887 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41888
41889         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41890         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41891         after this.
41892
41893 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41894
41895         * stdlib/longlong.h: Updated from GCC.
41896
41897 2012-05-09  Andreas Jaeger  <aj@suse.de>
41898
41899         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41900         default is first entry.
41901         (run_mode): Set type.
41902         (main): Remove informal message about syslog.
41903         (options): Fix typo.
41904
41905         [BZ #14053]
41906         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41907         to asm.
41908         (lrint): Likewise.
41909         (llrintf): Likewise.
41910         (llrint): Likewise.
41911         (rint): Likewise.
41912         (rintf): Likewise.
41913         (nearbyint): Likewise.
41914         (nearbyintf): Likewise.
41915
41916 2012-05-09  Andreas Jaeger  <aj@suse.de>
41917             Pedro Alves  <palves@redhat.com>
41918
41919         * nscd/nscd.c (run_mode): Use enum.
41920         (main): Cleanup coding style issue.
41921
41922 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41923             Andreas Jaeger  <aj@suse.de>
41924
41925         * nscd/nscd.c (go_background): Replaced with...
41926         (run_mode): ... this.
41927         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41928         (options): Add -F --foreground.
41929         (main): Implement it.
41930         (parse_opt): Parse it.
41931
41932 2012-05-09  Andreas Jaeger  <aj@suse.de>
41933
41934         [BZ #14083]
41935         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41936         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41937         -Wconversion warning.
41938         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41939         Likewise.
41940
41941 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41942
41943         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41944         == 0.
41945         (LC_ALL): Use macro-int-constant.
41946         (LC_COLLATE): Likewise.
41947         (LC_CTYPE): Likewise.
41948         (LC_MESSAGES): Likewise.
41949         (LC_MONETARY): Likewise.
41950         (LC_NUMERIC): Likewise.
41951         (LC_TIME): Likewise.
41952         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41953         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41954         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41955         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41956         Specify type.
41957         [C99-based standards] (float_t): Expect type.
41958         [C99-based standards] (double_t): Expect type.
41959         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41960         type.
41961         [C99-based standards] (HUGE_VALL): Likewise.
41962         [C99-based standards] (INFINITY): Likewise.
41963         [C99-based standards] (NAN): Likewise.
41964         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41965         [C99-based standards] (FP_NAN): Likewise.
41966         [C99-based standards] (FP_NORMAL): Likewise.
41967         [C99-based standards] (FP_SUBNORMAL): Likewise.
41968         [C99-based standards] (FP_ZERO): Likewise.
41969         [C99-based standards] (FP_FAST_FMA): Use
41970         optional-macro-int-constant.  Specify type.  Require == 1.
41971         [C99-based standards] (FP_FAST_FMAF): Likewise.
41972         [C99-based standards] (FP_FAST_FMAL): Likewise.
41973         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41974         [C99-based standards] (FP_ILOGBNAN): Likewise.
41975         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41976         Specify type.
41977         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41978         [C99-based standards] (math_errhandling): Specify type.
41979         [ISO99 || ISO11] (signgam): Do not allow.
41980         [non-C99-based standards] (copysignf): Do not allow.
41981         [non-C99-based standards] (exp2f): Likewise.
41982         [non-C99-based standards] (log2f): Likewise.
41983         [non-C99-based standards] (modff): Allow.
41984         [non-C99-based standards] (erff): Do not allow.
41985         [non-C99-based standards] (erfcf): Likewise.
41986         [non-C99-based standards] (gammaf): Likewise.
41987         [non-C99-based standards] (hypotf): Likewise.
41988         [non-C99-based standards] (j0f): Likewise.
41989         [non-C99-based standards] (j1f): Likewise.
41990         [non-C99-based standards] (jnf): Likewise.
41991         [non-C99-based standards] (lgammaf): Likewise.
41992         [non-C99-based standards] (tgammaf): Likewise.
41993         [non-C99-based standards] (y0f): Likewise.
41994         [non-C99-based standards] (y1f): Likewise.
41995         [non-C99-based standards] (ynf): Likewise.
41996         [non-C99-based standards] (isnanf): Likewise.
41997         [non-C99-based standards] (acoshf): Likewise.
41998         [non-C99-based standards] (asinhf): Likewise.
41999         [non-C99-based standards] (atanhf): Likewise.
42000         [non-C99-based standards] (cbrtf): Likewise.
42001         [non-C99-based standards] (expm1f): Likewise.
42002         [non-C99-based standards] (ilogbf): Likewise.
42003         [non-C99-based standards] (log1pf): Likewise.
42004         [non-C99-based standards] (logbf): Likewise.
42005         [non-C99-based standards] (nextafterf): Likewise.
42006         [non-C99-based standards] (remainderf): Likewise.
42007         [non-C99-based standards] (rintf): Likewise.
42008         [non-C99-based standards] (scalbf): Likewise.
42009         [non-C99-based standards] (copysignl): Likewise.
42010         [non-C99-based standards] (exp2l): Likewise.
42011         [non-C99-based standards] (log2l): Likewise.
42012         [non-C99-based standards] (modfl): Allow.
42013         [non-C99-based standards] (erfl): Do not allow.
42014         [non-C99-based standards] (erfcl): Likewise.
42015         [non-C99-based standards] (gammal): Likewise.
42016         [non-C99-based standards] (hypotl): Likewise.
42017         [non-C99-based standards] (j0l): Likewise.
42018         [non-C99-based standards] (j1l): Likewise.
42019         [non-C99-based standards] (jnl): Likewise.
42020         [non-C99-based standards] (lgammal): Likewise.
42021         [non-C99-based standards] (tgammal): Likewise.
42022         [non-C99-based standards] (y0l): Likewise.
42023         [non-C99-based standards] (y1l): Likewise.
42024         [non-C99-based standards] (ynl): Likewise.
42025         [non-C99-based standards] (isnanl): Likewise.
42026         [non-C99-based standards] (acoshl): Likewise.
42027         [non-C99-based standards] (asinhl): Likewise.
42028         [non-C99-based standards] (atanhl): Likewise.
42029         [non-C99-based standards] (cbrtl): Likewise.
42030         [non-C99-based standards] (expm1l): Likewise.
42031         [non-C99-based standards] (ilogbl): Likewise.
42032         [non-C99-based standards] (log1pl): Likewise.
42033         [non-C99-based standards] (logbl): Likewise.
42034         [non-C99-based standards] (nextafterl): Likewise.
42035         [non-C99-based standards] (remainderl): Likewise.
42036         [non-C99-based standards] (rintl): Likewise.
42037         [non-C99-based standards] (scalbl): Likewise.
42038         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42039         [non-C99-based standards] (FP_*): Do not allow.
42040         [C99-based standards] (FP_*): Change to
42041         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
42042         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42043         allow.
42044         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
42045         (SIG_ERR): Likewise.
42046         [X/Open-based standards] (SIG_HOLD): Likewise.
42047         (SIG_IGN): Likewise.
42048         (SIGABRT): Use macro-int-constant.  Specify type.  Require
42049         positive value.
42050         (SIGFPE): Likewise.
42051         (SIGILL): Likewise.
42052         (SIGINT): Likewise.
42053         (SIGSEGV): Likewise.
42054         (SIGTER): Likewise.
42055         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
42056         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
42057         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
42058         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
42059         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
42060         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
42061         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
42062         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
42063         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
42064         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
42065         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
42066         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
42067         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
42068         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
42069         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
42070         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
42071         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
42072         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
42073         [X/Open-based standards] (SIGTRAP): Likewise.
42074         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
42075         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
42076         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
42077         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
42078         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42079         allow.
42080
42081 2012-05-08  Ian Wienand  <ianw@vmware.com>
42082
42083         [BZ #14080]
42084         * time/tzset.c (__tzset_parse_tz): Update default rules for
42085         daylight time changes in the Energy Policy Act of 2005.
42086
42087 2012-05-09  Andreas Jaeger  <aj@suse.de>
42088
42089         [BZ #13983]
42090         * elf/ldconfig.c (parse_conf): Change string to make clear that
42091         ldconfig only issued a warning if ld.so.conf does not exist.
42092
42093 2012-05-08  David S. Miller  <davem@davemloft.net>
42094
42095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
42096         movxtod instead of popping the value on the stack.
42097
42098         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42099
42100 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
42101
42102         * config.h.in: Add HAVE_ARM_PCS_VFP.
42103
42104 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
42105
42106         [BZ #13979]
42107         * include/features.h: Warn if user requests __FORTIFY_SOURCE
42108         checking but the checks are disabled for any reason.
42109
42110 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
42111
42112         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
42113         and ELF64_R_TYPE with ELFW(R_TYPE).
42114
42115 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
42116
42117         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
42118         (ulimit): Likewise.
42119
42120         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
42121         (settimeofday): Likewise.
42122
42123 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
42124
42125         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
42126         a struct th_u2 inside the union, and move tu_block/tu_code into
42127         a new th_u3 union of tu_block/tu_code inside of that.  Move
42128         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
42129         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
42130         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
42131         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
42132         (th_stuff): Change to th_u1.tu_stuff.
42133         (th_data): Define.
42134         (th_msg): Change to th_u1.th_u2.tu_data.
42135
42136 2012-05-07  David S. Miller  <davem@davemloft.net>
42137
42138         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42139
42140         [BZ #14074]
42141         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
42142         (SETUP_PIC_REG): Use it.
42143         (SETUP_PIC_REG_LEAF): Use it.
42144
42145 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
42146
42147         [BZ #13885]
42148         [BZ #13923]
42149         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42150         USE_AS_EXPM1L.
42151         (EXPL_FINITE): Likewise.
42152         (FLDLOG): Likewise.
42153         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
42154         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
42155         e_expl.S.
42156         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42157         USE_AS_EXPM1L.
42158         (EXPL_FINITE): Likewise.
42159         (FLDLOG): Likewise.
42160         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
42161         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
42162         e_expl.S.
42163         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
42164         test of -max_value argument for long double.
42165         * sysdeps/i386/fpu/libm-test-ulps: Update.
42166         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42167
42168 2012-05-06  David S. Miller  <davem@davemloft.net>
42169
42170         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
42171         quad soft-float symbols whose references which are compiler
42172         generated.
42173         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
42174
42175 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
42176
42177         [BZ #13884]
42178         [BZ #13914]
42179         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42180         USE_AS_EXP10L.
42181         (EXPL_FINITE): Likewise.
42182         (FLDLOG): Likewise.
42183         (c0): Likewise.
42184         (c1): Likewise.
42185         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
42186         Adjust comments for base varying.
42187         (__expl_finite): Change alias to EXPL_FINITE.
42188         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
42189         e_expl.S.
42190         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
42191         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
42192         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
42193         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
42194         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42195         USE_AS_EXP10L.
42196         (EXPL_FINITE): Likewise.
42197         (FLDLOG): Likewise.
42198         (c0): Likewise.
42199         (c1): Likewise.
42200         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
42201         Adjust comments for base varying.
42202         (__expl_finite): Change alias to EXPL_FINITE.
42203         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
42204         tests for bugs.
42205         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42206
42207         [BZ #14064]
42208         * math/libm-test.inc (check_float_internal): Correct ulp
42209         calculation for subnormal expected results.
42210
42211 2012-05-06  Andreas Jaeger  <aj@suse.de>
42212
42213         * Makeconfig (+math-flags): New, set to -frounding-math.
42214         (+cflags): Add +math-flags so that all of glibc gets compiled with
42215         it.
42216
42217         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
42218
42219 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
42220
42221         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
42222         Disable one test.
42223
42224         [BZ #13787]
42225         [BZ #13922]
42226         [BZ #14036]
42227         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
42228         (__ieee754_expl): Allow for and saturate large arguments.
42229         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
42230         (u_threshold): Likewise.
42231         (__exp): Call __ieee754_exp before checking for overflow and
42232         underflow.
42233         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
42234         (u_threshold): Likewise.
42235         (__expf): Call __ieee754_expf before checking for overflow and
42236         underflow.
42237         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
42238         (u_threshold): Likewise.
42239         (__expl): Call __ieee754_expl before checking for overflow and
42240         underflow.
42241         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
42242         (__ieee754_expl): Allow for and saturate large arguments.
42243         * math/libm-test.inc (exp_test): Add another test.  Do not allow
42244         missing overflow exception on overflow.
42245         (expm1_test): Do not allow missing overflow exception on overflow.
42246
42247         * sysdeps/i386/fpu/e_expl.c: Move to ...
42248         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
42249         rather than using inline asm.
42250         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
42251         * sysdeps/x86_64/fpu/e_expl.S: Copy from
42252         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
42253
42254         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
42255         (nice): Likewise.
42256         (poll): Likewise.
42257         (signal): Likewise.
42258         (time): Likewise.
42259         (times): Likewise.
42260
42261 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
42262
42263         * sysdeps/unix/syscalls.list (adjtime): Add entry from
42264         sysdeps/unix/common/syscalls.list.
42265         (fchmod): Likewise.
42266         (fchown): Likewise.
42267         (ftruncate): Likewise.
42268         (getrusage): Likewise.
42269         (gettimeofday): Likewise.
42270         (setpgid): Likewise.
42271         (setregid): Likewise.
42272         (setreuid): Likewise.
42273         (sigaction): Likewise.
42274         (truncate): Likewise.
42275         (vhangup): Likewise.
42276         * sysdeps/unix/common/syscalls.list: Remove file.
42277         * sysdeps/unix/bsd/Implies: Don't include unix/common.
42278         * sysdeps/unix/sysv/linux/Implies: Likewise.
42279
42280 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
42281
42282         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
42283         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
42284         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
42285         Moved to ...
42286         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
42287         Here.
42288         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
42289         to ...
42290         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
42291         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
42292         to ...
42293         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
42294         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
42295         to ...
42296         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
42297         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
42298         to ...
42299         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
42300         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
42301         to ...
42302         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
42303         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
42304         to ...
42305         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
42306         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
42307         to ...
42308         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
42309         Here.
42310         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
42311         to ...
42312         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
42313         Here.
42314         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
42315         to ...
42316         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
42317         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
42318         Moved to ...
42319         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
42320         Here.
42321         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
42322         to ...
42323         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
42324
42325 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
42326
42327         * sysdeps/unix/common/bits/dirent.h: Remove file.
42328         * sysdeps/unix/common/bits/fcntl.h: Likewise.
42329
42330         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
42331         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
42332         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
42333         * sysdeps/unix/bsd/isatty.c: Likewise.
42334         * sysdeps/unix/bsd/tcdrain.c: Likewise.
42335         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
42336         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
42337
42338 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42339
42340         [BZ #13563]
42341         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
42342         long double comparison inaccuracies.
42343         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
42344         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42345
42346 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
42347
42348         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
42349         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
42350
42351 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
42352
42353         [BZ #14049]
42354         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
42355         nonzero digits before rounding a hex value.
42356         * stdlib/tst-strtod.c (tests): Add another test.
42357
42358 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42359
42360         * sysdeps/s390/fpu/libm-test-ulps: Update.
42361
42362 2012-05-03  Andreas Jaeger  <aj@suse.de>
42363
42364         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
42365         does not get optimized out.
42366         (malloc_opt_barrier): New.
42367
42368 2012-05-03  Andreas Jaeger  <aj@suse.de>
42369             Roland McGrath  <roland@hack.frob.com>
42370
42371         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
42372         intermediate file deletion.
42373         (generated): Add .symlist files.
42374
42375 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
42376
42377         [BZ #13775]
42378         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
42379         Redirect under this condition.
42380         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
42381         [__USE_GNU] (__dprintf_chk): Not under this condition.
42382         [__USE_GNU] (__vdprintf_chk): Likewise.
42383         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
42384         under this condition.
42385         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
42386         [__USE_XOPEN2K8] (dprintf): Define under this condition.
42387         [__USE_XOPEN2K8] (vdprintf): Likewise.
42388         [__USE_GNU] (__dprintf_chk): Not under this condition.
42389         [__USE_GNU] (__vdprintf_chk): Likewise.
42390         [__USE_GNU] (dprintf): Likewise.
42391         [__USE_GNU] (vdprintf): Likewise.
42392
42393 2012-05-03  Roland McGrath  <roland@hack.frob.com>
42394
42395         * elf/Makefile (common-generated): Set this instead of generated for
42396         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
42397         $(all-built-dso)-derived lists.
42398
42399 2012-05-03  Andreas Jaeger  <aj@suse.de>
42400
42401         * sysdeps/i386/fpu/libm-test-ulps: Update.
42402
42403         * FAQ: Removed.
42404         * FAQ.in: Likewise.
42405         * scripts/gen-FAQ.pl: Likewise.
42406         * manual/install.texi (Installation): Point to online location of
42407         FAQ.
42408         * Makefile (files-for-dist): Remove FAQ.
42409         (FAQ): Remove.
42410
42411 2012-05-02  Allan McRae  <allan@archlinux.org>
42412
42413         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
42414         (LDFLAGS-reldepmod5.so): Likewise.
42415         (LDFLAGS-reldep6mod1.so): Likewise.
42416         (LDFLAGS-reldep6mod4.so): Likewise.
42417         (LDFLAGS-reldep8mod3.so): Likewise.
42418         (LDFLAGS-unload4mod1.so): Likewise.
42419         (LDFLAGS-unload4mod2.so): Likewise.
42420         (LDFLAGS-tst-initorder): Likewise.
42421         (LDFLAGS-tst-initordera2.so): Likewise.
42422         (LDFLAGS-tst-initordera3.so): Likewise.
42423         (LDFLAGS-tst-initordera4.so): Likewise.
42424         (LDFLAGS-tst-initorderb2.so): Likewise.
42425         (LDFLAGS-noload): Likewise.
42426         (LDFLAGS-next): Likewise.
42427         (LDFLAGS-order2mod1.so): Likewise.
42428         (LDFLAGS-order2mod2.so): Likewise.
42429         (LDFLAGS-tst-initorder2): Likewise.
42430         (LDFLAGS-tst-initorder2a.so): Likewise.
42431         (LDFLAGS-tst-initorder2b.so): Likewise.
42432         (LDFLAGS-tst-initorder2c.so): Likewise.
42433         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
42434
42435 2012-05-02  David S. Miller  <davem@davemloft.net>
42436
42437         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42438
42439 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
42440
42441         [BZ #14055]
42442         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
42443
42444 2012-05-02  Andreas Jaeger  <aj@suse.de>
42445
42446         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
42447         since we manipulate rounding mode.
42448         (CPPFLAGS-test-idouble.c): Likewise.
42449         (CPPFLAGS-test-ifloat.c): Likewise.
42450         (CFLAGS-test-ldouble.c): Likewise.
42451         (CFLAGS-test-double.c): Likewise.
42452         (CFLAGS-test-float.c): Likewise.
42453         (CFLAGS-test-misc.c): Likewise.
42454         (CFLAGS-test-test-fenv.c): Likewise.
42455
42456 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42457
42458         [BZ #2550]
42459         [BZ #2570]
42460         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
42461         comparisons to determine direction to adjust input.
42462
42463 2012-05-01  Roland McGrath  <roland@hack.frob.com>
42464
42465         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
42466         output to the target.
42467
42468         * scripts/localplt.awk: New file.
42469         * elf/Makefile ($(objpfx)check-localplt): Target removed.
42470         (check-localplt-CFLAGS): Variable removed.
42471         ($(all-built-dso:=.jmprel)): New static pattern rule.
42472         (generated): Add those targets.
42473         (localplt-built-dso): New variable.
42474         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
42475
42476         * elf/check-localplt.c: File removed.
42477
42478         * scripts/check-execstack.awk: New file.
42479         * elf/Makefile ($(objpfx)check-execstack): Target removed.
42480         (check-execstack-CFLAGS): Variable removed.
42481         ($(objpfx)check-execstack.h): Target removed.
42482         ($(objpfx)execstack-default): New target.
42483         (generated): Add that instead of check-execstack.h.
42484         ($(all-built-dso:=.phdr)): New static pattern rule.
42485         (generated): Add those targets.
42486         * elf/check-execstack.c: File removed.
42487
42488         * scripts/check-textrel.awk: New file.
42489         * elf/Makefile ($(objpfx)check-textrel): Target removed.
42490         (check-textrel-CFLAGS): Variable removed.
42491         (all-built-dso): Use := to define.o
42492         ($(all-built-dso:=.dyn)): New static pattern rule.
42493         (generated): Add those targets.
42494         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
42495         * config.make.in (READELF): New substituted variable.
42496         * elf/check-textrel.c: File removed.
42497
42498 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42499
42500         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42501         allow.
42502         * conform/data/ctype.h-data [C99-based standards] (isblank):
42503         Expect function.
42504         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
42505         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
42506         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42507         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
42508         Specify type.  Require positive value.
42509         (EILSEQ): Likewise.
42510         (ERANGE): Likewise.
42511         [ISO || POSIX] (EILSEQ): Do not expect.
42512         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
42513         Specify type.  Require positive value.
42514         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
42515         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
42516         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
42517         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
42518         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
42519         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
42520         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
42521         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
42522         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
42523         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
42524         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
42525         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
42526         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
42527         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
42528         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
42529         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
42530         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
42531         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
42532         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
42533         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
42534         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
42535         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
42536         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
42537         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
42538         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
42539         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
42540         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
42541         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
42542         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
42543         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
42544         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
42545         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
42546         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
42547         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
42548         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
42549         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
42550         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
42551         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
42552         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
42553         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
42554         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
42555         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
42556         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
42557         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
42558         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
42559         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
42560         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
42561         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
42562         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
42563         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
42564         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
42565         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
42566         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
42567         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
42568         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
42569         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
42570         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
42571         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
42572         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
42573         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
42574         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
42575         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
42576         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
42577         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
42578         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
42579         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
42580         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
42581         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
42582         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
42583         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
42584         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
42585         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
42586         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
42587         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
42588         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
42589         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
42590         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
42591         Require >= 2.
42592         (FLT_ROUNDS): Expect as macro, not constant.
42593         (FLT_MANT_DIG): Use macro-int-constant.
42594         (DBL_MANT_DIG): Likewise.
42595         (LDBL_MANT_DIG): Likewise.
42596         (FLT_DIG): Likewise.
42597         (DBL_DIG): Likewise.
42598         (LDBL_DIG): Likewise.
42599         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
42600         (DBL_MIN_EXP): Likewise.
42601         (LDBL_MIN_EXP): Likewise.
42602         (FLT_MAX_EXP): Use macro-int-constant.
42603         (DBL_MAX_EXP): Likewise.
42604         (LDBL_MAX_EXP): Likewise.
42605         (FLT_MAX_10_EXP): Likewise.
42606         (DBL_MAX_10_EXP): Likewise.
42607         (LDBL_MAX_10_EXP): Likewise.
42608         (FLT_MAX): Use macro-constant.
42609         (DBL_MAX): Likewise.
42610         (LDBL_MAX): Likewise.
42611         (FLT_EPSILON): Use macro-constant.  Give upper bound.
42612         (DBL_EPSILON): Likewise.
42613         (LDBL_EPSILON): Likewise.
42614         (FLT_MIN): Likewise.
42615         (DBL_MIN): Likewise.
42616         (LDBL_MIN): Likewise.
42617         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
42618         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
42619         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
42620         [ISO11] (FLT_HAS_SUBNORM): Likewise.
42621         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
42622         [ISO11] (DBL_DECIMAL_DIG): Likewise.
42623         [ISO11] (FLT_DECIMAL_DIG): Likewise.
42624         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
42625         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
42626         [ISO11] (FLT_TRUE_MIN): Likewise.
42627         [ISO11] (LDBL_TRUE_MIN): Likewise.
42628         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42629         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
42630         (SCHAR_MIN): Use macro-int-constant.  Specify type.
42631         (SCHAR_MAX): Likewise.
42632         (UCHAR_MAX): Likewise.
42633         (CHAR_MIN): Likewise.
42634         (CHAR_MAX): Likewise.
42635         (MB_LEN_MAX): Use macro-int-constant.
42636         (SHRT_MIN): Use macro-int-constant.  Specify type.
42637         (SHRT_MAX): Likewise.
42638         (USHRT_MAX): Likewise.
42639         (INT_MAX): Likewise.
42640         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
42641         bound negative.
42642         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
42643         bound with "U".
42644         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
42645         bound with "L".
42646         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
42647         bound negative.  Suffix upper bound with "L".
42648         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
42649         bound with "UL".
42650         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
42651         Specify type.
42652         [C99-based standards] (LLONG_MAX): Likewise.
42653         [C99-based standards] (ULLONG_MAX): Likewise.
42654         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
42655         == 0.
42656         [ISO11] (max_align_t): Require type.
42657         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42658
42659         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
42660         from $CFLAGS, without defining away __attribute__ calls.
42661         (checknamespace): Use $CFLAGS_namespace.
42662
42663         * conform/conformtest.pl (@keywords): Only include C99 keywords
42664         for standards based on C99 or C11.
42665
42666         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
42667         Disable tests.
42668         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
42669         UNIX98]: Likewise.
42670
42671         * conform/conformtest.pl: Handle "macro-int-constant" and test for
42672         usability of symbols in #if.
42673
42674         * conform/conformtest.pl: If macro or constant types start
42675         "promoted:", expect the symbol to be of the following type
42676         promoted by the integer promotions.
42677
42678         * conform/conformtest.pl: Parse all "constant" and "macro" lines
42679         in one place.  Also handle "macro-constant".
42680
42681         * conform/conformtest.pl: Only accept expected macro values with
42682         "==".  Parse all "macro" lines in one place.
42683         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
42684
42685         * conform/conformtest.pl: Handle braced types on "constant" lines
42686         instead of handling "typed-constant".
42687         * conform/data/signal.h-data: Use "constant" instead of
42688         "typed-constant".
42689
42690         * conform/conformtest.pl: Handle "optional-" at start of lines in
42691         one place rather than duplicating several cases.  Handle each
42692         format of "macro" line with initial "optional-".
42693
42694         * conform/conformtest.pl: Only accept expected constant or
42695         optional-constant values with "==".  Parse all "constant" lines in
42696         one place.  Parse all "optional-constant" lines in one place.
42697         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
42698         * conform/data/fmtmsg.h-data: Likewise.
42699         * conform/data/netinet/in.h-data: Likewise.
42700         * conform/data/tar.h-data: Likewise.
42701         * conform/data/limits.h-data: Use "==" form on "constant" and
42702         "optional-constant" lines.
42703
42704         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
42705         Use -std=c99 for XOPEN2K.
42706         (@knownproblems): Remove.
42707         (newtoken): Don't check %isknown.
42708
42709         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
42710         Do not expect macro.
42711         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
42712         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
42713         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
42714         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
42715         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
42716         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
42717         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
42718         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
42719         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
42720         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
42721         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
42722         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
42723         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
42724         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
42725         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
42726         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
42727         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
42728         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
42729         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
42730         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
42731         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
42732         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
42733         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
42734         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
42735         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
42736         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
42737         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
42738         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
42739         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
42740         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
42741         [XPG3] (acosh): Likewise.
42742         [XPG3] (asinh): Likewise.
42743         [XPG3] (atanh): Likewise.
42744         [XPG3] (cbrt): Likewise.
42745         [XPG3] (expm1): Likewise.
42746         [XPG3] (ilogb): Likewise.
42747         [XPG3] (log1p): Likewise.
42748         [XPG3] (logb): Likewise.
42749         [XPG3] (nextafter): Likewise.
42750         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
42751         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
42752         [XPG3] (remainder): Likewise.
42753         [XPG3] (rint): Likewise.
42754         [XPG3 || XPG4 || UNIX98] (round): Likewise.
42755         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
42756         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
42757         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
42758         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
42759         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
42760         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
42761         [UNIX98 || XOPEN2K] (scalb): Expect.
42762         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
42763         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
42764         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
42765         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
42766         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
42767         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
42768         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
42769         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
42770         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
42771         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
42772         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
42773         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
42774         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
42775         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
42776         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
42777         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
42778         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
42779         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
42780         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
42781         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
42782         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
42783         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
42784         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
42785         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
42786         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
42787         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
42788         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
42789         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
42790         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
42791         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
42792         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
42793         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
42794         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
42795         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42796         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42797         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42798         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42799         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42800         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42801         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42802         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42803         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42804         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42805         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42806         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42807         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42808         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42809         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42810         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42811         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42812         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42813         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42814         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42815         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42816         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42817         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42818         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42819         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42820         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42821         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42822         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42823         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42824         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42825         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42826         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42827         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42828         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42829         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42830         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42831         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42832         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42833         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42834         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42835         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42836         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42837         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42838         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42839         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42840         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42841         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42842         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42843         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42844         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42845         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42846         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42847         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42848         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42849         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42850         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42851         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42852         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42853         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42854         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42855         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42856         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42857         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42858         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42859         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42860         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42861         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42862         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42863         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42864         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42865         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42866         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42867         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42868         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42869         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42870         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42871         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42872         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42873         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42874         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42875         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42876         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42877         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42878         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42879         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42880         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42881         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42882         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42883         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42884         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42885         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42886         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42887         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42888         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42889         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42890         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42891         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42892         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42893         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42894         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42895         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42896         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42897         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42898         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42899
42900         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42901         _XOPEN_SOURCE_EXTENDED for XPG4.
42902
42903         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42904
42905         * Makeconfig (localtime): Remove variable.
42906         (inst_localtime-file): Likewise.
42907
42908 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42909
42910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42911         Update.
42912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42913         Update.
42914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42915         Update.
42916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42917         Update.
42918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42919         Update.
42920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42921         Update.
42922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42923         Update.
42924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42925         Update.
42926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42927         Update.
42928
42929 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42930
42931         [BZ #2550]
42932         [BZ #2570]
42933         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42934         comparisons to determine direction to adjust input.
42935         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42936         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42937         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42938         Likewise.
42939         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42940         Likewise.
42941         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42942         Likewise.
42943         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42944         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42945         Likewise.
42946         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42947         Likewise.
42948         * math/libm-test.inc (nexttoward_test): Add more tests.
42949
42950 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42951
42952         [BZ #14040]
42953         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42954         in version GLIBC_2.1, not GLIBC_2.0.
42955         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42956         Likewise.
42957
42958 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42959
42960         [BZ #13942]
42961         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42962         (1 - x) * (1 + x).
42963         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42964         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42965         * math/libm-test.inc (acos_test): Add more tests.
42966         (asin_test): Likewise.
42967         * sysdeps/i386/fpu/libm-test-ulps: Update.
42968         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42969
42970         [BZ #14034]
42971         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42972         of square root.
42973         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42974         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42975         * math/libm-test.inc (acos_test_tonearest): New function.
42976         (acos_test_towardzero): Likewise.
42977         (acos_test_downward): Likewise.
42978         (acos_test_upward): Likewise.
42979         (asin_test_tonearest): Likewise.
42980         (asin_test_towardzero): Likewise.
42981         (asin_test_downward): Likewise.
42982         (asin_test_upward): Likewise.
42983         (main): Call the new functions.
42984         * sysdeps/i386/fpu/libm-test-ulps: Update.
42985         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42986
42987         [BZ #13884]
42988         [BZ #13924]
42989         * math/e_exp10.c: Include <float.h>.
42990         (__ieee754_exp10): Handle underflow here rather than multiplying
42991         large negative argument by M_LN10.
42992         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42993         of __ieee754_expf.
42994         * math/e_exp10l.c: Include <float.h>.
42995         (__ieee754_exp10l): Handle underflow here rather than multiplying
42996         large negative argument by M_LN10l.
42997         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42998         spurious overflow exception on underflow.
42999
43000 2012-04-29  Marek Polacek  <polacek@redhat.com>
43001
43002         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
43003         (__fortify_function): New macro.
43004         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
43005         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
43006         __extern_always_inline.
43007         * libio/bits/stdio2.h: Likewise.
43008         * libio/bits/stdio.h: Likewise.
43009         * string/string.h: Likewise.
43010         * string/bits/string3.h: Likewise.
43011         * include/stdio.h: Likewise.
43012         * stdlib/bits/stdlib.h: Likewise.
43013         * stdlib/stdlib.h: Likewise.
43014         * rt/bits/mqueue2.h: Likewise.
43015         * rt/mqueue.h: Likewise.
43016         * posix/bits/unistd.h: Likewise.
43017         * posix/unistd.h: Likewise.
43018         * io/bits/poll2.h: Likewise.
43019         * io/bits/fcntl2.h: Likewise.
43020         * io/fcntl.h: Likewise.
43021         * io/sys/poll.h: Likewise.
43022         * misc/bits/syslog.h: Likewise.
43023         * misc/bits/syslog-ldbl.h: Likewise.
43024         * misc/sys/syslog.h: Likewise.
43025         * socket/bits/socket2.h: Likewise.
43026         * socket/sys/socket.h: Likewise.
43027         * debug/tst-chk1.c: Likewise.
43028         * wcsmbs/bits/wchar2.h: Likewise.
43029         * wcsmbs/bits/wchar-ldbl.h: Likewise.
43030         * wcsmbs/wchar.h: Likewise.
43031
43032 2012-04-29  Andreas Jaeger  <aj@suse.de>
43033
43034         * Makerules (tests): Remove enable-check-abi protection.
43035         (check-abi-warn): Remove.
43036         (check-abi-%): Remove check-abi-warn usage.
43037
43038         * configure.in: Remove check-abi configure option.
43039         * configure: Regenerated.
43040         * config.make.in (enable-check-abi): Remove.
43041
43042 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
43043
43044         [BZ #14033]
43045         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
43046         double functions to double *_finite functions.
43047
43048         [BZ #13941]
43049         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
43050         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
43051         LDBL_MIN_EXP.
43052         * stdio-common/Makefile (tests): Add tst-sprintf3.
43053         * stdio-common/tst-sprintf3.c: New file.
43054
43055         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
43056         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
43057
43058 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
43059
43060         * conform/conformtest.pl: Remove duplicate typed-constant
43061         handling.
43062
43063 2012-04-28  David S. Miller  <davem@davemloft.net>
43064
43065         * Makerules (%.abilist): Add vpath on sysdep_dirs.
43066         (check-abi-%): Remove AWK script prerequisite and explicit
43067         abilist directory.
43068         (check-abi): Rewrite to just diff the symlist with the abilist.
43069         (config-tls, config-abi-config): Delete, no longer used.
43070         (update-abi-%): Remove AWK script and explicit abilist directory.
43071         (update-abi): Rewrite to simply compare and conditionally copy the
43072         symlist and the sysdep abilist file.  Remove update-abi-config
43073         checks.
43074         * abilist/ld.abilist: Remove.
43075         * abilist/libBrokenLocale.abilist: Remove.
43076         * abilist/libanl.abilist: Remove.
43077         * abilist/libcrypt.abilist: Remove.
43078         * abilist/libdl.abilist: Remove.
43079         * abilist/librt.abilist: Remove.
43080         * abilist/libthread_db.abilist: Remove.
43081         * abilist/libutil.abilist: Remove.
43082         * scripts/extract-abilist.awk: Remove.
43083         * scripts/merge-abilist.awk: Remove.
43084         * sysdeps/generic/libcidn.abilist: New file.
43085         * sysdeps/generic/libnss_compat.abilist: New file.
43086         * sysdeps/generic/libnss_db.abilist: New file.
43087         * sysdeps/generic/libnss_dns.abilist: New file.
43088         * sysdeps/generic/libnss_files.abilist: New file.
43089         * sysdeps/generic/libnss_hesiod.abilist: New file.
43090         * sysdeps/generic/libnss_nis.abilist: New file.
43091         * sysdeps/generic/libnss_nisplus.abilist: New file.
43092         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
43093         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
43094         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
43095         file.
43096         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
43097         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
43098         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
43099         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
43100         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
43101         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
43102         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
43103         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
43104         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
43105         file.
43106         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
43107         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
43108         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
43109         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
43110         file.
43111         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
43112         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
43113         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
43114         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
43115         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
43116         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
43117         file.
43118         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
43119         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
43120         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
43121         file.
43122         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
43123         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
43124         New file.
43125         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
43126         New file.
43127         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
43128         New file.
43129         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
43130         New file.
43131         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
43132         New file.
43133         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
43134         New file.
43135         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
43136         New file.
43137         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
43138         New file.
43139         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
43140         New file.
43141         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
43142         New file.
43143         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
43144         New file.
43145         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
43146         New file.
43147         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
43148         New file.
43149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
43150         file.
43151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
43152         New file.
43153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
43154         New file.
43155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
43156         file.
43157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
43158         New file.
43159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
43160         New file.
43161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
43162         file.
43163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
43164         New file.
43165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43166         New file.
43167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
43168         New file.
43169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
43170         New file.
43171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
43172         New file.
43173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
43174         New file.
43175         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
43176         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
43177         file.
43178         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
43179         New file.
43180         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
43181         file.
43182         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
43183         file.
43184         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
43185         file.
43186         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
43187         file.
43188         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
43189         file.
43190         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
43191         New file.
43192         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
43193         file.
43194         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
43195         file.
43196         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
43197         New file.
43198         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
43199         file.
43200         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
43201         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
43202         file.
43203         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
43204         New file.
43205         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
43206         file.
43207         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
43208         file.
43209         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
43210         file.
43211         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
43212         file.
43213         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
43214         file.
43215         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
43216         New file.
43217         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
43218         file.
43219         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
43220         file.
43221         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
43222         New file.
43223         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
43224         file.
43225         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
43226         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
43227         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
43228         file.
43229         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
43230         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
43231         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
43232         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
43233         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
43234         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
43235         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
43236         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
43237         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
43238         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
43239         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
43240         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
43241         file.
43242         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
43243         New file.
43244         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
43245         file.
43246         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
43247         file.
43248         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
43249         file.
43250         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
43251         file.
43252         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
43253         file.
43254         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
43255         New file.
43256         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
43257         New file.
43258         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
43259         file.
43260         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
43261         New file.
43262         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
43263         file.
43264         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
43265         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
43266         file.
43267         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
43268         New file.
43269         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
43270         file.
43271         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
43272         file.
43273         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
43274         file.
43275         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
43276         file.
43277         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
43278         file.
43279         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
43280         New file.
43281         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
43282         New file.
43283         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
43284         file.
43285         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
43286         New file.
43287         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
43288         file.
43289
43290 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
43291
43292         * conform/conformtest.pl: Fix typo in handling typed-constant from
43293         allow-header.
43294
43295 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
43296
43297         * README: Cut down references to pre-2.6 Linux kernels and
43298         Linuxthreads.  Update lists of configurations in libc and ports
43299         and sort alphabetically.  Say "or newer" with Linux kernel version
43300         requirements.
43301
43302         * config.h.in [IS_IN_build]: Allow compiling without optimization.
43303
43304 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
43305
43306         [BZ #887]
43307         * math/libm-test.inc (logb_test_downward): New test to expose
43308         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
43309         rounding mode.
43310
43311 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
43312
43313         [BZ #14027]
43314         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
43315         to be done.
43316         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
43317         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
43318
43319 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
43320
43321         * sysdeps/unix/i386/brk.S: Remove file.
43322         * sysdeps/unix/i386/dl-brk.S: Likewise.
43323         * sysdeps/unix/i386/pipe.S: Likewise.
43324         * sysdeps/unix/i386/sigreturn.S: Likewise.
43325         * sysdeps/unix/i386/syscall.S: Likewise.
43326         * sysdeps/unix/i386/vfork.S: Likewise.
43327         * sysdeps/unix/i386/wait.S: Likewise.
43328
43329         * sysdeps/unix/common/tcsendbrk.c: Move to ...
43330         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
43331
43332         * configure.in (arm*-none*): Do not allow without
43333         --enable-hacker-mode.
43334         (netbsd*): Remove case setting base_os.
43335         (386bsd*): Likewise.
43336         (freebsd*): Likewise.
43337         (bsdi*): Likewise.
43338         (osf*): Likewise.
43339         (sunos*): Likewise.
43340         (ultrix*): Likewise.
43341         (newsos*): Likewise.
43342         (dynix*): Likewise.
43343         (*bsd*): Likewise.
43344         (sysv*): Likewise.
43345         (isc*): Likewise.
43346         (esix*): Likewise.
43347         (sco*): Likewise.
43348         (minix*): Likewise.
43349         (irix4*): Likewise.
43350         (irix6*): Likewise.
43351         (solaris[2-9]*): Likewise.
43352         (none): Likewise.
43353         * configure: Regenerated.
43354
43355 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43356
43357         [BZ #11521]
43358         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
43359         overflow or cancellation in calculating denominator.
43360         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
43361         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
43362         down expression to avoid unexpected rounding in newer GCCs.
43363         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
43364
43365 2012-04-26  David S. Miller  <davem@davemloft.net>
43366
43367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
43368         long-double compat symbols.
43369         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
43370         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
43373         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43374         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
43375         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
43376         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
43377         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
43378         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
43379         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
43380         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
43381         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
43382
43383 2012-04-25  David S. Miller  <davem@davemloft.net>
43384
43385         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
43386         HWCAP_* values only after the memory barriers have been defined.
43387         (atomic_full_barrier): Define.
43388         (atomic_read_barrier): Define.
43389         (atomic_write_barrier): Define.
43390
43391 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
43392
43393         * shlib-versions: Add libgcc_s version information.
43394         * sysdeps/generic/libgcc_s.h: Remove.
43395         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
43396         libgcc_s.h.
43397         * sysdeps/gnu/unwind-resume.c: Likewise.
43398         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
43399
43400 2012-04-25  David S. Miller  <davem@davemloft.net>
43401
43402         * sysdeps/unix/sparc/brk.S: Delete.
43403         * sysdeps/unix/sparc/dl-brk.S: Delete.
43404         * sysdeps/unix/sparc/pipe.S: Delete.
43405         * sysdeps/unix/sparc/sysdep.S: Delete.
43406         * sysdeps/unix/sparc/sysdep.h: Delete.
43407         * sysdeps/unix/sparc/vfork.S: Delete.
43408         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
43409         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
43410         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
43411         (ret_ERRVAL, r0, r1, MOVE): Define.
43412         (JUMPTARGET): Remove.
43413         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
43414         sysdeps/unix/sparc/sysdep.h
43415         (ENTRY, END): Remove.
43416         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
43417
43418 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
43419
43420         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
43421         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
43422         -DIS_IN_build.
43423
43424         * timezone/README: Update upstream location and email address for
43425         tzcode and tzdata.
43426         * timezone/zdump.c: Update from tzcode 2012b.
43427         * timezone/zic.c: Likewise.
43428
43429         * configure.in (libc_cv_as_needed): Remove test.
43430         * configure: Regenerated.
43431         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
43432         conditional definition.
43433         [$(have-as-needed) != yes] (no-as-needed): Likewise.
43434         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
43435         * config.make.in (have-as-needed): Remove variable.
43436
43437 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
43438             Paul Pluzhnikov  <ppluzhnikov@google.com>
43439
43440         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
43441         strings correctly.
43442
43443 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
43444
43445         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
43446         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
43447         * sysdeps/sh/strlen.S: Likewise.
43448
43449 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
43450
43451         * sysdeps/unix/fork.S: Remove file.
43452         * sysdeps/unix/i386/fork.S: Likewise.
43453         * sysdeps/unix/sparc/fork.S: Likewise.
43454
43455         * sysdeps/unix/system.c: Remove file.
43456         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
43457
43458         * sysdeps/unix/getegid.S: Remove file.
43459         * sysdeps/unix/geteuid.S: Likewise.
43460
43461 2012-04-24  Roland McGrath  <roland@hack.frob.com>
43462
43463         * scripts/check-localplt.awk: New file.
43464         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
43465         of diff.
43466         * scripts/data/localplt-generic.data: Add a comment.
43467
43468         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
43469         NODE when __dir_mkfile failed.
43470         * sysdeps/mach/hurd/symlinkat.c: Likewise.
43471         Reported by Ludovic Courtès <ludo@gnu.org>.
43472
43473 2012-04-24  Andreas Jaeger  <aj@suse.de>
43474
43475         * Makerules (common-clean): Also remove gen-as-const-headers
43476         files.
43477
43478 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
43479
43480         * Makerules (native-compile): Do not change working directory for
43481         build.  Use $(OUTPUT_OPTION) in command.
43482         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
43483
43484 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43485
43486         [BZ #13886]
43487         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
43488         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
43489         * math/libm-test.inc (floor_test): Add more tests.
43490         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
43491
43492 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
43493
43494         * sysdeps/unix/getdents.c: Remove file.
43495         * sysdeps/unix/sysv/getdents.c: Likewise.
43496         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
43497
43498         * sysdeps/unix/syscalls.list (madvise): Add syscall from
43499         sysdeps/unix/mman/syscalls.list.
43500         (mmap): Likewise.
43501         (mprotect): Likewise.
43502         (msync): Likewise.
43503         (munmap): Likewise.
43504         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
43505         * sysdeps/unix/mman/syscalls.list: Remove.
43506         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
43507
43508         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
43509         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
43510         * configure: Regenerated.
43511         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
43512         $(libgcc_s_suffix).
43513         * config.make.in (libgcc_s_suffix): Remove variable.
43514
43515 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
43516
43517         * sysdeps/unix/sysv/gethostname.c: Move to ...
43518         * sysdeps/posix/gethostname.c: ... here.
43519
43520         * sysdeps/unix/execve.S: Remove file.
43521
43522         * sysdeps/unix/_exit.S: Remove file.
43523
43524 2012-04-23  Andreas Jaeger  <aj@suse.de>
43525
43526         [BZ #13739]
43527         * manual/Makefile: Remove make dist support, there's no
43528         need for a stand-alone documentation tar ball.
43529         (TEXI2DVI): Define always, it's not in Makeconfig.
43530         (dist): Removed.
43531         (tar-it): Removed.
43532         (edition): Removed.
43533         (glibc-doc-$(edition).tar): Removed
43534         (%.Z): Removed.
43535         (%.gz): Removed.
43536         (%.uu): Removed.
43537         (ETAGS): Remove, it's in Makeconfig.
43538         (move-if-change): Remove, it's in Makeconfig.
43539
43540 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
43541
43542         [BZ #13970]
43543         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
43544         (strtod, strtof, strtold, strtol, strtoul, strtoq)
43545         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
43546         (strtod_l, strtof_l, strtold_l): Remove __wur.
43547         It is not necessarily an error to ignore strtol's return value.
43548         One can reliably look at the stored endptr to decide whether
43549         the number had valid syntax.
43550
43551 2012-04-21  Andreas Jaeger  <aj@suse.de>
43552
43553         [BZ #13739]
43554         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
43555
43556 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
43557
43558         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
43559         * sysdeps/unix/sysv/Versions: Remove file.
43560
43561 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
43562
43563         [BZ #13927]
43564         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43565
43566 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
43567
43568         [BZ #7064]
43569         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
43570         version from __vm86.
43571
43572 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
43573
43574         * sysdeps/unix/common/lxstat.c: Remove file.
43575         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
43576
43577         * sysdeps/unix/sysv/Makefile: Remove file.
43578
43579         * sysdeps/unix/sysv/direct.h: Remove file.
43580
43581         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
43582         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
43583         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
43584         * sysdeps/unix/sysv/bits/signum.h: Likewise.
43585         * sysdeps/unix/sysv/bits/stat.h: Likewise.
43586         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
43587         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
43588
43589         * sysdeps/unix/sysv/setrlimit.c: Remove file.
43590
43591         * sysdeps/unix/xmknod.c: Remove file.
43592         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
43593
43594         * sysdeps/unix/sysv/settimeofday.c: Remove file.
43595
43596         * sysdeps/unix/sysv/i386/time.S: Remove file.
43597
43598         * sysdeps/unix/fxstat.c: Remove file.
43599         * sysdeps/unix/xstat.c: Likewise.
43600         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
43601
43602         * sysdeps/unix/sysv/sigaction.c: Remove file.
43603
43604         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
43605         (sysdep_headers): Remove variable.
43606         [termio.h not in sysdep_headers] (generated): Likewise.
43607         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
43608         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
43609         * sysdeps/unix/sysv/tcdrain.c: Likewise.
43610         * sysdeps/unix/sysv/tcflow.c: Likewise.
43611         * sysdeps/unix/sysv/tcflush.c: Likewise.
43612         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
43613         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
43614         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
43615         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
43616         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
43617
43618         * sysdeps/unix/siglist.c: Remove file.
43619
43620         * sysdeps/unix/getppid.S: Remove file.
43621
43622         * sysdeps/unix/mkdir.c: Remove file.
43623         * sysdeps/unix/rmdir.c: Likewise.
43624
43625 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
43626
43627         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
43628         ERR_MAX value.
43629         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
43630         errlist-compat value.
43631
43632 2012-04-18  David S. Miller  <davem@davemloft.net>
43633
43634         * sysdeps/generic/memcopy.h (reg_char): Delete.
43635         * debug/strcat_chk.c: Use char, not reg_char.
43636         * debug/strcpy_chk.c: Likewise.
43637         * debug/strncat_chk.c: Likewise.
43638         * debug/strncpy_chk.c: Likewise.
43639         * string/memchr.c: Likewise.
43640         * string/memrchr.c: Likewise.
43641         * string/rawmemchr.c: Likewise.
43642         * string/strcat.c: Likewise.
43643         * string/strchr.c: Likewise.
43644         * string/strchrnul.c: Likewise.
43645         * string/strcmp.c: Likewise.
43646         * string/strcpy.c: Likewise.
43647         * string/strncat.c: Likewise.
43648         * string/strncmp.c: Likewise.
43649         * string/strncpy.c: Likewise.
43650
43651 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43652
43653         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
43654         __builtin_memcopy is called when src and dest ranges are known to not
43655         overlap.
43656
43657 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43658
43659         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
43660         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
43661         fwd_align_merge macro call.
43662         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
43663         bwd_align_merge macro call.
43664         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
43665
43666 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43667
43668         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
43669         bwd_align_merge macros.
43670         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
43671         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
43672         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
43673
43674 2012-04-18  David S. Miller  <davem@davemloft.net>
43675
43676         * sysdeps/sparc/sparc64/memcopy.h: Delete.
43677
43678 2012-04-18  Andreas Jaeger  <aj@suse.de>
43679
43680         [BZ# 6794]
43681         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
43682         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
43683         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43684
43685         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
43686         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
43687         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43688
43689         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
43690         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
43691         Adjust for changed ldbl-128 files.
43692
43693         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
43694         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
43695         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43696
43697 2012-04-17  David S. Miller  <davem@davemloft.net>
43698
43699         * sysdeps/sparc/sparc32/memcopy.h: Delete.
43700
43701 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
43702
43703         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
43704         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
43705         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
43706         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
43707         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
43708         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
43709
43710 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43711
43712         [BZ #6794]
43713         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
43714         * math/libm-test.inc: Add ilogb errno and exception tests.
43715         * math/w_ilogb.c: New file: ilogb wrapper.
43716         * math/w_ilogbf.c: New file: ilogbf wrapper.
43717         * math/w_ilogbl.c: New file: ilogbl wrapper.
43718         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
43719         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
43720         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
43721         exception being thrown with 0.0 as argument.
43722         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
43723         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
43724         exception being thrown with 0.0 as argument.
43725         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
43726         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
43727         exception being thrown with 0.0 as argument.
43728         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
43729         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
43730         exception being thrown with 0.0 as argument.
43731         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
43732         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
43733         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
43734         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
43735         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
43736         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
43737         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
43738         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
43739         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
43740
43741 2012-04-17  Petr Baudis  <pasky@ucw.cz>
43742
43743         * include/sys/uio.h: Change __vector to __iovec to avoid clash
43744         with altivec.
43745
43746 2012-04-16  Marek Polacek  <polacek@redhat.com>
43747
43748         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
43749
43750 2012-04-16  Marek Polacek  <polacek@redhat.com>
43751
43752         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
43753         operands of fdivp instruction.
43754
43755 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43756
43757         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
43758         * elf/tst-auditmod3b.c: Likewise.
43759         * elf/tst-auditmod4b.c: Likewise.
43760         * elf/tst-auditmod5b.c: Likewise.
43761         * elf/tst-auditmod6b.c: Likewise.
43762         * elf/tst-auditmod6c.c: Likewise.
43763         * elf/tst-auditmod7b.c: Likewise.
43764         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
43765         * sysdeps/x86_64/preconfigure.in: Likewise.
43766         * sysdeps/x86_64/preconfigure: Regenerated.
43767
43768 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43769
43770         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
43771         __ILP32__.
43772
43773 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
43774
43775         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
43776         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
43777
43778 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
43779
43780         [BZ #13973]
43781         * locale/iso-639.def: Fix gl language name. Spotted by
43782         Yaron Shahrabani.
43783
43784 2012-04-12  Roland McGrath  <roland@hack.frob.com>
43785
43786         [BZ #2074]
43787         * libio/libio.h (__io_write_fn): Update comment.
43788
43789 2012-04-12  Petr Baudis  <pasky@ucw.cz>
43790
43791         [BZ #2074]
43792         * stdio.texi (Hook Functions): The user provided writer function
43793         is not allowed to return -1.
43794
43795 2012-04-11  David S. Miller  <davem@davemloft.net>
43796
43797         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43798
43799 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
43800
43801         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43802         Add a leading slash to rtkaio.
43803
43804 2012-04-11  Jim Meyering  <meyering@redhat.com>
43805
43806         [BZ #11959]
43807         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43808         It is not necessarily an error to ignore fwrite's return
43809         value.  One can reliably use ferror to test for errors after
43810         the fact.
43811
43812 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43813
43814         * bits/types.h (__snseconds_t): New type.
43815         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43816
43817         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43818         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43819         (__SNSECONDS_T_TYPE): Likewise.
43820         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43821         (__SNSECONDS_T_TYPE): Likewise.
43822         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43823         (__SNSECONDS_T_TYPE): Likewise.
43824
43825 2012-04-10  Andreas Jaeger  <aj@suse.de>
43826
43827         [BZ #2636]
43828         * manual/time.texi (Processor Time): Return type of times is
43829         elapsed real time since an arbitrary point in the past.
43830         (CPU Time): Move CLK_TCK from here...
43831         (Processor Time): ...to here.  Correct description.
43832         * manual/conf.texi (Constants for Sysconf): Correct description of
43833         _SC_CLK_TCK.
43834
43835 2012-04-10  David S. Miller  <davem@davemloft.net>
43836
43837         [BZ #13967]
43838         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43839         where the is a gap between DT_REL(A) and DT_JMPREL.
43840
43841 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43842
43843         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43844         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43845         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43846
43847 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43848
43849         * elf/dl-support.c (_dl_inhibit_cache): New variable.
43850         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43851         (dl_main): Handle --inhibit-cache.
43852         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43853         _dl_inhibit_cache.
43854         * elf/dl-load.c (_dl_map_object): Use it.
43855         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43856
43857 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43858
43859         [BZ #13872]
43860         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43861         (__ieee754_powl): Saturate large exponents rather than testing for
43862         overflow of y*log2(x).
43863         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43864         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43865         exceptions.
43866
43867         [BZ #11521]
43868         * math/s_ctan.c: Include <float.h>.
43869         (__ctan): Avoid internal overflow or cancellation in calculating
43870         denominator.
43871         * math/s_ctanf.c: Likewise.
43872         * math/s_ctanl.c: Likewise.
43873         * math/s_ctanh.c: Likewise.
43874         * math/s_ctanhf.c: Likewise.
43875         * math/s_ctanhl.c: Likewise.
43876         * math/libm-test.inc (ctan_test): Add more tests.
43877         (ctanh_test): Likewise.
43878         * sysdeps/i386/fpu/libm-test-ulps: Update.
43879         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43880
43881 2012-04-09  Andreas Jaeger  <aj@suse.de>
43882
43883         [BZ #6894]
43884         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43885         is an optional BSD extension.
43886
43887         [BZ #10254]
43888         * manual/stdio.texi (Opening Streams): Document additional fopen
43889         parameters.
43890
43891 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43892
43893         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43894         %eax without telling the compiler.
43895
43896 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43897
43898         [BZ # 13963]
43899         * manual/install.texi: Use sourceware.org.
43900
43901 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43902
43903         [BZ #13873]
43904         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43905         (__ieee754_pow): Generate overflow and underflow using huge*huge
43906         and tiny*tiny rather than just returning constant infinity or zero
43907         for large exponents.
43908         * math/libm-test.inc (pow_test): Require overflow exceptions for
43909         applicable cases of large exponents.
43910
43911         [BZ #706]
43912         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43913         (__ieee754_pow): Use iterative multiplication algorithm only for
43914         integer exponents with absolute value below 1024.  Check for odd
43915         integer exponents when using algorithm for real exponents.
43916         * math/libm-test.inc (pow_test): Add more tests.
43917         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43918
43919 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43920
43921         [BZ #13705]
43922         * math/libm-test.inc (exp_test): Do not allow overflow exception
43923         on underflow test.
43924
43925 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43926
43927         [BZ #13705]
43928         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43929         instead of __kernel_standard_f.
43930
43931 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43932
43933         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43934         * sysdeps/x86_64/memset_chk.S: Likewise.
43935
43936 2012-04-08  Andreas Jaeger  <aj@suse.de>
43937
43938         [BZ #10153]
43939         * manual/startup.texi (Environment Access): Describe return value
43940         for putenv and setenv.
43941
43942         [BZ #6895]
43943         * manual/filesys.texi (Directory Entries): Add description for
43944         DT_LNK.
43945
43946         [BZ #6890]
43947         * manual/filesys.texi (Directory Entries): Clarify that it's file
43948         system not operating system in the description of DT_UNKNOWN.
43949
43950         [BZ #6578]
43951         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43952
43953 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43954
43955         [BZ #6649]
43956         * manual/llio.texi (Opening and Closing Files): Add cross
43957         reference to explain mode argument.
43958
43959 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43960
43961         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43962         * sysdeps/x86_64/memset_chk.S: Likewise.
43963
43964 2012-04-07  David S. Miller  <davem@davemloft.net>
43965
43966         * elf/elf.h (R_SPARC_WDISP10): Define.
43967         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43968         R_SPARC_SIZE32.
43969         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43970         R_SPARC_SIZE64 and R_SPARC_H34.
43971
43972 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43973
43974         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43975         conditions and remove no longer applicable assertion.
43976
43977 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43978
43979         * bits/byteswap.h: Include <features.h>.
43980         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43981         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43982
43983 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43984
43985         * bits/byteswap.h (__bswap_16): Removed.
43986         Include <bits/byteswap-16.h> to get __bswap_16.
43987         * sysdeps/i386/bits/byteswap.h: Likewise.
43988         * sysdeps/s390/bits/byteswap.h: Likewise.
43989         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43990         * bits/byteswap-16.h: New file.
43991         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43992         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43993         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43994         * string/Makefile (headers): Add bits/byteswap-16.h.
43995
43996 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43997
43998         [BZ #13895]
43999         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
44000         extra indirection.
44001         * nss/Makefile (tests-static, tests): Add tst-nss-static.
44002         * nss/tst-nss-static.c: New.
44003
44004 2012-04-06  Robert Millan  <rmh@gnu.org>
44005
44006         [BZ #6486]
44007         * manual/llio.texi (File Position Primitive): lseek
44008         refers to WHENCE when it really means OFFSET.
44009
44010 2012-04-06  Andreas Jaeger  <aj@suse.de>
44011
44012         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
44013         strncmp declarations.
44014
44015         * abilist/libc.abilist: Add __poll and __ppoll.
44016
44017 2012-04-05  David S. Miller  <davem@davemloft.net>
44018
44019         * scripts/check-local-headers.sh: Accept a host triplet in the
44020         path matched by the exclude regexp.
44021
44022         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
44023         definition.
44024         * sysdeps/powerpc/powerpc32/dl-machine.h
44025         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
44026         * sysdeps/s390/s390-32/dl-machine.h
44027         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44028         * sysdeps/sparc/sparc32/dl-machine.h
44029         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44030         * sysdeps/sparc/sparc64/dl-machine.h
44031         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44032
44033         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
44034         lazy binding.
44035         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
44036         undefined symbol errors.
44037
44038         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
44039         DT_NEEDED entries.
44040
44041 2012-04-05  Michael Matz  <matz@suse.de>
44042
44043         [BZ #13592]
44044         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
44045
44046 2012-04-05  Andreas Jaeger  <aj@suse.de>
44047
44048         [BZ #13908]
44049         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
44050         comment.
44051
44052 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44053
44054         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
44055         which ROUND is no valid rounding mode.
44056
44057 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44058
44059         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
44060         read again.
44061         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
44062
44063 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44064
44065         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
44066         an exception using FPU order intentionally.
44067
44068 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44069
44070         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
44071         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
44072         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
44073         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
44074
44075 2012-04-05  Simon Josefsson  <simon@josefsson.org>
44076
44077         [BZ #12340]
44078         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
44079         EINVAL when BUFLEN is too smal.
44080
44081 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
44082
44083         [BZ #13553]
44084         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
44085         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
44086
44087 2012-04-03  Andreas Jaeger  <aj@suse.de>
44088
44089         [BZ #13938]
44090         * manual/setjmp.texi (System V contexts): Fix sentence.
44091
44092         [BZ #13926]
44093         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
44094         New macro for this case.
44095         [!__GNUC__] (__bswap_64): New inline function for this case.
44096         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44097         * bits/byteswap.h: Likewise.
44098         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
44099         ull, guard with __GLIBC_HAVE_LONG_LONG.
44100
44101         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
44102         __GLIBC_HAVE_LONG_LONG.
44103
44104         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
44105         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
44106
44107 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
44108
44109         [BZ #13691]
44110         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
44111         inptr and inend, rather than using last_ch.
44112
44113 2012-04-02  David S. Miller  <davem@davemloft.net>
44114
44115         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
44116         * stdio-common/printf-parse.h (read_int): Change return type to
44117         'int', return -1 on INT_MAX overflow.
44118         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
44119         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
44120         overflows INT_MAX.  Check for overflow of in-format-string precision
44121         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
44122         SIZE_MAX not INT_MAX for integer overflow test.
44123         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
44124         skip the construct in the format string but do not record anything.
44125         * stdio-common/bug22.c: Adjust to test both width/prevision
44126         INT_MAX overflow as well as total length INT_MAX overflow.  Check
44127         explicitly for proper errno values.
44128
44129 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
44130
44131         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
44132         CHAR_MAX.
44133         * string/test-strcmp.c [! WIDE]: Likewise.
44134         * time/tst-mktime2.c: Likewise for INT_MAX.
44135         * string/test-string.h: #include <sys/param.h> for MIN.
44136
44137         * csu/init-first.c (__libc_init_first): Call __ctype_init.
44138         * sysdeps/i386/init-first.c (init): Likewise.
44139         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
44140         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
44141         * sysdeps/sh/init-first.c (init): Likewise.
44142
44143 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
44144
44145         * po/ru.po: Update from translation team.
44146         * po/vi.po: Likewise.
44147
44148 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
44149
44150         * resolv/nss_dns/dns-host.c: Merge copyright years.
44151
44152 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44153
44154         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44155         Optimize memcpy with prefetch if
44156         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
44157         src, dst pointers have unequal 16 byte alignments.
44158
44159 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
44160
44161         [BZ #13928]
44162         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
44163         from a CNAME entry and return the minimum ttl for the query.
44164         (gaih_getanswer_slice): Likewise.
44165
44166 2012-03-30  Jeff Law  <law@redhat.com>
44167
44168         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
44169         due to long keys.
44170         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
44171         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
44172
44173         * resolv/nss_dns/dns-host.c: Update copyright year.
44174
44175 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
44176
44177         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
44178         requests to save a system call.  Fix check that all bytes are sent.
44179
44180         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
44181         comments for sendmmsg.
44182
44183 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
44184
44185         [BZ #13691]
44186         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
44187         with only 1 character between 0x0041 and 0x01b0.
44188         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
44189         * wcsmbs/tst-mbsnrtowcs.c: New file.
44190
44191 2012-03-29  David S. Miller  <davem@davemloft.net>
44192
44193         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
44194         small copies by hand.
44195
44196 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
44197
44198         [BZ #13761]
44199         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
44200         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
44201         group memberships.
44202
44203 2012-03-28  David S. Miller  <davem@davemloft.net>
44204
44205         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
44206         that branches into memcpy.
44207         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
44208         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
44209         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
44210         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
44211         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
44212         bits.
44213         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
44214         implementation too.
44215         * sysdeps/sparc/mempcpy.S: New file.
44216
44217         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
44218         the IFUNC routine in the libc case.
44219         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
44220
44221         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
44222         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
44223         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
44224         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
44225         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
44226         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
44227         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
44228         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
44229
44230         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
44231         loop to 256 bytes instead of 64 bytes and fix test signedness.
44232
44233         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
44234         * sysdeps/sparc/sparc32/Makefile: rather than here...
44235         * sysdeps/sparc/sparc64/Makefile: and here.
44236
44237 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
44238
44239         * malloc/mallocbug.c: Avoid warnings about unused variables.
44240
44241 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
44242
44243         [BZ #13760]
44244         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
44245         in the right place. Discard and retry query if response is
44246         larger than input buffer size.
44247
44248 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
44249
44250         [BZ #369]
44251         [BZ #2678]
44252         [BZ #3866]
44253         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
44254         x for large integer exponent.
44255         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
44256         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
44257         sign of result as needed afterwards.
44258         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
44259         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
44260         result for underflowing pow the same as for overflow.
44261         (__kernel_standard_l): Handle powl overflow and underflow here
44262         rather than calling __kernel_standard.
44263         * math/libm-test.inc (pow_test): Add more tests.
44264
44265         [BZ #3868]
44266         [BZ #13879]
44267         [BZ #13910]
44268         [BZ #13911]
44269         [BZ #13912]
44270         [BZ #13913]
44271         [BZ #13915]
44272         [BZ #13916]
44273         [BZ #13917]
44274         [BZ #13918]
44275         [BZ #13919]
44276         [BZ #13920]
44277         [BZ #13921]
44278         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
44279         * sysdeps/ieee754/k_standard.c: Include <float.h>.
44280         (__kernel_standard_l): New function.
44281         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
44282         __kernel_standard.
44283         * math/w_acosl.c (__acosl): Likewise.
44284         * math/w_asinl.c (__asinl): Likewise.
44285         * math/w_atan2l.c (__atan2l): Likewise.
44286         * math/w_atanhl.c (__atanhl): Likewise.
44287         * math/w_coshl.c (__coshl): Likewise.
44288         * math/w_exp10l.c (__exp10l): Likewise.
44289         * math/w_exp2l.c (__exp2l): Likewise.
44290         * math/w_fmodl.c (__fmodl): Likewise.
44291         * math/w_hypotl.c (__hypotl): Likewise.
44292         * math/w_j0l.c (__j0l, __y0l): Likewise.
44293         * math/w_j1l.c (__j1l, __y1l): Likewise.
44294         * math/w_jnl.c (__jnl, __ynl): Likewise.
44295         * math/w_lgammal.c (__lgammal): Likewise.
44296         * math/w_log10l.c (__log10l): Likewise.
44297         * math/w_log2l.c (__log2l): Likewise.
44298         * math/w_logl.c (__logl): Likewise.
44299         * math/w_powl.c (__powl): Likewise.
44300         * math/w_remainderl.c (__remainderl): Likewise.
44301         * math/w_scalbl.c (sysv_scalbl): Likewise.
44302         * math/w_sinhl.c (__sinhl): Likewise.
44303         * math/w_sqrtl.c (__sqrtl): Likewise.
44304         * math/w_tgammal.c (__tgammal): Likewise.
44305         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
44306         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
44307         * math/libm-test.inc (acos_test): Add more tests.
44308         (acosh_test): Likewise.
44309         (asin_test): Likewise.
44310         (atanh_test): Likewise.
44311         (exp_test): Likewise.
44312         (exp10_test): Likewise.
44313         (exp2_test): Likewise.
44314         (expm1_test): Likewise.
44315         (lgamma_test): Likewise.
44316         (log_test): Likewise.
44317         (log10_test): Likewise.
44318         (log1p_test): Likewise.
44319         (log2_test): Likewise.
44320         (pow_test): Do not allow some spurious overflow exceptions.
44321         (sqrt_test): Add more tests.
44322         (tgamma_test): Likewise.
44323         (y0_test): Likewise.
44324         (y1_test): Likewise.
44325         (yn_test): Likewise.
44326
44327 2012-03-27  Anton Blanchard  <anton@samba.org>
44328
44329         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
44330         MAP_HUGETLB.
44331         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
44332         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
44333         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
44334
44335 2012-03-27  David S. Miller  <davem@davemloft.net>
44336
44337         * conform/Makefile: Run run-conformtest.sh using $(BASH).
44338
44339         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
44340         have-as-vis3 check.
44341
44342 2012-03-27  Andreas Jaeger  <aj@suse.de>
44343
44344         * sysdeps/x86_64/elf/configure.in: Moved to ...
44345         * sysdeps/x86_64/configure.in: ... here.
44346         * sysdeps/x86_64/elf/start.S: Moved to ...
44347         * sysdeps/x86_64/start.S: ... here.
44348         * sysdeps/x86_64/elf/configure: Delete.
44349
44350         * sysdeps/x86_64/configure.in: Merge contents from
44351         sysdeps/i386/configure.in (without i686 check).
44352
44353         * sysdeps/i386/elf/Versions: Merge into ...
44354         * sysdeps/i386/Versions: ... this.
44355         * sysdeps/i386/elf/Versions: Delete file.
44356         * sysdeps/i386/elf/start.S: Moved to ...
44357         * sysdeps/i386/start.S: ...here.
44358         * sysdeps/i386/elf/configure.in: Merge into...
44359         * sysdeps/i386/configure.in: ...here.
44360         * sysdeps/i386/elf/configure.in: Delete file.
44361         * sysdeps/i386/elf/configure: Delete file.
44362
44363         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
44364         * debug/backtracesyms.c: ... here.
44365         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
44366         * debug/backtracesymsfd.c: ... here.
44367         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
44368         * sysdeps/generic/ifunc-sel.h: ... here.
44369
44370         * sysdeps/unix/i386/start.c: Delete file.
44371         * sysdeps/unix/sparc/start.c: Delete file.
44372         * sysdeps/unix/start.c: Delete file.
44373
44374         * sysdeps/sh/elf/configure.in: Moved to ...
44375         * sysdeps/sh/configure.in: ... here.
44376         * sysdeps/sh/elf/start.S: Moved to ...
44377         * sysdeps/sh/start.S: ... here.
44378         * sysdeps/sh/elf/configure: Delete file.
44379
44380         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
44381         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
44382         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
44383         * sysdeps/powerpc/powerpc64/entry.h: ... here.
44384         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
44385         * sysdeps/powerpc/powerpc64/start.S: here.
44386         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
44387         * sysdeps/powerpc/powerpc64/Makefile: ... this.
44388         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
44389         * sysdeps/powerpc/powerpc64/configure.in: ... this.
44390         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
44391
44392         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
44393         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
44394         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
44395         * sysdeps/powerpc/powerpc32/start.S: ... here.
44396         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
44397         * sysdeps/powerpc/powerpc32/configure.in: ... this.
44398         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
44399
44400         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
44401         * sysdeps/powerpc/ifunc-sel.h: ... here.
44402         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
44403         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
44404
44405         * sysdeps/sparc/elf/configure.in: Moved to ...
44406         * sysdeps/sparc/configure.in: ... here.
44407         * sysdeps/sparc/elf/configure: Delete file.
44408         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
44409         * sysdeps/sparc/sparc32/start.S: ... here.
44410         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
44411         * sysdeps/sparc/sparc64/start.S: ... here.
44412         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
44413         * sysdeps/sparc/sparc32/Makefile: ... this.
44414         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
44415         * sysdeps/sparc/sparc64/Makefile: ... this.
44416
44417         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
44418         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
44419         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
44420         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
44421         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
44422         * sysdeps/s390/s390-32/setjmp.S: ... here.
44423         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
44424         * sysdeps/s390/s390-32/configure.in: ... here.
44425         * sysdeps/s390/s390-32/elf/configure: Delete file.
44426         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
44427         * sysdeps/s390/s390-32/start.S: ... here.
44428
44429         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
44430         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
44431         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
44432         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
44433         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
44434         * sysdeps/s390/s390-64/setjmp.S: ... here.
44435         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
44436         * sysdeps/s390/s390-64/configure.in: ... here
44437         * sysdeps/s390/s390-64/elf/configure: Delete file.
44438         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
44439         * sysdeps/s390/s390-64/start.S: ... here.
44440         * sysdeps/s390/s390-64/elf/configure: Delete.
44441
44442         * configure.in: Remove support for elf directories in sysdeps.
44443
44444         * configure: Regenerated.
44445         * sysdeps/i386/configure: Regenerated.
44446         * sysdeps/powerpc/powerpc32/configure: Regenerated.
44447         * sysdeps/powerpc/powerpc64/configure: Regenerated.
44448         * sysdeps/s390/s390-32/configure: Regenerated.
44449         * sysdeps/s390/s390-64/configure: Regenerated.
44450         * sysdeps/sh/configure: Regenerated.
44451         * sysdeps/sparc/configure: Regenerated.
44452         * sysdeps/x86_64/configure: Regenerated.
44453
44454 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
44455
44456         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44457
44458         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
44459         denormal result into account.
44460
44461 2012-03-25  Roland McGrath  <roland@hack.frob.com>
44462
44463         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
44464         Reported by Allan McRae <allan@archlinux.org>.
44465
44466 2012-03-23  Jeff Law  <law@redhat.com>
44467
44468         * nss/getnssent.c (__nss_getent): Fix typo.
44469
44470 2012-03-23  David S. Miller  <davem@davemloft.net>
44471
44472         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44473
44474 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
44475
44476         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
44477         to pad to uint64_t for each field.
44478         (dl_tls_index): Replace unsigned long with uint64_t.
44479
44480 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
44481         Paul Pluzhnikov  <ppluzhnikov@google.com>
44482
44483         [BZ #6528]
44484         * grp/Makefile (otherlibs): Don't set it.
44485         * inet/Makefile (otherlibs): Likewise.
44486         * login/Makefile (otherlibs): Likewise.
44487         * nscd/Makefile (otherlibs): Likewise.
44488         * posix/Makefile (otherlibs): Likewise.
44489         * pwd/Makefile (otherlibs): Likewise.
44490         * rt/Makefile (otherlibs): Likewise.
44491         * sunrpc/Makefile (otherlibs): Likewise.
44492         * nss/Makefile (otherlibs): Likewise.
44493         Add libnss_files to routines and static-only-routines.
44494         ($(objpfx)getent): Remove rule.
44495         * resolv/Makefile: Add libnss_dns and libresolv to routines and
44496         static-only-routines.
44497
44498 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
44499
44500         [BZ #13892]
44501         * math/s_cexp.c: Include <float.h>.
44502         (__cexp): Handle exp result overflowing not necessarily
44503         overflowing both real and imaginary parts of result.
44504         * math/s_cexpf.c: Likewise.
44505         * math/s_cexpl.c: Likewise.
44506         * math/libm-test.inc (cexp_test): Add more tests.
44507         * sysdeps/i386/fpu/libm-test-ulps: Update.
44508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44509
44510 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
44511
44512         * include/link.h (ELFW): New macro.
44513         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
44514         Replace ELF64_R_TYPE with ELFW(R_TYPE).
44515
44516 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
44517
44518         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
44519         with uint64_t.
44520
44521 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
44522
44523         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
44524         declaration.
44525         (struct La_x32_retval): Likewise.
44526
44527 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
44528
44529         * sysdeps/x86_64/preconfigure.in: New file.
44530         * sysdeps/x86_64/preconfigure: New generated file.
44531
44532 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
44533
44534         [BZ #13824]
44535         * math/e_exp2l.c: Include <float.h>.
44536         (__ieee754_exp2l): Handle overflow and underflow cases
44537         separately.  Only pass fractional part of argument to
44538         __ieee754_expl.
44539         * math/libm-test.inc (exp2_test): Add more tests.
44540
44541         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
44542         negating x to take absolute value.
44543         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
44544         Likewise.
44545         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
44546         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
44547         Likewise.
44548         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
44549         computing low part if x was negated.
44550         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
44551
44552 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
44553
44554         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
44555         la_x32_gnu_pltexit.
44556         (pltexit): Cast int_retval to ptrdiff_t.
44557         * elf/tst-auditmod3b.c: Likewise.
44558         * elf/tst-auditmod4b.c: Likewise.
44559         * elf/tst-auditmod5b.c: Likewise.
44560         * elf/tst-auditmod6b.c: Likewise.
44561         * elf/tst-auditmod6c.c: Likewise.
44562         * elf/tst-auditmod7b.c: Likewise.
44563
44564         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
44565         and x32_gnu_pltexit.
44566
44567         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
44568         __ELF_NATIVE_CLASS.
44569         (La_x32_regs): New macro.
44570         (La_x32_retval): Likewise.
44571         (la_x32_gnu_pltenter): New function prototype.
44572         (la_x32_gnu_pltexit): Likewise.
44573
44574 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
44575
44576         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
44577         exponent.
44578
44579         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44580
44581         * configure.in (libc_cv_cc_nofma): Check for option to disable
44582         generation of FMA instructions.
44583         * configure: Regenerate.
44584         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
44585         * sysdeps/ieee754/dbl-64/Makefile: New file.
44586         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
44587         Remove brandred-fma4.
44588         (CFLAGS-brandred-fma4.c): Remove.
44589         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
44590         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
44591         define.
44592         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
44593         define.
44594
44595 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
44596
44597         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
44598         LLONG_MAX != LONG_MAX.
44599         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44600         (_fitoa_word): Likewise.
44601         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
44602         LLONG_MAX != LONG_MAX.
44603         * stdio-common/_itowa.h: Include <_itoa.h>.
44604         (_itowa_word): Use _ITOA_WORD_TYPE on value.
44605         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
44606         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
44607         only if not defined.
44608         (_ITOA_WORD_TYPE): Likewise.
44609         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44610         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
44611
44612 2012-03-21  David S. Miller  <davem@davemloft.net>
44613
44614         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44615
44616 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
44617
44618         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
44619         of x86_64 when setting libc_cv_slibdir, libdir and
44620         libc_cv_localedir.
44621         * sysdeps/unix/sysv/linux/configure: Regenerated.
44622
44623 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
44624
44625         * manual/lang.texi (Old Varargs): Remove section.
44626         (How Variadic): Update menu.
44627         (va_start): Do not mention varargs.h.
44628
44629 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
44630             Joseph Myers  <joseph@codesourcery.com>
44631
44632         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
44633         link test.
44634         * configure: Regenerated.
44635
44636 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
44637
44638         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
44639         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
44640         conformtest.pl
44641
44642 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
44643
44644         * NOTES: Remove.
44645         * Makefile (files-for-dist): Remove NOTES.
44646         (NOTES): Remove rule.
44647         * README: Don't refer to NOTES.
44648         * manual/creature.texi: Don't include macros.texi.
44649         * manual/intro.texi (creature.texi): Remove comment referring to
44650         NOTES.
44651
44652         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
44653         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
44654         * configure: Regenerated.
44655         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
44656         LIBC_TRY_CC_OPTION.
44657         (libc_cv_as_i686): Likewise.
44658         (libc_cv_cc_avx): Likewise.
44659         (libc_cv_cc_sse2avx): Likewise.
44660         (libc_cv_cc_fma4): Likewise.
44661         (libc_cv_cc_novzeroupper): Likewise.
44662         * sysdeps/i386/configure: Regenerated.
44663
44664         [BZ #13883]
44665         * sysdeps/i386/fpu/s_cexp.S: Remove.
44666         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
44667         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
44668         * math/libm-test.inc (cexp_test): Add more tests.
44669         * sysdeps/i386/fpu/libm-test-ulps: Update.
44670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44671
44672 2012-03-21  Allan McRae  <allan@archlinux.org>
44673
44674         * timezone/Makefile: Do not install iso3166.tab and zone.tab
44675
44676 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
44677
44678         [BZ #13871]
44679         * math/w_exp2.c: Do not include <float.h>.
44680         (o_threshold, u_threshold): Remove.
44681         (__exp2): Calculate result before checking finiteness and calling
44682         __kernel_standard.
44683         * math/w_exp2f.c: Likewise.
44684         * math/w_exp2l.c: Likewise.
44685         * math/libm-test.inc (exp2_test): Require overflow exception for
44686         1e6 input.
44687
44688         [BZ #3866]
44689         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
44690         range of signed 64-bit integers before using fistpll.  Remove
44691         checks for whether integers fit in mantissa bits.
44692         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
44693         the range of signed 32-bit integers before using fistpl.  Remove
44694         checks for whether integers fit in mantissa bits.
44695         * sysdeps/i386/fpu/e_powl.S (p64): New object.
44696         (__ieee754_powl): Test for y outside the range of signed 64-bit
44697         integers before using fistpll.  Reduce 64-bit values to 63-bit
44698         ones as needed.
44699         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
44700         divide-by-zero is raised for zero to large negative powers.
44701         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
44702         (__ieee754_powl): Test for y outside the range of signed 64-bit
44703         integers before using fistpll.  Reduce 64-bit values to 63-bit
44704         ones as needed.
44705         * math/libm-test.inc (pow_test): Add more tests.
44706
44707 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44708
44709         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
44710         <stdio-common/_itoa.h>.
44711         * debug/segfault.c: Likewise.
44712         * elf/dl-cache.c: Likewise.
44713         * elf/dl-minimal.c: Likewise.
44714         * elf/dl-misc.c: Likewise.
44715         * elf/dl-sysdep.c: Likewise.
44716         * elf/dl-version.c: Likewise.
44717         * elf/rtld.c: Likewise.
44718         * hurd/hurdsock.c: Likewise.
44719         * hurd/lookup-retry.c: Likewise.
44720         * malloc/malloc.c: Likewise.
44721         * malloc/mtrace.c: Likewise.
44722         * nscd/nscd_getgr_r.c: Likewise.
44723         * nscd/nscd_getpw_r.c: Likewise.
44724         * nscd/nscd_getserv_r.c: Likewise.
44725         * posix/getopt_init.c: Likewise.
44726         * posix/wordexp.c: Likewise.
44727         * stdio-common/_itoa.c: Likewise.
44728         * stdio-common/printf_fphex.c: Likewise.
44729         * stdio-common/vfprintf.c: Likewise.
44730         * string/_strerror.c: Likewise.
44731         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
44732         * sysdeps/i386/i686/hp-timing.h: Likewise.
44733         * sysdeps/mach/_strerror.c: Likewise.
44734         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
44735         * sysdeps/mach/hurd/sethostid.c: Likewise.
44736         * sysdeps/mach/hurd/xmknodat.c: Likewise.
44737         * sysdeps/mach/xpg-strerror.c: Likewise.
44738         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
44739         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
44740         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
44741         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
44742         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
44743         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
44744         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
44745         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
44746         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
44747         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
44748         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
44749         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
44750         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
44751         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
44752         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
44753         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
44754         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
44755         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
44756         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
44757         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
44758         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
44759
44760         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
44761
44762         * stdio-common/_itoa.h: Moved to ...
44763         * sysdeps/generic/_itoa.h: Here.
44764
44765         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
44766
44767         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
44768         instead of "_itoa.h" and "_itowa.h".
44769         * stdio-common/vfprintf.: Likewise.
44770
44771 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44772
44773         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
44774         <bits/wordsize.h>.
44775         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
44776         (__signbit): Likwise.
44777         (llrintf): Likwise.
44778         (llrint): Likwise.
44779
44780 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44781
44782         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
44783         __WORDSIZE != 64.
44784
44785 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
44786
44787         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
44788         OVERFLOW_EXCEPTION_OK.
44789         * math/libm-test.inc ("Philosophy"): Update comment about
44790         exception testing.
44791         (OVERFLOW_EXCEPTION): Define.
44792         (OVERFLOW_EXCEPTION_OK): Likewise.
44793         (INVALID_EXCEPTION_OK): Renumber.
44794         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44795         (IGNORE_ZERO_INF_SIGN): Likewise.
44796         (test_exceptions): Handle FE_OVERFLOW.
44797         (exp10_test): Expect overflow exceptions.
44798         (exp2_test): Likewise.
44799         (expm1_test): Likewise.
44800         (nextafter_test): Likewise.
44801         (pow_test): Likewise.
44802         (scalbn_test): Likewise.
44803         (scalbln_test): Likewise.
44804
44805 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44806
44807         * sysdeps/x86_64/bits/atomic.h
44808         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44809         64bit integer.
44810         (atomic_exchange_acq): Likewise.
44811         (__arch_exchange_and_add_body): Likewise.
44812         (__arch_add_body): Likewise.
44813         (atomic_add_negative): Likewise.
44814         (atomic_add_zero): Likewise.
44815
44816 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44817
44818         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
44819         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44820
44821 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44822
44823         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44824         Check __x86_64__ instead of __WORDSIZE.
44825
44826 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44827
44828         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44829
44830 2012-03-19  David S. Miller  <davem@davemloft.net>
44831
44832         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44833
44834         * sysdeps/sparc/fpu/fenv_private.h: New file.
44835         * sysdeps/sparc/fpu/math_private.h: Use it.
44836         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44837         Remove.
44838         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
44839         (libc_feholdexcept_setroundl): Remove.
44840         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44841         Remove.
44842         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44843         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44844
44845 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44846
44847         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44848         int64_t instead of long int.
44849         (INSERT_WORDS64): Likwise.
44850
44851 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44852
44853         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44854         _Unwind_GetCFA return to _Unwind_Ptr first.
44855
44856 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44857
44858         [BZ #13629]
44859         * math/s_clog.c: Include <float.h>.
44860         (__clog): Scale large or subnormal inputs.
44861         * math/s_clogf.c: Likewise.
44862         * math/s_clogl.c: Likewise.
44863         * math/s_clog10.c: Include <float.h>.
44864         (M_LOG10_2): Define.
44865         (__clog10): Scale large or subnormal inputs.
44866         * math/s_clog10f.c: Likewise.
44867         * math/s_clog10l.c: Likewise.
44868         * math/libm-test.inc (clog_test): Add more tests.
44869         (clog10_test): Likewise.
44870         * sysdeps/i386/fpu/libm-test-ulps: Update.
44871         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44872
44873         [BZ #11451]
44874         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44875         x and y.
44876         * math/libm-test.inc (atan2_test): Add another test.
44877
44878         * Makerules (common-objdir-compile): Remove.
44879         * sysdeps/unix/Makefile (config-generated): Do not add
44880         $(unix-generated) to variable.
44881         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44882         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44883         Remove rule.
44884         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44885         Likewise.
44886         [generic bits/local_lim.h] (before-compile): Do not append to
44887         variable.
44888         [generic bits/local_lim.h] (common-generated): Likewise.
44889         [generic sys/param.h] (before-compile): Do not append to variable.
44890         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44891         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44892         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44893         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44894         include.
44895         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44896         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44897         [generic sys/param.h] ($(addprefix
44898         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44899         [generic sys/param.h] (common-generated): Do not append to
44900         variable.
44901         [generic sys/param.h] (sysdep_headers): Likewise.
44902         [generic bits/errno.h] (before-compile): Do not append to
44903         variable.
44904         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44905         rule.
44906         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44907         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44908         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44909         [generic bits/errno.h] (common-generated): Do not append to
44910         variable.
44911         [generic bits/ioctls.h] (before-compile): Do not append to
44912         variable.
44913         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44914         rule.
44915         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44916         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44917         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44918         rule.
44919         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44920         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44921         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44922         [generic bits/ioctls.h] (common-generated): Do not append to
44923         variable.
44924         [generic sys/syscall.h] (syscall.h): Remove variable.
44925         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44926         rule.
44927         [generic sys/syscall.h] (before-compile): Do not append to
44928         variable.
44929         [generic sys/syscall.h] (common-generated): Likewise.
44930         * sysdeps/unix/errnos-tmpl.c: Remove file.
44931         * sysdeps/unix/errnos.awk: Likewise.
44932         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44933         * sysdeps/unix/ioctls.awk: Likewise.
44934         * sysdeps/unix/mk-local_lim.c: Likewise.
44935         * sysdeps/unix/snarf-ioctls: Likewise.
44936
44937 2012-03-19  Richard Henderson  <rth@twiddle.net>
44938
44939         * sysdeps/i386/fpu/fenv_private.h: New file.
44940         * sysdeps/i386/fpu/math_private.h: Use it.
44941         (math_opt_barrier, math_force_eval): Remove.
44942         (libc_feholdexcept_setround_53bit): Remove.
44943         (libc_feupdateenv_53bit): Remove.
44944         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44945         (math_opt_barrier, math_force_eval): Remove.
44946         (libc_feholdexcept): Remove.
44947         (libc_feholdexcept_setround): Remove.
44948         (libc_fetestexcept, libc_fesetenv): Remove.
44949         (libc_feupdateenv_test): Remove.
44950         (libc_feupdateenv, libc_feholdsetround): Remove.
44951         (libc_feresetround): Remove.
44952
44953         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44954         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44955
44956         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44957         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44958         (libc_feupdateenv_testl): New.
44959         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44960         (libc_feupdateenv_testf): New.
44961         (libc_feupdateenv): Use libc_feupdateenv_test.
44962         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44963         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44964
44965         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44966         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44967         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44968         (libc_feresetround_noex): New.
44969         (libc_feresetround_noexf): New.
44970         (libc_feresetround_noexl): New.
44971         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44972         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44973         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44974         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44975         SET_RESTORE_ROUND.
44976         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44977         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44978         (__cos): Likewise.
44979         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44980         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44981         SET_RESTORE_ROUND_NOEX.
44982         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44983         SET_RESTORE_ROUND_NOEXF.
44984         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44985         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44986         (libc_feholdsetroundf): New.
44987         (libc_feresetround, libc_feresetroundf): New.
44988
44989         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44990         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44991         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44992
44993         * sysdeps/generic/math_private.h: Include <fenv.h>.
44994         (default_libc_feholdexcept): New.
44995         (default_libc_feholdexcept_setround): New.
44996         (default_libc_fesetenv, default_libc_feupdateenv): New.
44997         (libc_feholdexcept): Only define if undefined.
44998         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44999         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
45000         (libc_feholdexcept_setroundl): Likewise.
45001         (libc_feholdexcept_setround_53bit): Likewise.
45002         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
45003         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
45004         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
45005         (libc_feupdateenv_53bit): Likewise.
45006         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
45007         (libc_feholdexcept): Convert from macro to inline function.
45008         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
45009         (libc_fesetenv, libc_feupdateenv): Likewise.
45010
45011         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
45012         not previously defined.
45013         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
45014         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
45015         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
45016         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
45017         * sysdeps/ieee754/flt-32/math_private.h: New file.
45018         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
45019         math_private.h below SET_FLOAT_WORD.
45020         (__isnan, __isinf_ns, __finite): Remove.
45021         (__isnanf, __isinf_nsf, __finitef): Remove.
45022
45023 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
45024
45025         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45026
45027 2012-03-17  David S. Miller  <davem@davemloft.net>
45028
45029         [BZ #6471]
45030         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
45031         for 2.16.
45032
45033 2012-03-16  David S. Miller  <davem@davemloft.net>
45034
45035         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
45036         warnings.
45037
45038         [BZ #6471]
45039         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
45040         properly.
45041         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
45042         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
45043         sysdep_routines when subdir is sysvipc.
45044         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
45045         __getshmlba helper.
45046
45047         * sysdeps/sparc/fpu/libm-test/ulps: Update.
45048
45049 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45050
45051         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
45052         [__LP64__].
45053
45054 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45055
45056         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
45057         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
45058         (__lround): Renamed to ...
45059         (__llround): This.  Replace long int with long long int.
45060         Define lround functions as aliases of llround functions.
45061         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
45062
45063 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45064
45065         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
45066         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
45067         adresses to uintptr_t.  Replace "long int" and "unsigned long
45068         int" with "greg_t" on va_arg.
45069
45070 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45071
45072         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
45073         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
45074
45075         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
45076         Move e_machine check before EI_CLASS check.  Handle x32
45077         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
45078         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
45079         SKIP_EM_IA_64 and include
45080         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
45081
45082         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
45083         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
45084         (add_system_dir): New macro.
45085
45086         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
45087         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
45088
45089 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
45090
45091         [BZ #2551]
45092         [BZ #2552]
45093         [BZ #2553]
45094         [BZ #2554]
45095         [BZ #2562]
45096         [BZ #2563]
45097         [BZ #2565]
45098         [BZ #2566]
45099         [BZ #2576]
45100         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
45101         (y0): Likewise.
45102         * math/w_j0f.c (j0f): Likewise.
45103         (y0f): Likewise.
45104         * math/w_j0l.c (__j0l): Likewise.
45105         (__y0l): Likewise.
45106         * math/w_j1.c (j1): Likewise.
45107         (y1): Likewise.
45108         * math/w_j1f.c (j1f): Likewise.
45109         (y1f): Likewise.
45110         * math/w_j1l.c (__j1l): Likewise.
45111         (__y1l): Likewise.
45112         * math/w_jn.c (jn): Likewise.
45113         (yn): Likewise.
45114         * math/w_jnf.c (jnf): Likewise.
45115         (ynf): Likewise.
45116         * math/w_jnl.c (__jnl): Likewise.
45117         (__ynl): Likewise.
45118         * math/libm-test.inc (j0_test): Add more tests.
45119         (j1_test): Likewise.
45120         (jn_test): Likewise.  Add trailing semicolon to existing test.
45121         (y0_test): Likewise.
45122         (y1_test): Likewise.
45123         * sysdeps/i386/fpu/libm-test-ulps: Update.
45124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45125
45126         [BZ #13851]
45127         [BZ #13854]
45128         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
45129         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
45130         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
45131         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
45132         (__tanl): Set errno for infinite argument.
45133         * sysdeps/i386/fpu/mptan.c: Remove.
45134         * sysdeps/i386/fpu/s_tan.S: Likewise.
45135         * sysdeps/i386/fpu/s_tanl.S: Likewise.
45136         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
45137         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
45138         * math/libm-test.inc (tan_test): Add more tests and enable more
45139         tests for double and long double.
45140         * sysdeps/i386/fpu/libm-test-ulps: Update.
45141         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45142
45143 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
45144
45145         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
45146         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
45147
45148 2012-03-16  Roland McGrath  <roland@hack.frob.com>
45149
45150         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
45151         * configure.in: Use it for both main tree and add-ons.
45152         * configure: Regenerated.
45153
45154 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45155
45156         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
45157
45158 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
45159
45160         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
45161         in comment.
45162
45163         [BZ #13851]
45164         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
45165         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
45166         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
45167         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
45168         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
45169         infinite argument.
45170         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
45171         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
45172         != 0 for prec == 2.
45173         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
45174         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
45175         * sysdeps/i386/fpu/s_cosl.S: Likewise.
45176         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
45177         * sysdeps/i386/fpu/s_sinl.S: Likewise.
45178         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
45179         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
45180         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
45181         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
45182         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
45183         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
45184         * math/libm-test.inc (cos_test): Add more tests and enable more
45185         tests for long double.
45186         (sin_test): Likewise.
45187         (sincos_test): Likewise.
45188         * sysdeps/i386/fpu/libm-test-ulps: Update.
45189         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45190
45191 2012-03-16  David S. Miller  <davem@davemloft.net>
45192
45193         * sysdeps/sparc/fpu/math_private.h: New file.
45194
45195 2012-03-15  David S. Miller  <davem@davemloft.net>
45196
45197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
45198         file.
45199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
45200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
45201         file.
45202         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
45203         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
45204         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
45205         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
45206         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
45207         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
45208         sysdep routines.
45209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
45210
45211         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
45212         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
45213
45214         * sysdeps/sparc/sparc-ifunc.h: New file.
45215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
45216         sparc-ifunc.h
45217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
45218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
45219         Likewise.
45220         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
45221         Likewise.
45222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
45223         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
45224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
45226         Likewise.
45227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
45229         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
45231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
45232         Likewise.
45233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
45234         Likewise.
45235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
45237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
45238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
45239         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
45240         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
45241         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
45242         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
45243         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
45244         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
45245         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
45246         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
45247         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
45248         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
45249         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
45250         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
45251         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
45252         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
45253         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
45254         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
45255         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
45256         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
45257         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
45258         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
45259
45260 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
45261
45262         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
45263         scaling.
45264         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45265
45266 2012-03-15  Andreas Jaeger  <aj@suse.de>
45267
45268         [BZ #13852]
45269         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
45270         ieee754/flt-32 implementation for sin, cos and sincos.
45271         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
45272         * sysdeps/i386/fpu/s_cosf.S: Likewise.
45273         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
45274         * sysdeps/i386/fpu/s_sinf.S: Likewise.
45275         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
45276         ieee754/flt-32 implementation for tan.
45277
45278         * math/libm-test.inc (cos_test): Enable some large input tests for
45279         float as well
45280         (sin_test): Likewise.
45281         (sincos_test): Likewise.
45282         (tan_test): Add tests for large input.
45283
45284         * sysdeps/i386/fpu/libm-test-ulps: Update.
45285
45286 2012-03-15  Andreas Jaeger  <aj@suse.de>
45287
45288         [BZ #13658]
45289         * math/libm-test.inc (cos_test): Add more test cases.
45290         (sin_test): Likewise.
45291         (sincos_test): Likewise.
45292
45293 2012-03-15  Andreas Jaeger  <aj@suse.de>
45294
45295         [BZ #13837]
45296         * math/libm-test.inc (cos_test): Add a test case for large input
45297         value.
45298         (sin_test): Likewise.
45299         (sincos_test): Likewise.
45300
45301 2012-03-15  Andreas Jaeger  <aj@suse.de>
45302             Joseph Myers  <joseph@codesourcery.com>
45303
45304         [BZ #13658]
45305         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
45306         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
45307         * sysdeps/i386/fpu/branred.c: Likewise.
45308         * sysdeps/i386/fpu/dosincos.c: Likewise.
45309         * sysdeps/i386/fpu/mpa.c: Likewise.
45310         * sysdeps/i386/fpu/s_cos.S: Likewise.
45311         * sysdeps/i386/fpu/s_sin.S: Likewise.
45312         * sysdeps/i386/fpu/s_sincos.S: Likewise.
45313         * sysdeps/i386/fpu/sincos32.c: Likewise.
45314
45315         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
45316         Define.
45317         (libc_feupdateenv_53bit): Define.
45318         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
45319         Define.
45320         (libc_feupdateenv_53bit): Define.
45321
45322         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
45323         53 bit (without extend i386 double precision).
45324
45325         * math/libm-test.inc (sincos_test): Add tests for large input.
45326         (sin): Likewise.
45327         (cos): Likewise.
45328
45329         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
45330
45331 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
45332
45333         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45334
45335 2012-03-15  David S. Miller  <davem@davemloft.net>
45336
45337         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
45338         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
45339         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
45340         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
45341         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
45342         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
45343         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
45344         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
45345         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
45346         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
45347         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
45348         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
45349         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
45350         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
45351         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
45352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
45353         file.
45354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
45355         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
45356         file.
45357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
45358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
45359         file.
45360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
45361         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
45362         file.
45363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
45364         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
45365         fmin/fmax sysdep routines.
45366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
45367
45368 2012-03-14  David S. Miller  <davem@davemloft.net>
45369
45370         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
45371         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
45372         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
45373         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
45374         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
45375         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
45376         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
45377         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
45378         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
45379         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
45380         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
45381         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
45382         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
45383         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
45384         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
45385         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
45386         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
45387         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
45388         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
45389         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
45390         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
45391         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
45392         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
45393         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
45394         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
45395         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
45396         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
45397         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
45398         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
45399         routines.
45400         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
45401         file.
45402         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
45403         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
45404         file.
45405         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
45406         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
45407         file.
45408         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
45409         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
45410         file.
45411         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
45412         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
45413         file.
45414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
45415         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
45416         file.
45417         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
45418         file.
45419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
45420         file.
45421         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
45422         file.
45423         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
45424         New file.
45425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
45426         file.
45427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
45428         file.
45429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
45430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
45431         file.
45432         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
45433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
45434         file.
45435         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
45436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
45437         file.
45438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
45439         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
45440         VIS3 routines.
45441
45442         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
45443         New file.
45444
45445         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45446
45447         * sysdeps/sparc/configure.in: New file.
45448         * sysdeps/sparc/configure: Generate.
45449         * configure.in (libc_cv_sparc_as_vis3): Substitute.
45450         * configure: Regenerate.
45451         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
45452         * config.make.in (have-as-vis3): New.
45453         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
45454         available use -Av9d instead of -Av9a.
45455         * sysdeps/sparc/sparc64/Makefile: Likewise.
45456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
45457         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
45458         New file.
45459         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
45460         file.
45461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
45462         New file.
45463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
45464         file.
45465         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
45466         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
45467         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
45468         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
45469         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
45470
45471         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
45472         fzeros/fnegs to load 0x80000000 into a float register instead of
45473         using the stack.
45474         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
45475
45476 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
45477
45478         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45479         bits/syscall.h.
45480         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
45481         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
45482         ($(inst_includedir)/bits/syscall.h): Remove rule.
45483         ($(objpfx)bits/syscall.d): Include instead of
45484         $(objpfx)syscall-list.d.
45485         (generated): Change syscall-list.h and syscall-list.d to
45486         bits/syscall.h and bits/syscall.d.
45487
45488 2012-03-14  Roland McGrath  <roland@hack.frob.com>
45489
45490         [BZ #13846]
45491         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
45492
45493 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
45494
45495         [BZ #13841]
45496         * math/s_csqrt.c: Include <float.h>.
45497         (__csqrt): Scale large or subnormal inputs.
45498         * math/s_csqrtf.c: Likewise.
45499         * math/s_csqrtl.c: Likewise.
45500         * math/libm-test.inc (csqrt_test): Add more tests.
45501         * sysdeps/i386/fpu/libm-test-ulps: Update.
45502         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45503
45504         [BZ #13840]
45505         * math/libm-test.inc (hypot_test): Add more tests.
45506
45507 2012-03-13  David S. Miller  <davem@davemloft.net>
45508
45509         [BZ #13840]
45510         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
45511         double-precision for the calculation instead of scaling.
45512
45513 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
45514
45515         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
45516         manipulate bits before adding and subtracting TWO52[sx].
45517         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
45518         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
45519         Likewise.
45520         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
45521
45522 2012-03-13  David S. Miller  <davem@davemloft.net>
45523
45524         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
45525         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
45526         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
45527         rtld-global-offsets.h
45528         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45529
45530         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
45531         large parameters.
45532
45533         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
45534
45535         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
45536         'err' in the ifdef scope in which it is actually used.
45537
45538         * nss/nss_db/db-init.c: Include string.h
45539
45540 2012-03-12  David S. Miller  <davem@davemloft.net>
45541
45542         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
45543         masking out of the most significant byte of random value used.
45544         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
45545         Fix coding style in previous change.
45546
45547         * sysdeps/unix/sysv/linux/kernel-features.h
45548         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
45549         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
45550         expression.
45551         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
45552         later.
45553
45554 2012-03-11  David S. Miller  <davem@davemloft.net>
45555
45556         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
45557         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
45558         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
45559         for 'resultvar' otherwise things get truncated on 64-bit.
45560
45561         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
45562         Fix masking out of the most significant byte of random value used.
45563
45564         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45565
45566 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
45567
45568         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45569
45570 2012-03-09  David S. Miller  <davem@davemloft.net>
45571
45572         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
45573         variables with appropriate CPP guards.
45574         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
45575         from the frame pointer, not the stack pointer.  Correct layout
45576         comments.  Fix test on resulting framesize and the management of
45577         the outregs buffer for pltexit.  Preserve floating point return
45578         values across _dl_call_pltexit call.
45579         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
45580         framesize and the management of the outregs buffer for pltexit.
45581         Preserve floating point return values across _dl_call_pltexit
45582         call.
45583         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
45584         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
45585         (la_sparc64_gnu_pltexit): New functions.
45586         (print_exit): Fix format string for return register value.
45587
45588 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
45589
45590         * sunrpc/Makefile (others): Add rpcgen.
45591         ($(objpfx)rpcgen): Remove special build rule and dependency on
45592         libc.
45593         * sunrpc/rpcgen.c: New file.
45594
45595 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
45596
45597         [BZ #13673]
45598         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
45599         * stdio-common/bug-vfprintf-nargs.c: Likewise.
45600         * sysdeps/i386/crti.S: Likewise.
45601         * sysdeps/i386/crtn.S: Likewise.
45602         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
45603         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
45604         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
45605         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
45606         * sysdeps/sh/crti.S: Likewise.
45607         * sysdeps/sh/crtn.S: Likewise.
45608         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
45609
45610         [BZ #13673]
45611         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
45612         with URL.
45613         * locale/programs/locfile-kw.gperf: Likewise.
45614         * locale/programs/charmap-kw.h: Regenerated.
45615         * locale/programs/locfile-kw.h: Likewise.
45616
45617         [BZ #13673]
45618         * intl/plural.y: Replace FSF snail mail address with URL.
45619         * intl/plural.c: Regenerated.
45620
45621 2012-03-09  Richard Henderson  <rth@twiddle.net>
45622
45623         * include/math_private.h: Remove file.
45624         * math/math_private.h: Move file ...
45625         * sysdeps/generic/math_private.h: ... here.
45626
45627         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
45628         * sysdeps/powerpc/fpu/math_private.h: Likewise.
45629         * sysdeps/x86_64/fpu/math_private.h: Likewise.
45630
45631         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
45632         and <math_private.h>.
45633         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
45634         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
45635         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
45636         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
45637         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
45638         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
45639         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45640         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45641         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45642         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45643         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45644         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45645         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45646         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45647         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45648         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45649         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45650         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45651         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45652         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45653         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45654         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45655         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45656         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45657         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
45658         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45659         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45660         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45661         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45662         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
45663         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45664         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45665         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
45666         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45667         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
45668         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
45669         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45670         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
45671         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
45672         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45673         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
45674         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
45675         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
45676         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
45677         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
45678         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
45679         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
45680         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
45681         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45682         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
45683         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
45684         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
45685         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
45686         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
45687         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
45688         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45689         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45690         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
45691         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
45692         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
45693         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45694         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
45695         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45696         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
45697         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
45698         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45699         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45700         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45701         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
45702         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
45703         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
45704         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45705         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
45706         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45707         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
45708         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
45709         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
45710         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
45711         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
45712         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
45713         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
45714         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
45715         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
45716         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45717         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45718         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
45719         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
45720         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
45721         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45722         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45723         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45724         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45725         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45726         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45727         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45728         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45729         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45730         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45731         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45732         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45733         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45734         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45735         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45736         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45737         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
45738         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45739         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45740         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45741         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
45742         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
45743         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
45744         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
45745         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45746         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
45747         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
45748         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45749         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
45750         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
45751         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
45752         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45753         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
45754         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
45755         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45756         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
45757         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
45758         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
45759         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45760         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
45761         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
45762         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
45763         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
45764         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45765         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
45766         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
45767         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
45768         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
45769         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45770         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
45771         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
45772         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45773         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45774         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
45775         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
45776         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
45777         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
45778         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45779         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45780         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45781         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
45782         * sysdeps/ieee754/k_standard.c: Likewise.
45783         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45784         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45785         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45786         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45787         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45788         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45789         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45790         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45791         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45792         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45793         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45794         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45795         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45796         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45797         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45798         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45799         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45800         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45801         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45802         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45803         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45804         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45805         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45806         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45807         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45808         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45809         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45810         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45811         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45812         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45813         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45814         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45815         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45816         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45817         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45818         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45819         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45820         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45821         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45822         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45823         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45824         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45825         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45826         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45827         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45828         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45829         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45830         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45831         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45832         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45833         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45834         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45835         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45836         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45837         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45838         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45839         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45840         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45841         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45842         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45843         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45844         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45845         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45846         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45847         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45848         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45849         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45850         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45851         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45852         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45853         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45854         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45855         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45856         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45857         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45858         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45859         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45860         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45861         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45862         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45863         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45864         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45865         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45866         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45867         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45868         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45869         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45870         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45871         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45872         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45873         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45874         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45875         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45876         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45877         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45878         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45879         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45880         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45881         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45882         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45883         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45884         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45885         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45886         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45887         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45888         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45889         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45890         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45891         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45892         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45893         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45894         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45895         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45896         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45897         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45898         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45899         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45900         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45901         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45902         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45903         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45904         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45905         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45906         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45907         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45908         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45909         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45910         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45911         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45912         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45913         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45914         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45915         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45916         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45917         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45918         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45919         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45920         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45921         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45922         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45923         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45924         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45925         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45926         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45927         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45928         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45929         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45930         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45931         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45932         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45933         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45934         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45935         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45936         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45937         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45938         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45939         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45940         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45941         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45942         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45943         * sysdeps/ieee754/s_lib_version.c: Likewise.
45944         * sysdeps/ieee754/s_matherr.c: Likewise.
45945         * sysdeps/ieee754/s_signgam.c: Likewise.
45946         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45947         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45948         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45949         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45950         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45951         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45952         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45953         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45954         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45955         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45956         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45957         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45958         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45959         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45960         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45961         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45962         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45963         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45964         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45965         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45966         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45967
45968 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45969
45970         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45971         * sunrpc/rpc_main.c: Likewise.
45972         * sunrpc/rpc_svcout.c: Likewise.
45973
45974 2012-03-09  David S. Miller  <davem@davemloft.net>
45975
45976         * include/math_private.h: New file.
45977
45978 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45979
45980         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45981         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45982         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45983         from <bits/socket_type.h>.
45984         (enum __socket_type): Don't define here.
45985         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45986         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45987         bits/socket_type.h.
45988
45989         [BZ #13566]
45990         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45991         checking __USE_GNU.
45992
45993         * Makerules ($(inst_includedir)/%.h): New rule.
45994         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45995         (install-others): Remove variable setting.
45996         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45997
45998 2012-03-08  Richard Henderson  <rth@twiddle.net>
45999
46000         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
46001         from macro to inline function; merge with the
46002         !__LIBC_INTERNAL_MATH_INLINES version.
46003         (__ieee754_sqrtf): Likewise.
46004
46005         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
46006         to inline function.
46007         (__rintf, __floor, __floorf): Likewise.
46008
46009         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
46010         macro to inline function.
46011         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
46012
46013         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
46014         not <math/math_private.h>.
46015
46016 2012-03-08  David S. Miller  <davem@davemloft.net>
46017
46018         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
46019         copyright year.
46020         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
46021
46022 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
46023
46024         * resolv/gai_misc.c (handle_requests): Fix struct timespec
46025         normalization.
46026         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
46027         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
46028
46029 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
46030
46031         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
46032         be defined individually, they must be defined as a block.  Define
46033         S for printing a string instead of hidint the different by using a
46034         macro for adding the 'l'.
46035         * stdio-common/tst-fphex-wide.c: Adjust.
46036
46037 2012-03-07  Marek Polacek  <polacek@redhat.com>
46038
46039         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
46040
46041 2012-03-08  Marek Polacek  <polacek@redhat.com>
46042
46043         [BZ #13806]
46044         * stdio-common/Makefile (tests): Add tst-fphex-wide.
46045         * stdio-common/tst-fphex.c: Define a few macros to make the
46046         test reusable.  Use them.
46047         * stdio-common/tst-fphex-wide.c: New file.
46048
46049 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
46050
46051         [BZ #6911]
46052         * manual/macros.texi (gnusystems): New macro.
46053         (nongnusystems): Likewise.
46054         (gnulinuxhurdsystems): Likewise.
46055         (gnuhurdsystems): Likewise..
46056         (gnulinuxsystems): Likewise.
46057         * manual/charset.texi: Use new macros or @theglibc{} to refer to
46058         variants of the GNU system, not "GNU system".
46059         * manual/conf.texi: Likewise.
46060         * manual/errno.texi: Likewise.  Update example of errno macro
46061         expansion.
46062         * manual/filesys.texi: Likewise.
46063         (getumask): Document as specific to GNU/Hurd.
46064         * manual/install.texi: Likewise.  Reword some references to
46065         GNU/Linux.
46066         * manual/intro.texi: Likewise.
46067         * manual/io.texi: Likewise.
46068         (File Name Portability): Detail which constraints are inapplicable
46069         to all GNU systems and which are only inapplicable to GNU/Hurd.
46070         * manual/job.texi: Likewise.
46071         * manual/llio.texi: Likewise.
46072         (O_NOCTTY): Document as present on GNU/Linux.
46073         * manual/maint.texi: Likewise.
46074         * manual/memory.texi: Likewise.
46075         * manual/pattern.texi: Likewise.
46076         * manual/pipe.texi: Likewise.
46077         * manual/process.texi: Likewise.
46078         * manual/resource.texi: Likewise.
46079         (RUSAGE_CHILDREN): Remove statement about specifying a particular
46080         child on GNU/Hurd.
46081         * manual/setjmp.texi: Likewise.
46082         * manual/signal.texi: Likewise.
46083         * manual/startup.texi: Likewise.
46084         * manual/stdio.texi: Likewise.
46085         * manual/terminal.texi: Likewise.
46086         (ONLCR): Document as POSIX.
46087         (OXTABS): Document availability on GNU/Linux as XTABS.
46088         (ONOEOT): Document availability separately from other bits.
46089         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
46090         * manual/time.texi: Likewise.
46091         * manual/users.texi: Likewise.
46092         * INSTALL: Regenerated.
46093         * sysdeps/gnu/errlist.c: Regenerated.
46094
46095         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
46096         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
46097         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
46098         puts.
46099         * configure: Regenerated.
46100
46101 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
46102
46103         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
46104         default includes instead of AC_HEADER_CHECK.
46105         * sysdeps/i386/configure: Regenerated.
46106
46107         [BZ #10716]
46108         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
46109         * math/s_cacoshf.c (__cacoshf): Likewise.
46110         * math/s_cacoshl.c (__cacoshl): Likewise.
46111         * math/s_casinh.c (__casinh): Set signs of result from argument.
46112         * math/s_casinhf.c (__casinhf): Likewise.
46113         * math/s_casinhl.c (__casinhl): Likewise.
46114         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
46115         (casinh_test): Add more tests.
46116         * sysdeps/i386/fpu/libm-test-ulps: Update.
46117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46118
46119 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
46120
46121         * po/zh_TW.po: Update from translation team.
46122
46123         * login/Makefile (distribute): Remove variable.
46124         * catgets/Makefile: Likewise.
46125         * mach/Makefile: Likewise.
46126         * malloc/Makefile: Likewise.
46127         * misc/Makefile: Likewise.
46128         * iconv/Makefile: Likewise.
46129         * nscd/Makefile: Likewise.
46130         * hurd/Makefile: Likewise.
46131         * manual/Makefile: Likewise.
46132         * locale/Makefile: Likewise.
46133         * intl/Makefile: Likewise.
46134         * conform/Makefile: Likewise.
46135         * nss/Makefile: Likewise.
46136         * time/Makefile: Likewise.
46137         * soft-fp/Makefile: Likewise.
46138         * dirent/Makefile: Likewise.
46139         * gmon/Makefile: Likewise.
46140         * po/Makefile: Likewise.
46141         * rt/Makefile: Likewise.
46142         * socket/Makefile: Likewise.
46143         * math/Makefile: Likewise.
46144         * signal/Makefile: Likewise.
46145         * debug/Makefile: Likewise.
46146         * elf/Makefile: Likewise.
46147         * timezone/Makefile: Likewise.
46148         * stdlib/Makefile: Likewise.
46149         * iconvdata/Makefile: Likewise.
46150         * sunrpc/Makefile: Likewise.
46151         * io/Makefile: Likewise.
46152         * argp/Makefile: Likewise.
46153         * inet/Makefile: Likewise.
46154         * hesiod/Makefile: Likewise.
46155         * grp/Makefile: Likewise.
46156         * csu/Makefile: Likewise.
46157         * wctype/Makefile: Likewise.
46158         * crypt/Makefile: Likewise.
46159         * libio/Makefile: Likewise.
46160         * string/Makefile: Likewise.
46161         * nis/Makefile: Likewise.
46162         * resolv/Makefile: Likewise.
46163         * stdio-common/Makefile: Likewise.
46164         * wcsmbs/Makefile: Likewise.
46165         * dlfcn/Makefile: Likewise.
46166         * posix/Makefile: Likewise.
46167
46168         [BZ #6959]
46169         * timezone/Makefile: Don't install timezone files, just the programs
46170         and scripts.
46171
46172 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
46173
46174         * nss/databases.def: Add missing gshadow entry.
46175
46176         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
46177
46178 2012-03-06  Marek Polacek  <polacek@redhat.com>
46179
46180         [BZ #13726]
46181         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
46182         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
46183         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
46184         * stdio-common/tst-long-dbl-fphex.c: New file.
46185
46186 2012-03-06  David S. Miller  <davem@davemloft.net>
46187
46188         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46189         (set_obp_int): New function.
46190         (get_obp_int): New function.
46191         (__get_clockfreq_via_dev_openprom): Likewise.
46192         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
46193         Avoid unused variable warnings on 'val' and use builtin_expect.
46194         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
46195         __builtin_expect.
46196         (INLINE_CLONE_SYSCALL): Likewise.
46197
46198 2012-03-05  David S. Miller  <davem@davemloft.net>
46199
46200         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46201
46202 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
46203
46204         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46205
46206         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
46207         only for |x| >= 40.
46208         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46209
46210 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
46211
46212         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
46213         Replace gettimeofday with __vdso_gettimeofday.
46214
46215         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46216         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
46217         __vdso_clock_gettime and __vdso_getcpu.
46218
46219         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
46220         time with __vdso_time.
46221
46222 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
46223
46224         * manual/lang.texi (size_t): Note types to which size_t may be
46225         equivalent with the GNU C Library, but do not describe when
46226         differences between them are significant.
46227
46228 2012-03-05  Andreas Jaeger  <aj@suse.de>
46229
46230         * sysdeps/i386/fpu/libm-test-ulps: Update.
46231
46232 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
46233
46234         [BZ #3976]
46235         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
46236         (__ieee754_pow): Save and restore rounding mode and use
46237         round-to-nearest for main computations.
46238         * math/libm-test.inc (pow_test_tonearest): New function.
46239         (pow_test_towardzero): Likewise.
46240         (pow_test_downward): Likewise.
46241         (pow_test_upward): Likewise.
46242         (main): Call the new functions.
46243         * sysdeps/i386/fpu/libm-test-ulps: Update.
46244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46245
46246         [BZ #3976]
46247         * math/libm-test.inc (cosh_test_tonearest): New function.
46248         (cosh_test_towardzero): Likewise.
46249         (cosh_test_downward): Likewise.
46250         (cosh_test_upward): Likewise.
46251         (sinh_test_tonearest): Likewise.
46252         (sinh_test_towardzero): Likewise.
46253         (sinh_test_downward): Likewise.
46254         (sinh_test_upward): Likewise.
46255         (main): Call the new functions.
46256         * sysdeps/i386/fpu/libm-test-ulps: Update.
46257         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46258
46259 2012-03-05  Tom de Vries  <tom@codesourcery.com>
46260
46261         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
46262         default stack guard is set in last bytes.
46263         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
46264
46265 2012-03-05  Kees Cook  <keescook@chromium.org>
46266
46267         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
46268
46269         [BZ #13656]
46270         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
46271         possibly allocate from heap instead of stack.
46272         * stdio-common/bug-vfprintf-nargs.c: New file.
46273         * stdio-common/Makefile (tests): Add nargs overflow test.
46274
46275 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
46276
46277         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46278
46279 2012-03-03  Marek Polacek  <polacek@redhat.com>
46280
46281         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
46282         * math/math_private.h: Likewise.
46283         * stdlib/tst-strtod.c: Likewise.
46284         * sysdeps/i386/i486/bits/atomic.h: Likewise.
46285         * sysdeps/x86_64/bits/atomic.h: Likewise.
46286
46287 2012-03-02  David S. Miller  <davem@davemloft.net>
46288
46289         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
46290         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
46291         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
46292         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
46293         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
46294         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
46295         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
46296         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
46297
46298 2012-03-02  Roland McGrath  <roland@hack.frob.com>
46299
46300         [BZ #13792]
46301         * manual/examples/README: New file, says the example source files
46302         can be used under GPL>=2.
46303         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
46304         line containing just "*/".
46305         * manual/examples/add.c: Add copyright header (GPL>=2).
46306         * manual/examples/argp-ex1.c: Likewise.
46307         * manual/examples/argp-ex2.c: Likewise.
46308         * manual/examples/argp-ex3.c: Likewise.
46309         * manual/examples/argp-ex4.c: Likewise.
46310         * manual/examples/atexit.c: Likewise.
46311         * manual/examples/db.c: Likewise.
46312         * manual/examples/dir.c: Likewise.
46313         * manual/examples/dir2.c: Likewise.
46314         * manual/examples/execinfo.c: Likewise.
46315         * manual/examples/filecli.c: Likewise.
46316         * manual/examples/filesrv.c: Likewise.
46317         * manual/examples/fmtmsgexpl.c: Likewise.
46318         * manual/examples/genpass.c: Likewise.
46319         * manual/examples/inetcli.c: Likewise.
46320         * manual/examples/inetsrv.c: Likewise.
46321         * manual/examples/isockad.c: Likewise.
46322         * manual/examples/longopt.c: Likewise.
46323         * manual/examples/memopen.c: Likewise.
46324         * manual/examples/memstrm.c: Likewise.
46325         * manual/examples/mkfsock.c: Likewise.
46326         * manual/examples/mkisock.c: Likewise.
46327         * manual/examples/mygetpass.c: Likewise.
46328         * manual/examples/pipe.c: Likewise.
46329         * manual/examples/popen.c: Likewise.
46330         * manual/examples/rprintf.c: Likewise.
46331         * manual/examples/search.c: Likewise.
46332         * manual/examples/select.c: Likewise.
46333         * manual/examples/setjmp.c: Likewise.
46334         * manual/examples/sigh1.c: Likewise.
46335         * manual/examples/sigusr.c: Likewise.
46336         * manual/examples/stpcpy.c: Likewise.
46337         * manual/examples/strdupa.c: Likewise.
46338         * manual/examples/strftim.c: Likewise.
46339         * manual/examples/strncat.c: Likewise.
46340         * manual/examples/subopt.c: Likewise.
46341         * manual/examples/swapcontext.c: Likewise.
46342         * manual/examples/termios.c: Likewise.
46343         * manual/examples/testopt.c: Likewise.
46344         * manual/examples/testpass.c: Likewise.
46345         * manual/examples/timeval_subtract.c: Likewise.
46346
46347         [BZ #13792]
46348         * manual/time.texi (Elapsed Time): Move timeval_subtract example
46349         function to ...
46350         * manual/timeval_subtract.c.texi: ... here, new file.
46351
46352 2012-03-02  David S. Miller  <davem@davemloft.net>
46353
46354         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
46355
46356 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
46357
46358         [BZ #3976]
46359         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
46360         (__sin): Save and restore rounding mode and use round-to-nearest
46361         for all computations.
46362         (__cos): Save and restore rounding mode and use round-to-nearest
46363         for all computations.
46364         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
46365         <fenv.h>.
46366         (tan): Save and restore rounding mode and use round-to-nearest for
46367         all computations.
46368         * math/libm-test.inc (cos_test_tonearest): New function.
46369         (cos_test_towardzero): Likewise.
46370         (cos_test_downward): Likewise.
46371         (cos_test_upward): Likewise.
46372         (sin_test_tonearest): Likewise.
46373         (sin_test_towardzero): Likewise.
46374         (sin_test_downward): Likewise.
46375         (sin_test_upward): Likewise.
46376         (tan_test_tonearest): Likewise.
46377         (tan_test_towardzero): Likewise.
46378         (tan_test_downward): Likewise.
46379         (tan_test_upward): Likewise.
46380         (main): Call the new functions.
46381         * sysdeps/i386/fpu/libm-test-ulps: Update.
46382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46383
46384         [BZ #10135]
46385         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
46386         small n, then large n, before computing and testing k+n.
46387         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
46388         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
46389         Likewise.
46390         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
46391         Likewise.
46392         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
46393         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
46394         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
46395         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
46396         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
46397         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
46398         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
46399         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
46400         * math/libm-test.inc (scalbn_test): Add more tests.
46401         (scalbln_test): Likewise.
46402
46403         * manual/filesys.texi (mode_t): Describe constraints on size and
46404         signedness, not exact equivalence to a particular type.
46405         (ino_t): Likewise.
46406         (ino64_t): Likewise.
46407         (dev_t): Likewise.
46408         (nlink_t): Likewise.
46409         (blkcnt_t): Likewise.
46410         (blkcnt64_t): Likewise.
46411         * manual/llio.texi (off_t): Likewise.
46412
46413         [BZ #3976]
46414         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
46415         (__ieee754_exp): Save and restore rounding mode and use
46416         round-to-nearest for all computations.
46417         * math/libm-test.inc (exp_test_tonearest): New function.
46418         (exp_test_towardzero): Likewise.
46419         (exp_test_downward): Likewise.
46420         (exp_test_upward): Likewise.
46421         (main): Call the new functions.
46422         * sysdeps/i386/fpu/libm-test-ulps: Update.
46423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46424
46425 2012-03-01  Chris Demetriou  <cgd@google.com>
46426
46427         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
46428         have predictable order.
46429
46430 2012-03-01  David S. Miller  <davem@davemloft.net>
46431
46432         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
46433
46434         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
46435         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
46436         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
46437         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
46438
46439         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
46440         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
46441         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
46442         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
46443         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
46444         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
46445         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
46446         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
46447         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
46448
46449         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46450
46451         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
46452         * sysdeps/sparc/fpu/libm-test-ulps: to here.
46453         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
46454
46455         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
46456         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46457         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46458         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
46459         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
46460         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
46461         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
46462         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46463         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46464         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
46465         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
46466         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46467         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46468         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46469         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46470         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46471         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
46472         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
46473         * sysdeps/sparc/elf/configure: Regenerated.
46474
46475 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
46476
46477         * configure.in (AS, LD): Require binutils 2.20 or later.
46478         * configure: Regenerated.
46479         * manual/install.texi (Tools for Compilation): Give binutils 2.20
46480         as required minimum version.
46481         * INSTALL: Regenerated.
46482
46483         [BZ #2541]
46484         [BZ #4108]
46485         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
46486         before squaring exponent.
46487         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
46488         bottom long double and 27 bits of top long double before squaring
46489         exponent.
46490         * math/libm-test.inc (erfc_test): Add more tests.
46491         * sysdeps/i386/fpu/libm-test-ulps: Update.
46492         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46493         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46494
46495 2012-03-01  Kai Tietz  <ktietz@redhat.com>
46496
46497         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
46498         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
46499         containing bit-fields.
46500         * soft-fp/extended.h (_FP_UNION_E): Likewise.
46501         * soft-fp/single.h (_FP_UNION_S): Likewise.
46502         * soft-fp/double.h (_FP_UNION_D): Likewise.
46503
46504 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
46505
46506         [BZ #13786]
46507         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
46508         not include ../strcmp.S.
46509         [USE_AS_STRNCASECMP_L]: Likewise.
46510         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
46511         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
46512         * sysdeps/i386/i686/multiarch/strncase_l-c.c
46513         (__strncasecmp_l_ia32): Define as alias to
46514         __strncasecmp_l_nonascii.
46515
46516         [BZ #5794]
46517         * math/libm-test.inc (expm1_test): Add test for bug 5794.
46518         * sysdeps/i386/fpu/libm-test-ulps: Update.
46519         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46520
46521         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
46522         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46523
46524 2012-02-29  Jeff Law  <law@redhat.com>
46525
46526         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
46527         out of bounds read.
46528
46529 2012-02-29  Marek Polacek  <polacek@redhat.com>
46530
46531         [BZ #13706]
46532         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
46533         * elf/Makefile: Add rules to run tst-unused-dep.out.
46534
46535 2012-02-28  David S. Miller  <davem@davemloft.net>
46536
46537         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
46538         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
46539         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
46540         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
46541         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
46542         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
46543
46544 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
46545
46546         * math/libm-test.inc (llround_test): Move one test from
46547         lround_test.  Use TEST_f_L in moved test.
46548         (lround_test): Move misplaced test to llround_test.  Add testcase
46549         from bug 2561.
46550
46551 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
46552
46553         * sysdeps/x86_64/fpu/e_expf.S: New file.
46554         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
46555
46556 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
46557
46558         [BZ #13637]
46559         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
46560         of remain_len that may cause incomplete multi-byte character and
46561         false match.
46562         * posix/bug-regex33.c: New file.
46563         * posix/Makefile (tests): Add bug-regex33.
46564
46565 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
46566
46567         * manual/macros.texi: New file.
46568         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
46569         * manual/libc.texinfo: Include macros.texi.
46570         * manual/creatute.texi: Likewise.
46571         * manual/install.texi: Likewise.
46572         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
46573         @glibcadj{} in references to the GNU C Library.
46574         * manual/charset.texi: Likewise.
46575         * manual/conf.texi: Likewise.
46576         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
46577         when not using those macros.
46578         * manual/creature.texi: Likewise.
46579         * manual/crypt.texi: Likewise.
46580         * manual/errno.texi: Likewise.
46581         * manual/filesys.texi: Likewise.
46582         * manual/header.texi: Likewise.
46583         * manual/install.texi: Likewise.
46584         * manual/intro.texi: Likewise.
46585         * manual/io.texi: Likewise.
46586         * manual/job.texi: Likewise.
46587         * manual/lang.texi: Likewise.
46588         * manual/libc.texiinfo: Likewise.
46589         * manual/llio.texi: Likewise.
46590         * manual/locale.texi: Likewise.
46591         * manual/maint.texi: Likewise.
46592         * manual/math.texi: Likewise.
46593         * manual/memory.texi: Likewise.
46594         * manual/message.texi: Likewise.
46595         * manual/nss.texi: Likewise.
46596         * manual/pattern.texi: Likewise.
46597         * manual/process.texi: Likewise.
46598         * manual/resource.texi: Likewise.
46599         * manual/search.texi: Likewise.
46600         * manual/setjmp.texi: Likewise.
46601         * manual/signal.texi: Likewise.
46602         * manual/socket.texi: Likewise.
46603         * manual/startup.texi: Likewise.
46604         * manual/stdio.texi: Likewise.
46605         * manual/string.texi: Likewise.
46606         * manual/sysinfo.texi: Likewise.
46607         * manual/syslog.texi: Likewise.
46608         * manual/terminal.texi: Likewise.
46609         * manual/time.texi: Likewise.
46610         * manual/users.texi: Likewise.
46611         * INSTALL: Regenerated.
46612         * NOTES: Regenerated.
46613         * sysdeps/gnu/errlist.c: Regenerated.
46614
46615 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
46616
46617         * include/dirent.h: Include <dirstream.h> before
46618         <dirent/dirent.h>.
46619
46620 2012-02-28  David S. Miller  <davem@davemloft.net>
46621
46622         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
46623         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
46624         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
46625         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
46626
46627 2012-02-27  David S. Miller  <davem@davemloft.net>
46628
46629         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
46630         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
46631         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
46632         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
46633
46634         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
46635         frame pointer instead of stack pointer relative arg slot.
46636         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
46637         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
46638         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
46639
46640 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
46641
46642         [BZ #3992]
46643         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
46644
46645 2012-02-27  David S. Miller  <davem@davemloft.net>
46646
46647         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
46648         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
46649         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46650         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
46651         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
46652         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
46653         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
46654         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
46655
46656 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
46657
46658         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
46659         later.  Allow versions 5-9.
46660         * configure: Regenerated.
46661         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
46662         required minimum version and 4.6 as recommended version.  Do not
46663         mention bugs in GCC 2.7 and 2.8.
46664         * INSTALL: Regenerated.
46665
46666 2012-02-27  David S. Miller  <davem@davemloft.net>
46667
46668         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
46669         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
46670         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
46671         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
46672         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
46673         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
46674         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
46675         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
46676
46677         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
46678         manipulate bits before adding and subtracting TWO112[sx].
46679         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
46680
46681 2012-02-27  Roland McGrath  <roland@hack.frob.com>
46682
46683         [BZ #13775]
46684         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
46685         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
46686         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
46687         being in POSIX, because they are in 1003.1-2008.
46688
46689         * rt/tst-aio.c: Include <fcntl.h>.
46690         * rt/tst-aio7.c: Likewise.
46691         * rt/tst-aio64.c: Likewise.
46692
46693         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
46694
46695 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
46696
46697         * manual/install.texi (--with-headers): Describe headers as
46698         interface headers, not private headers.
46699         (Specific advice for GNU/Linux systems): Describe use of headers
46700         from "make headers_install", not private headers from older
46701         kernels.
46702         * INSTALL: Regenerated.
46703         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
46704         Change to 2.6.19.
46705         * sysdeps/unix/sysv/linux/configure: Regenerated.
46706
46707         * manual/llio.texi (fclean): Remove documentation.
46708
46709         * manual/Makefile (libc-texi-generated): New variable.  Include
46710         version.texi.
46711         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
46712         $(libc-texi-generated), not duplicated list of files.
46713         (version.texi, stamp-version): New rules.
46714         (realclean): Remove $(libc-texi-generated), not individual files
46715         from that list.  Do not remove dir-add.texinfo.
46716         * manual/libc.texinfo: Comment out uses of edition numbers and
46717         references to printed manual.  Remove last-updated dates.
46718         (EDITION): Comment out.
46719         (ISBN): Likewise.
46720         (VERSION, UPDATED): Remove.
46721         (version.texi): Include.
46722
46723 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
46724
46725         * sysdeps/posix/spawni.c: Include <signal.h>.
46726         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
46727         * sysdeps/pthread/aio_fsync.c: Likewise.
46728
46729 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
46730
46731         * conform/Makefile (tests): Run only when not cross-compiling and
46732         when fast-check is not defined.
46733
46734         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
46735         * conform/data/limits.h-data: Fixes for POSIX2008.
46736         * conform/run-conformtest.sh: Run all tests.
46737         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
46738         headers.
46739         * include/bits/dlfcn.h: Likewise.
46740         * include/langinfo.h: Likewise.
46741         * include/monetary.h: Likewise.
46742         * include/sys/poll.h: Likewise.
46743
46744         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
46745         for __USE_GNU.
46746         * posix/spawn.h: Define __need_sigset_t.
46747         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
46748         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
46749         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
46750         to get sigevent_t only.
46751         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
46752         only for __USE_GNU.
46753         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46754         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
46755         process_vm_writev only for __USE_GNU.
46756         * termios/termios.h: Declare tcgetsid also for POSIX2008.
46757
46758         * conform/Makefile: For now ignore errors from run-conformtest.
46759         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
46760         POSIX to avoid namespace pollution.  Don't prepend headers.
46761         * conform/data/aio.h-data: Fixes for POSIX testing.
46762         * conform/data/fcntl.h-data: Likewise.
46763         * conform/data/glob.h-data: Likewise.
46764         * conform/data/grp.h-data: Likewise.
46765         * conform/data/pthread.h-data: Likewise.
46766         * conform/data/pwd.h-data: Likewise.
46767         * conform/data/signal.h-data: Likewise.
46768         * conform/data/spawn.h-data: Likewise.
46769         * conform/data/stdio.h-data: Likewise.
46770         * conform/data/stdlib.h-data: Likewise.
46771         * conform/data/stropts.h-data: Likewise.
46772         * conform/data/sys/mman.h-data: Likewise.
46773         * conform/data/sys/stat.h-data: Likewise.
46774         * conform/data/sys/types.h-data: Likewise.
46775         * conform/data/sys/wait.h-data: Likewise.
46776         * conform/data/time.h-data: Likewise.
46777         * conform/data/unistd.h-data: Likewise.
46778         * conform/data/utime.h-data: Likewise.
46779
46780         * io/sys/stat.h: fchmod was always in POSIX.
46781         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
46782         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
46783         * rt/aio.h: Define __need_timespec before including <time.h>.
46784         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
46785         struct.  Add forward declaration of pthread_attr_t and use it in
46786         sigevent.
46787         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46788         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46789         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
46790         always remove CLK_TCK definition.
46791
46792 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
46793
46794         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
46795
46796 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
46797
46798         * conform/run-conformtest.sh: New file.
46799         * conform/Makefile: Run run-conformtest for tests.
46800         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
46801         support.
46802
46803         * conform/data/uchar.h-data: New file.
46804         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46805         * conform/data/arpa/inet.h-data: Likewise.
46806         * conform/data/assert.h-data: Likewise.
46807         * conform/data/complex.h-data: Likewise.
46808         * conform/data/cpio.h-data: Likewise.
46809         * conform/data/ctype.h-data: Likewise.
46810         * conform/data/dirent.h-data: Likewise.
46811         * conform/data/dlfcn.h-data: Likewise.
46812         * conform/data/errno.h-data: Likewise.
46813         * conform/data/fcntl.h-data: Likewise.
46814         * conform/data/float.h-data: Likewise.
46815         * conform/data/fmtmsg.h-data: Likewise.
46816         * conform/data/fnmatch.h-data: Likewise.
46817         * conform/data/ftw.h-data: Likewise.
46818         * conform/data/glob.h-data: Likewise.
46819         * conform/data/grp.h-data: Likewise.
46820         * conform/data/iconv.h-data: Likewise.
46821         * conform/data/inttypes.h-data: Likewise.
46822         * conform/data/langinfo.h-data: Likewise.
46823         * conform/data/libgen.h-data: Likewise.
46824         * conform/data/limits.h-data: Likewise.
46825         * conform/data/locale.h-data: Likewise.
46826         * conform/data/math.h-data: Likewise.
46827         * conform/data/monetary.h-data: Likewise.
46828         * conform/data/mqueue.h-data: Likewise.
46829         * conform/data/ndbm.h-data: Likewise.
46830         * conform/data/net/if.h-data: Likewise.
46831         * conform/data/netdb.h-data: Likewise.
46832         * conform/data/netinet/in.h-data: Likewise.
46833         * conform/data/nl_types.h-data: Likewise.
46834         * conform/data/poll.h-data: Likewise.
46835         * conform/data/pthread.h-data: Likewise.
46836         * conform/data/pwd.h-data: Likewise.
46837         * conform/data/regex.h-data: Likewise.
46838         * conform/data/sched.h-data: Likewise.
46839         * conform/data/search.h-data: Likewise.
46840         * conform/data/semaphore.h-data: Likewise.
46841         * conform/data/setjmp.h-data: Likewise.
46842         * conform/data/signal.h-data: Likewise.
46843         * conform/data/spawn.h-data: Likewise.
46844         * conform/data/stdarg.h-data: Likewise.
46845         * conform/data/stdio.h-data: Likewise.
46846         * conform/data/stdlib.h-data: Likewise.
46847         * conform/data/string.h-data: Likewise.
46848         * conform/data/strings.h-data: Likewise.
46849         * conform/data/stropts.h-data: Likewise.
46850         * conform/data/sys/ipc.h-data: Likewise.
46851         * conform/data/sys/mman.h-data: Likewise.
46852         * conform/data/sys/msg.h-data: Likewise.
46853         * conform/data/sys/resource.h-data: Likewise.
46854         * conform/data/sys/select.h-data: Likewise.
46855         * conform/data/sys/sem.h-data: Likewise.
46856         * conform/data/sys/shm.h-data: Likewise.
46857         * conform/data/sys/socket.h-data: Likewise.
46858         * conform/data/sys/stat.h-data: Likewise.
46859         * conform/data/sys/statvfs.h-data: Likewise.
46860         * conform/data/sys/time.h-data: Likewise.
46861         * conform/data/sys/timeb.h-data: Likewise.
46862         * conform/data/sys/times.h-data: Likewise.
46863         * conform/data/sys/types.h-data: Likewise.
46864         * conform/data/sys/uio.h-data: Likewise.
46865         * conform/data/sys/un.h-data: Likewise.
46866         * conform/data/sys/utsname.h-data: Likewise.
46867         * conform/data/sys/wait.h-data: Likewise.
46868         * conform/data/syslog.h-data: Likewise.
46869         * conform/data/tar.h-data: Likewise.
46870         * conform/data/termios.h-data: Likewise.
46871         * conform/data/utime.h-data: Likewise.
46872         * conform/data/utmpx.h-data: Likewise.
46873         * conform/data/varargs.h-data: Likewise.
46874         * conform/data/wchar.h-data: Likewise.
46875         * conform/data/wctype.h-data: Likewise.
46876         * conform/data/wordexp.h-data: Likewise.
46877
46878         * include/stropts.h: New file.
46879         * include/uchar.h: New file.
46880         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46881         * include/assert.h: Likewise.
46882         * include/ctype.h: Likewise.
46883         * include/dirent.h: Likewise.
46884         * include/dlfcn.h: Likewise.
46885         * include/fcntl.h: Likewise.
46886         * include/fnmatch.h: Likewise.
46887         * include/glob.h: Likewise.
46888         * include/grp.h: Likewise.
46889         * include/libio.h: Likewise.
46890         * include/locale.h: Likewise.
46891         * include/math.h: Likewise.
46892         * include/net/if.h: Likewise.
46893         * include/netdb.h: Likewise.
46894         * include/netinet/in.h: Likewise.
46895         * include/pthread.h: Likewise.
46896         * include/pwd.h: Likewise.
46897         * include/regex.h: Likewise.
46898         * include/sched.h: Likewise.
46899         * include/search.h: Likewise.
46900         * include/setjmp.h: Likewise.
46901         * include/signal.h: Likewise.
46902         * include/stdio.h: Likewise.
46903         * include/stdlib.h: Likewise.
46904         * include/string.h: Likewise.
46905         * include/sys/cdefs.h: Likewise.
46906         * include/sys/mman.h: Likewise.
46907         * include/sys/msg.h: Likewise.
46908         * include/sys/resource.h: Likewise.
46909         * include/sys/select.h: Likewise.
46910         * include/sys/socket.h: Likewise.
46911         * include/sys/stat.h: Likewise.
46912         * include/sys/statvfs.h: Likewise.
46913         * include/sys/time.h: Likewise.
46914         * include/sys/times.h: Likewise.
46915         * include/sys/uio.h: Likewise.
46916         * include/sys/utsname.h: Likewise.
46917         * include/sys/wait.h: Likewise.
46918         * include/termios.h: Likewise.
46919         * include/time.h: Likewise.
46920         * include/ulimit.h: Likewise.
46921         * include/unistd.h: Likewise.
46922         * include/utime.h: Likewise.
46923         * include/wchar.h: Likewise.
46924         * include/wctype.h: Likewise.
46925         * include/wordexp.h: Likewise.
46926
46927         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46928
46929         * time/time.h: TIME_UTC must be a macro.
46930         Make timespec_get available for ISO C11 only as well.
46931
46932 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46933
46934         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46935         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46936
46937 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46938
46939         * configure.in: Use -o not -a in test for unsupported multi-arch.
46940
46941 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46942
46943         * manual/texinfo.tex: Update to version 2012-01-19.16.
46944
46945 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46946
46947         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46948
46949 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46950
46951         [BZ #13738]
46952         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46953         * manual/fdl-1.3.texi: New file.
46954         * manual/fdl-1.1.texi: File removed.
46955
46956         [BZ #13738]
46957         * manual/libc.texinfo (FDL_VERSION): New @set.
46958         Use it for mention of FDL in cover text.
46959         (Documentation License): Use it in @include file name.
46960
46961 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46962             Roland McGrath  <roland@hack.frob.com>
46963
46964         [BZ #5461]
46965         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46966         (not LONG_LONG_MAX and LONG_LONG_MIN.
46967         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46968         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46969         name.
46970         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46971
46972 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46973
46974         [BZ #2547]
46975         [BZ #11365]
46976         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46977         manipulate bits before adding and subtracting TWO23[sx].
46978         * math/libm-test.inc (nearbyint_test): Add more tests.
46979
46980 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46981
46982         [BZ #2548]
46983         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46984         bits before adding and subtracting TWO23[sx].
46985         * math/libm-test.inc (rint_test): Add more tests.
46986         (rint_test_tonearest): Likewise.
46987         (rint_test_towardzero): Likewise.
46988         (rint_test_downward): Likewise.
46989         (rint_test_upward: Likewise.
46990
46991 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46992
46993         [BZ #10110]
46994         * include/stdc-predef.h: New file.  Extracted from features.h.
46995         * include/features.h: Include stdc-predef.h.
46996         * Makefile (headers): Add stdc-predef.h.
46997         * CONFORMANCE (Compiler limitations): Update.
46998
46999 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47000
47001         * manual/libc.texinfo (VERSION, UPDATED): Revert.
47002
47003 2012-02-21  David S. Miller  <davem@davemloft.net>
47004
47005         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
47006         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47007
47008 2012-02-20  David S. Miller  <davem@davemloft.net>
47009
47010         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
47011         using a normal save/restore sequence, rather than allocating a
47012         dummy stack frame just to store a frame pointer and restore.
47013         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47014
47015 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47016
47017         * manual/install.texi: Fix stray word in line-wrapped comment.
47018
47019 2012-02-20  David S. Miller  <davem@davemloft.net>
47020
47021         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
47022         both binutils and gcc support GOTDATA.
47023
47024         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
47025         "rd %pc" in the PIC register setup sequences.
47026
47027         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
47028         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
47029         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47030         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
47031         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47032         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47033         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47034         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47035         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
47036         (SYSCALL_ERROR_HANDLER): Likewise.
47037         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47038         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47039         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
47040         (SYSCALL_ERROR_HANDLER): Likewise.
47041
47042         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
47043         (HAVE_GCC_GOTDATA): New.
47044         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
47045         relocation support in both binutils and gcc.
47046         * sysdeps/sparc/elf/configure: Regenerate.
47047
47048         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
47049         * sysdeps/sparc/sparc32/elf/configure: Delete.
47050         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
47051         * sysdeps/sparc/sparc64/elf/configure: Delete.
47052         * sysdeps/sparc/elf/configure.in: New file.
47053         * sysdeps/sparc/elf/configure: Generate.
47054
47055         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
47056         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
47057         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
47058         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
47059         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
47060
47061 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47062
47063         * manual/install.texi: Do not mention specific glibc version
47064         numbers.
47065         * manual/libc.texinfo (VERSION, UPDATED): Update.
47066         (@copying): Use @copyright{} and range of years.
47067
47068 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47069
47070         [BZ #13695]
47071         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
47072         [crti.S not in sysdirs] (generated): Do not append.
47073         [crti.S not in sysdirs] (omit-deps): Likewise.
47074         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
47075         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
47076         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
47077         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
47078         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
47079         Likewise.
47080         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
47081         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
47082         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
47083         * csu/defs.awk: Remove file.
47084         * sysdeps/generic/initfini.c: Likewise.
47085         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
47086         variable.
47087         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
47088         Likewise.
47089
47090 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47091
47092         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
47093         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
47094         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
47095         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
47096         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47097         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
47098         <bits/epoll.h>.
47099         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
47100         (__EPOLL_PACKED): Define to empty if not defined by
47101         <bits/epoll.h>.
47102         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
47103         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47104         bits/epoll.h.
47105
47106 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47107
47108         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
47109         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
47110         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
47111         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
47112         <bits/timerfd.h>.
47113         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
47114         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47115         bits/timerfd.h.
47116
47117 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47118
47119         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
47120         in C locale.
47121         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47122         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
47123         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
47124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47125
47126 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
47127
47128         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47129         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47130
47131 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
47132
47133         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
47134         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
47135         defined.
47136         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
47137         Likewise.
47138         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
47139         entry for 2.16.
47140
47141 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
47142
47143         * math/w_acos.c: Use non-signaling floating-point comparisons.
47144         * math/w_acosf.c: Likewise.
47145         * math/w_acosh.c: Likewise.
47146         * math/w_acoshf.c: Likewise.
47147         * math/w_acoshl.c: Likewise.
47148         * math/w_acosl.c: Likewise.
47149         * math/w_asin.c: Likewise.
47150         * math/w_asinf.c: Likewise.
47151         * math/w_asinl.c: Likewise.
47152         * math/w_atanh.c: Likewise.
47153         * math/w_atanhf.c: Likewise.
47154         * math/w_atanhl.c: Likewise.
47155         * math/w_exp2.c: Likewise.
47156         * math/w_exp2f.c: Likewise.
47157         * math/w_exp2l.c: Likewise.
47158         * math/w_j0.c: Likewise.
47159         * math/w_j0f.c: Likewise.
47160         * math/w_j0l.c: Likewise.
47161         * math/w_j1.c: Likewise.
47162         * math/w_j1f.c: Likewise.
47163         * math/w_j1l.c: Likewise.
47164         * math/w_jn.c: Likewise.
47165         * math/w_jnf.c: Likewise.
47166         * math/w_log.c: Likewise.
47167         * math/w_log10.c: Likewise.
47168         * math/w_log10f.c: Likewise.
47169         * math/w_log10l.c: Likewise.
47170         * math/w_log2.c: Likewise.
47171         * math/w_log2f.c: Likewise.
47172         * math/w_log2l.c: Likewise.
47173         * math/w_logf.c: Likewise.
47174         * math/w_logl.c: Likewise.
47175         * math/w_sqrt.c: Likewise.
47176         * math/w_sqrtf.c: Likewise.
47177         * math/w_sqrtl.c: Likewise.
47178         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47179         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
47180         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47181         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
47182         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
47183
47184 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47185
47186         [BZ #9739]
47187         * manual/string.texi (strnlen): Use correct parameter name in
47188         equivalent expression.
47189
47190 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47191
47192         [BZ #11174]
47193         * manual/users.texi (seteuid): Consistently use neweuid for
47194         argument name.
47195
47196 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47197
47198         [BZ #13704]
47199         * manual/nss.texi (Services in the NSS configuration): Correct
47200         list of services in example configuration file.
47201
47202 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
47203
47204         [BZ #11322]
47205         * manual/arith.texi: Remove statements about negative zero
47206         behaving identically to zero.
47207
47208 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
47209
47210         [BZ #5993]
47211         * manual/install.texi: Do not document upgrading from libc5.
47212
47213 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
47214
47215         [BZ #4596]
47216         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
47217
47218 2012-02-18  David S. Miller  <davem@davemloft.net>
47219
47220         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
47221         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
47222         %o7 across the call.
47223         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
47224         instead.
47225         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
47226         SETUP_PIC_REG_LEAF.
47227         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47228         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
47229         * sysdeps/sparc/crtn.S: Likewise.
47230
47231 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
47232
47233         * aout/Makefile: Remove.
47234
47235 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
47236
47237         [BZ #13058]
47238         * manual/examples/argp-ex1.c (main): Format definition in GNU
47239         style.
47240         * manual/examples/argp-ex2.c (main): Likewise.
47241         * manual/examples/argp-ex3.c (main): Likewise.
47242         * manual/examples/argp-ex4.c (main): Likewise.
47243         * manual/examples/longopt.c (main): Use new-style prototype
47244         definition.
47245         * manual/examples/strncat.c (main): Specify return type and use
47246         (void) for arguments.
47247         * manual/examples/subopt.c (main): Use char **argv argument.
47248
47249 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
47250
47251         [BZ #5077]
47252         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
47253         rounding modes.
47254
47255 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
47256
47257         [BZ #6907]
47258         * manual/string.texi (strchr): Change when strchrnul is
47259         recommended.
47260
47261 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
47262
47263         [BZ #174]
47264         * manual/locale.texi (setlocale): Document LOCPATH.
47265
47266 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
47267
47268         [BZ #10210]
47269         * manual/process.texi (execle): Move @dots{} before last argument.
47270
47271 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
47272
47273         [BZ #12047]
47274         * manual/charset.texi (Generic Charset Conversion): Fix typo
47275         (LC_TYPE -> LC_CTYPE).
47276
47277 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
47278
47279         [BZ #5805]
47280         * manual/arith.texi (scalbn): Use @var{} on parameter names.
47281         (scalbnf): Likewise.
47282         (scalbnl): Likewise.
47283         (scalbln): Likewise.
47284         (scalblnf): Likewise.
47285         (scalblnl): Likewise.
47286         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
47287         (vwarnx): Likewise.
47288         (verr): Likewise.
47289         (verrx): Likewise.
47290         * manual/filesys.texi (telldir): Use braces around return type.
47291         * manual/llio.texi (mmap): Add space after comma.
47292         (mmap64): Likewise.
47293         * manual/math.texi (jn): Use @var{} on parameter names.
47294         (jnf): Likewise.
47295         (jnl): Likewise.
47296         (yn): Likewise.
47297         (ynf): Likewise.
47298         (ynl): Likewise.
47299         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
47300         line.
47301         * manual/resource.texi (ulimit): Use @dots{} instead of literal
47302         "...".
47303         (sched_get_priority_min): Remove semicolon on @deftypefun line.
47304         (sched_get_priority_max): Likewise.
47305         * manual/signal.texi (sigvec): Add space after comma.
47306         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
47307         names.
47308         (if_indextoname): Likewise.
47309         (if_freenameindex): Likewise.
47310         (sendto): Use ',' instead of '.' in prototype.
47311         * manual/startup.texi (syscall): Use @dots{} instead of literal
47312         "...".
47313         * manual/stdio.texi (__fpending): Separate initial words of
47314         paragraph from @deftypefun line.
47315         * manual/syslog.texi (syslog): Use @dots{} instead of literal
47316         "...".
47317         (vsyslog): Use @var{} on parameter names.
47318         * manual/terminal.texi (stty): Use @var{} on parameter names.
47319         * manual/users.texi (getutmp): Use @var{} on parameter names.
47320         (getutmpx): Likewise.
47321
47322 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
47323
47324         [BZ #6884]
47325         * manual/stdio.texi (fopen): Fix typos in description of
47326         ",ccs=STRING".
47327
47328 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
47329
47330         [BZ #4026]
47331         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
47332         get clock_id definition.
47333
47334 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
47335
47336         [BZ #4822]
47337         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
47338         (madvise): Cast every argument to void on its own.
47339
47340 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
47341
47342         [BZ #9902]
47343         * manual/startup.texi (Exit Status): Fix typo.
47344
47345 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
47346
47347         [BZ #10140]
47348         * manual/examples/argp-ex1.c: Include <stdlib.h>.
47349         * manual/examples/argp-ex2.c: Likewise.
47350         * manual/examples/argp-ex3.c: Likewise.
47351
47352 2012-02-16  Richard Henderson  <rth@redhat.com>
47353
47354         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
47355         * sysdeps/s390/s390-32/initfini.c: Remove.
47356         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
47357         * sysdeps/s390/s390-64/initfini.c: Remove.
47358
47359 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
47360
47361         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
47362         compiler output for sysdeps/generic/initfini.c.
47363         * sysdeps/sh/elf/initfini.c: Remove file.
47364
47365 2012-02-16  David S. Miller  <davem@davemloft.net>
47366
47367         [BZ #11494]
47368         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
47369
47370         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
47371         * sysdeps/sparc/crti.S: New file.
47372         * sysdeps/sparc/crtn.S: New file.
47373         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
47374         * sysdeps/sparc/sparc64/Makefile: Likewise.
47375
47376 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
47377
47378         [BZ #3335]
47379         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
47380
47381 2012-02-15  Roland McGrath  <roland@hack.frob.com>
47382
47383         [BZ #4822]
47384         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
47385
47386         * mach/devstream.c (cookie_io_functions_t): Macro removed.
47387         (write, read, close): Likewise.
47388         Patch by Aurelien Jarno <aurelien@aurel32.net>.
47389
47390 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
47391
47392         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
47393         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
47394         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
47395         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
47396         <bits/signalfd.h>.
47397         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
47398         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47399         bits/signalfd.h.
47400
47401 2012-02-14  Marek Polacek  <polacek@redhat.com>
47402
47403         * sysdeps/x86_64/crti.S: New file.
47404         * sysdeps/x86_64/crtn.S: New file.
47405         * sysdeps/x86_64/elf/initfini.c: Remove file.
47406
47407 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
47408
47409         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
47410         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
47411         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
47412         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
47413         <bits/inotify.h>.
47414         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
47415         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47416         bits/inotify.h.
47417
47418 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
47419
47420         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
47421         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
47422         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
47423         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
47424         <bits/eventfd.h>.
47425         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
47426         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47427         bits/eventfd.h.
47428
47429 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
47430
47431         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
47432         __feraiseexcept instead of feraiseexcept.
47433
47434         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
47435         nanosleep invocations.
47436         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
47437         strings, and add error checking for a nanosleep invocations.
47438
47439 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
47440
47441         Replace FSF snail mail address with URLs, as per GNU coding standards.
47442         Most of the snail mail addresses were wrong anyway, and omitting
47443         them makes the source code easier to maintain.  Almost all of the
47444         changes are to license notices and to locale LC_IDENTIFICATION
47445         addresses, except for this one:
47446         * manual/libc.texinfo: In "Published by", give the FSF's URL,
47447         not its snail mail address.
47448
47449 2012-02-09  Richard Henderson  <rth@twiddle.net>
47450
47451         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
47452         of kernel-features.h.
47453
47454         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
47455
47456 2012-02-08  Marek Polacek  <polacek@redhat.com>
47457
47458         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
47459         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
47460         * sysdeps/gnu/_G_config.h: Likewise.
47461         * sysdeps/generic/_G_config.h: Likewise.
47462
47463 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
47464
47465         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
47466         tests.
47467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47468
47469         * sysdeps/powerpc/powerpc32/crti.S: New file.
47470         * sysdeps/powerpc/powerpc32/crtn.S: New file.
47471         * sysdeps/powerpc/powerpc64/crti.S: New file.
47472         * sysdeps/powerpc/powerpc64/crtn.S: New file.
47473
47474         * Makeconfig (have-initfini): Don't set.
47475         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
47476         * configure.in (nopic_initfini): Don't substitute.
47477         * config.h.in (HAVE_INITFINI): Don't #undef.
47478         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
47479         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
47480
47481 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
47482
47483         Support crti.S and crtn.S provided directly by architectures.
47484         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
47485         [crti.S in sysdirs] (omit-deps): Likewise.
47486         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
47487         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
47488         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
47489         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
47490         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
47491         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
47492         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
47493         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
47494         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
47495         compiler output for sysdeps/generic/initfini.c.
47496         * sysdeps/i386/elf/Makefile: Remove file.
47497         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
47498
47499 2012-02-07  Marek Polacek  <polacek@redhat.com>
47500
47501         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
47502         * sysdeps/gnu/_G_config.h: Likewise.
47503         * sysdeps/mach/hurd/_G_config.h: Likewise.
47504
47505 2012-02-07  Marek Polacek  <polacek@redhat.com>
47506
47507         * math/Makefile (tests): Add tst-CMPLX2.
47508         * math/tst-CMPLX2.c: New file.
47509
47510 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
47511
47512         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47513
47514         * math/libm-test.inc (jn_test): Add missing L suffix.
47515
47516 2012-02-06  Marek Polacek  <polacek@redhat.com>
47517
47518         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
47519         * sysdeps/i386/fpu/e_powf.S: Likewise.
47520         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
47521         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47522         * sysdeps/i386/fpu/e_acosh.S: Likewise.
47523         * sysdeps/i386/fpu/e_pow.S: Likewise.
47524         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
47525         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
47526         * sysdeps/i386/fpu/s_expm1.S: Likewise.
47527         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
47528         * sysdeps/i386/fpu/e_log2.S: Likewise.
47529         * sysdeps/i386/fpu/e_log2l.S: Likewise.
47530         * sysdeps/i386/fpu/e_scalb.S: Likewise.
47531         * sysdeps/i386/fpu/e_powl.S: Likewise.
47532         * sysdeps/i386/fpu/s_log1p.S: Likewise.
47533         * sysdeps/i386/fpu/e_log10f.S: Likewise.
47534         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
47535         * sysdeps/i386/fpu/e_logl.S: Likewise.
47536         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
47537         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
47538         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
47539         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
47540         * sysdeps/i386/fpu/e_log2f.S: Likewise.
47541         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
47542         * sysdeps/i386/fpu/e_log.S: Likewise.
47543         * sysdeps/i386/fpu/s_cexp.S: Likewise.
47544         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
47545         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
47546         * sysdeps/i386/fpu/e_logf.S: Likewise.
47547         * sysdeps/i386/fpu/e_log10l.S: Likewise.
47548         * sysdeps/i386/fpu/e_atanh.S: Likewise.
47549         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
47550         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
47551         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47552         * sysdeps/i386/fpu/e_log10.S: Likewise.
47553         * sysdeps/i386/fpu/s_frexp.S: Likewise.
47554         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
47555         * sysdeps/i386/fpu/s_asinh.S: Likewise.
47556         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
47557         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
47558         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
47559         * sysdeps/i386/asm-syntax.h: Likewise.
47560         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
47561         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47562         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
47563         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
47564         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
47565         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
47566         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
47567         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
47568         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
47569         * sysdeps/powerpc/sysdep.h: Likewise.
47570         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
47571         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
47572
47573 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
47574
47575         [BZ #411]
47576         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
47577
47578 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
47579
47580         * sysdeps/i386/sysdep.h: Include <features.h>.
47581         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
47582         version.
47583
47584 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
47585
47586         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
47587         Define.
47588         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
47589         LOAD_PIC_REG_STR.
47590
47591 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
47592
47593         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
47594         (SETUP_PIC_REG): Use GET_PC_THUNK.
47595         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
47596         macro.
47597
47598 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
47599
47600         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
47601         for non-PIC compilation.
47602         (SETUP_PIC_REG): Add .p2align directive.
47603         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
47604         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
47605         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
47606         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
47607         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
47608         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
47609         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
47610         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
47611         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
47612         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
47613         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
47614         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
47615         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
47616         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
47617         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
47618         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
47619         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
47620         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
47621         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
47622         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
47623         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
47624         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
47625         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
47626         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
47627         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
47628         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
47629         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47630         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
47631         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
47632         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
47633         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
47634         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47635         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
47636         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
47637         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
47638         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
47639         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
47640         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
47641         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
47642         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
47643         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
47644
47645 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
47646
47647         * math/tst-CMPLX.c: Include <stdio.h>.
47648
47649 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
47650
47651         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
47652         float.
47653         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47654         * sysdeps/sparc/bits/mathdef.h: Likewise.
47655
47656 2012-01-31  Marek Polacek  <polacek@redhat.com>
47657
47658         * libio/libio.h: Don't define _PARAMS.
47659         * locale/programs/config.h: Don't define PARAMS.
47660         * stdlib/strtol_l.c: Likewise.
47661         (__strtol_l): Remove PARAMS from the prototype.
47662
47663 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
47664
47665         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
47666         names.  Just use the correct names.  Remove unnecessary wrapper
47667         functions.
47668         * malloc/arena.c: Likewise.
47669         * malloc/hooks.c: Likewise.
47670
47671         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
47672         ARENA_TEST says not to.  Simplify test for creation of a new arena.
47673         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
47674
47675 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
47676
47677         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
47678         into tail calls.
47679         (update_get_addr): New function.
47680         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
47681         GET_ADDR_MODULE parameter.
47682
47683 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
47684
47685         * crypt/cert.c: Remove __STDC__ conditionals.
47686         * crypt/crypt-entry.c: Likewise.
47687         * crypt/crypt_util.c: Likewise.
47688         * libio/filedoalloc.c: Likewise.
47689         * libio/fileops.c: Likewise.
47690         * libio/genops.c: Likewise.
47691         * libio/iofclose.c: Likewise.
47692         * libio/iofdopen.c: Likewise.
47693         * libio/iofopen.c: Likewise.
47694         * libio/iofopen64.c: Likewise.
47695         * libio/iogetdelim.c: Likewise.
47696         * libio/iopopen.c: Likewise.
47697         * libio/obprintf.c: Likewise.
47698         * libio/oldfileops.c: Likewise.
47699         * libio/oldiofclose.c: Likewise.
47700         * libio/oldiofdopen.c: Likewise.
47701         * libio/oldiofopen.c: Likewise.
47702         * libio/oldiopopen.c: Likewise.
47703         * libio/wfiledoalloc.c: Likewise.
47704         * libio/wgenops.c: Likewise.
47705         * locale/programs/xmalloc.c: Likewise.
47706         * misc/syslog.c: Likewise.
47707         * stdio-common/xbug.c: Likewise.
47708         * string/memchr.c: Likewise.
47709         * string/memcmp.c: Likewise.
47710         * string/memrchr.c: Likewise.
47711         * string/rawmemchr.c: Likewise.
47712         * sysdeps/posix/getcwd.c: Likewise.
47713         * time/strftime_l.c: Likewise.
47714
47715 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
47716
47717         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
47718         * config.make.in (config-cflags-sse2avx): Define.
47719         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
47720         Fix typo.
47721
47722 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
47723
47724         * scripts/config.guess: Update from upstream config git repository.
47725         * scripts/config.sub: Likewise.
47726
47727 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
47728
47729         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
47730         (EM_NUM): Update.
47731         (R_TILEPRO_*, R_TILEGX_*): New macros.
47732
47733         * scripts/firstversions.awk: Fix bug in version range handling.
47734
47735         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
47736
47737         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
47738
47739         * include/sys/epoll.h: New file.
47740         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
47741         libc_hidden_def.
47742
47743 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
47744
47745         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
47746         Avoid unnecessary __WORDSIZE == 64 test.
47747         (fmaxf): Use VEX format if possible.
47748         (fmax): Likewise.
47749         (fminf): Likewise.
47750         (fmin): Likewise.
47751
47752         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
47753         * math/math_private.h: Remove libc_fegetround* and
47754         libc_fesetround*.
47755         * sysdeps/i386/configure.in: Check for -msse2avx.
47756         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
47757         also if SSE2AVX is defined.
47758         Remove libc_fegetround* and libc_fesetround*.
47759         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
47760         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
47761         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
47762         of HAS_YMM_USABLE.
47763         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47764         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47765         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47766         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47767         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47768
47769         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
47770
47771 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47772
47773         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
47774         size is not set.
47775         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47776
47777 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
47778
47779         [BZ #13618]
47780         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
47781         relocation.
47782         * Makeconfig (libm): Define.
47783         * elf/Makefile: Add rules to build and run tst-relsort1.
47784         * elf/tst-relsort1.c: New file.
47785         * elf/tst-relsort1mod1.c: New file.
47786         * elf/tst-relsort1mod2.c: New file.
47787
47788 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
47789
47790         * math/s_ldexp.c: Remove __STDC__ conditionals.
47791         * math/s_ldexpf.c: Likewise.
47792         * math/s_ldexpl.c: Likewise.
47793         * math/s_nextafter.c: Likewise.
47794         * math/s_nexttowardf.c: Likewise.
47795         * math/s_significand.c: Likewise.
47796         * math/s_significandf.c: Likewise.
47797         * math/s_significandl.c: Likewise.
47798         * math/w_jnl.c: Likewise.
47799         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47800         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47801         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47802         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47803         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47804         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47805         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47806         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47807         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47808         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47809         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47810         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47811         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47812         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47813         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47814         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47815         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47816         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47817         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47818         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47819         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47820         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47821         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47822         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47823         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47824         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47825         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47826         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47827         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47828         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47829         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47830         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47831         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47832         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47833         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47834         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47835         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47836         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47837         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47838         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47839         * sysdeps/ieee754/k_standard.c: Likewise.
47840         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47841         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47842         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47843         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47844         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47845         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47846         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47847         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47848         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47849         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47850         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47851         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47852         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47853         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47854         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47855         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47856         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47857         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47858         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47859         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47860         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47861         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47862         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47863         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47864         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47865         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47866         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47867         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47868         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47869         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47870         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47871         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47872         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47873         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47874         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47875         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47876         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47877         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47878         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47879         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47880         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47881         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47882         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47883         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47884         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47885         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47886         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47887         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47888         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47889         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47890         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47891         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47892         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47893         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47894         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47895         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47896         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47897         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47898         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47899         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47900         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47901         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47902         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47903         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47904         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47905         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47906         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47907         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47908         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47909         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47910         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47911         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47912         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47913         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47914         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47915         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47916         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47917         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47918         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47919         * sysdeps/ieee754/s_matherr.c: Likewise.
47920         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47921         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47922         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47923         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47924
47925 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47926
47927         * crypt/md5.h: Remove __STDC__ conditionals.
47928         * libio/libioP.h: Likewise.
47929         * locale/programs/config.h: Likewise.
47930         * sysdeps/generic/sysdep.h: Likewise.
47931         * sysdeps/i386/asm-syntax.h: Likewise.
47932         * sysdeps/s390/asm-syntax.h: Likewise.
47933         * sysdeps/unix/sysdep.h: Likewise.
47934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47936
47937 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47938
47939         * libio/libio.h: Remove __STDC__ conditionals.
47940         * malloc/obstack.h: Likewise.
47941         * math/complex.h: Likewise.
47942         * math/math.h: Likewise.
47943         * sysdeps/generic/_G_config.h: Likewise.
47944         * sysdeps/gnu/_G_config.h: Likewise.
47945         * sysdeps/mach/hurd/_G_config.h: Likewise.
47946         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47947         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47948         * sysdeps/sparc/bits/mathdef.h: Likewise.
47949
47950 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47951
47952         [BZ #13583]
47953         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47954         Clean up HAS_* macros.
47955         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47956         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47957         possible.
47958         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47959         HAS_AVX.
47960         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47961         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47962         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47963         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47964         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47965
47966 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47967
47968         * elf/tst-unique3.cc (gets): Remove declaration.
47969         * elf/tst-unique3lib.cc (gets): Likewise.
47970         * elf/tst-unique3lib2.cc (gets): Likewise.
47971         * elf/tst-unique4.cc (gets): Likewise.
47972
47973 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47974
47975         * include/stdio.h: Add C++ protection.  Add gets declarations and
47976         definitions.
47977         * debug/tst-chk1.c: Don't declare gets here.
47978         * stdio-common/tst-gets.c: Likewise.
47979
47980 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47981
47982         * posix/glob: Remove directory.
47983
47984 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47985
47986         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47987
47988 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47989
47990         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47991         of the non-standard EPFNOSUPPORT.
47992
47993 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47994
47995         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47996         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47997         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47998
47999 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
48000
48001         * wcsmbs/uchar.h: Test __STDC_VERSION__.
48002
48003 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
48004
48005         * nscd/aicache.c (addhstaiX): Do not cache negative results of
48006         transient errors.
48007         * nscd/grpcache.c (cache_addgr): Likewise.
48008         * nscd/hstcache.c (cache_addhst): Likewise.
48009         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48010         * nscd/pwdcache.c (cache_addpw): Likewise.
48011         * nscd/servicescache.c (cache_addserv): Likewise.
48012
48013 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
48014
48015         * malloc/malloc.c: Various cleanups.
48016         * malloc/hooks.c: Likewise.
48017
48018         * stdlib/Makefile (tests): Add bug-fmtmsg1.
48019         * stdlib/bug-fmtmsg1.c: New file.
48020
48021         * stdlib/fmtmsg.c (init): Add missing unlock.
48022         Patch by Peng Haitao <penght@cn.fujitsu.com>.
48023
48024 2012-01-12  Marek Polacek  <polacek@redhat.com>
48025
48026         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
48027         and _GNU_SOURCE.
48028
48029 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
48030
48031         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
48032         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
48033         macro to ensure uniqueness of label name.
48034         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48035         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48036
48037 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
48038
48039         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
48040
48041         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
48042         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48043         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48044         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
48045
48046 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
48047
48048         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
48049
48050         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
48051         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48052         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48053
48054         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
48055
48056         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
48057         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48058         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48059         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
48060
48061         * math/bits/math-finite.h: Add ldexp support.
48062
48063 2012-01-10  Marek Polacek  <polacek@redhat.com>
48064
48065         * locale/programs/localedef.h (show_archive_content): Add noreturn
48066         attribute.
48067
48068 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
48069
48070         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
48071
48072 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48073
48074         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
48075
48076         * io/Makefile (headers): Add bits/poll2.h.
48077
48078 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
48079
48080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
48081         typo #include statement.
48082
48083 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48084
48085         * include/sys/cdefs.h: Define __attribute_alloc_size.
48086         * catgets/gencat.c: Add alloc_size attribute and apply consistently
48087         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
48088         * elf/pldd.c: Likewise.
48089         * iconv/iconv_charmap.c: Likewise.
48090         * iconv/iconvconfig.c: Likewise.
48091         * iconv/strtab.c: Likewise.
48092         * locale/programs/locale.c: Likewise.
48093         * locale/programs/localedef.h: Likewise.
48094         * locale/programs/simple-hash.c: Likewise.
48095         * nscd/nscd.h: Likewise.
48096         * nss/makedb.c: Likewise.
48097         * sysdeps/generic/ldconfig.h: Likewise.
48098         * locale/programs/localedef.c: Remove xmalloc prototype.
48099         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
48100
48101 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48102
48103         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
48104         appropriate.
48105
48106 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48107
48108         * math/Makefile (tests): Add tst-CMPLX.
48109         * math/tst-CMPLX.c: New file.
48110
48111         * math/complex.h (CMPLXL): Fix typo.
48112
48113         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
48114         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
48115         GLIBC_2.16.
48116         * debug/tst-chk1.c: Add poll and ppoll tests.
48117         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
48118         * include/sys/poll.h: Add hidden proto for ppoll.
48119         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
48120         * sysdeps/mach/hurd/ppoll.c: Likewise.
48121         * io/ppoll.c: Likewise.
48122         * debug/poll_chk.c: New file.
48123         * debug/ppoll_chk.c: New file.
48124         * include/bits/poll2.h: New file.
48125         * io/bits/poll2.h: New file.
48126
48127         [BZ #1350]
48128         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
48129
48130         * configure.in: static is always set to yes.  Remove.
48131         * config.make.in: Don't set build-static.
48132         * Makeconfig: Remove use of build-static.
48133         * dlfcn/Makefile: Likewise.
48134         * elf/Makefile: Likewise.
48135         * math/Makefile: Likewise.
48136         * misc/Makefile: Likewise.
48137         * nptl/Makefile: Likewise.
48138         * sysdeps/mach/hurd/Makefile: Likewise.
48139
48140         * configure.in: PWD_P is not used anymore.
48141         * config.make.in: Remove PWD_P entry.
48142
48143         * configure.in: Remove last remnants of RANLIB.
48144         No need to check for signed size_t anymore.
48145         Don't set libc_commonpagesize and libc_relro_required here for Alpha
48146         and IA-64.
48147         Remove __builtin_expect test because we require at least gcc 3.4.
48148         * aclocal.m4: Likewise.
48149
48150         * wcsmbs/mbrtoc16.c: Implement using towc function.
48151         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
48152         * wcsmbs/wcsmbsload.c: Likewise.
48153         * iconv/gconv_simple.c: Likewise.
48154         * iconv/gconv_int.h: Likewise.
48155         * iconv/gconv_builtin.h: Likewise.
48156         * iconv/iconv_prog.c: Remove CHAR16 handling.
48157
48158         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
48159
48160         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
48161
48162         * configure.in: Remove --with-elf and --enable-bounded options.
48163         Dont set base_machine for ia64.  More non-ELF conditions removed.
48164         Remove testing and setting of leading underscore information.
48165         * config.make.in (build-bounded): Set to no.
48166         * config.h.in: Remove NO_UNDERSCORES entry.
48167         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
48168         them.
48169         * csu/start.c: Remove !NO_UNDERSCORE code.
48170         * locale/localeinfo.h: Likewise.
48171         * sysdeps/generic/machine-gmon.h: Likewise.
48172         * sysdeps/generic/sysdep.h: Likewise.
48173         * sysdeps/i386/sysdep.h: Likewise.
48174         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
48175         * sysdeps/mach/sysdep.h: Likewise.
48176         * sysdeps/s390/s390-32/sysdep.h: Likewise.
48177         * sysdeps/s390/s390-64/sysdep.h: Likewise.
48178         * sysdeps/sh/sysdep.h: Likewise.
48179         * sysdeps/sparc/sparc32/alloca.S: Likewise.
48180         * sysdeps/unix/i386/sysdep.S: Likewise.
48181         * sysdeps/unix/sparc/start.c: Likewise.
48182         * sysdeps/unix/sparc/sysdep.S: Likewise.
48183         * sysdeps/unix/sparc/sysdep.h: Likewise.
48184         * sysdeps/unix/start.c: Likewise.
48185         * sysdeps/unix/x86_64/sysdep.S: Likewise.
48186         * sysdeps/x86_64/sysdep.h: Likewise.
48187
48188 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
48189
48190         [BZ #13553]
48191         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
48192         for non-gcc.
48193         * argp/argp-fmtstream.h: Use const instead __const.
48194         * argp/argp.h: Likewise.
48195         * assert/assert.h: Likewise.
48196         * bits/fenv.h: Likewise.
48197         * bits/sched.h: Likewise.
48198         * bits/sigset.h: Likewise.
48199         * bits/sigthread.h: Likewise.
48200         * catgets/nl_types.h: Likewise.
48201         * conform/data/pthread.h-data: Likewise.
48202         * crypt/crypt-private.h: Likewise.
48203         * crypt/crypt.h: Likewise.
48204         * crypt/crypt_util.c: Likewise.
48205         * ctype/ctype.h: Likewise.
48206         * debug/execinfo.h: Likewise.
48207         * debug/mbsnrtowcs_chk.c: Likewise.
48208         * debug/mbsrtowcs_chk.c: Likewise.
48209         * debug/wcsnrtombs_chk.c: Likewise.
48210         * debug/wcsrtombs_chk.c: Likewise.
48211         * debug/wcstombs_chk.c: Likewise.
48212         * dirent/dirent.h: Likewise.
48213         * dlfcn/dlfcn.h: Likewise.
48214         * elf/neededtest4.c: Likewise.
48215         * grp/grp.h: Likewise.
48216         * gshadow/gshadow.h: Likewise.
48217         * iconv/gconv.h: Likewise.
48218         * iconv/gconv_int.h: Likewise.
48219         * iconv/gconv_simple.c: Likewise.
48220         * iconv/iconv.h: Likewise.
48221         * iconv/loop.c: Likewise.
48222         * iconv/skeleton.c: Likewise.
48223         * include/aio.h: Likewise.
48224         * include/aliases.h: Likewise.
48225         * include/argz.h: Likewise.
48226         * include/arpa/inet.h: Likewise.
48227         * include/assert.h: Likewise.
48228         * include/dirent.h: Likewise.
48229         * include/dlfcn.h: Likewise.
48230         * include/execinfo.h: Likewise.
48231         * include/fcntl.h: Likewise.
48232         * include/fenv.h: Likewise.
48233         * include/glob.h: Likewise.
48234         * include/grp.h: Likewise.
48235         * include/libintl.h: Likewise.
48236         * include/mntent.h: Likewise.
48237         * include/netdb.h: Likewise.
48238         * include/pwd.h: Likewise.
48239         * include/rpc/netdb.h: Likewise.
48240         * include/sched.h: Likewise.
48241         * include/search.h: Likewise.
48242         * include/shadow.h: Likewise.
48243         * include/signal.h: Likewise.
48244         * include/stdio.h: Likewise.
48245         * include/stdlib.h: Likewise.
48246         * include/string.h: Likewise.
48247         * include/sys/socket.h: Likewise.
48248         * include/sys/stat.h: Likewise.
48249         * include/sys/statfs.h: Likewise.
48250         * include/sys/statvfs.h: Likewise.
48251         * include/sys/syslog.h: Likewise.
48252         * include/sys/time.h: Likewise.
48253         * include/sys/uio.h: Likewise.
48254         * include/time.h: Likewise.
48255         * include/unistd.h: Likewise.
48256         * include/utmp.h: Likewise.
48257         * include/wchar.h: Likewise.
48258         * include/wctype.h: Likewise.
48259         * inet/aliases.h: Likewise.
48260         * inet/arpa/inet.h: Likewise.
48261         * inet/netinet/ether.h: Likewise.
48262         * inet/netinet/in.h: Likewise.
48263         * intl/libintl.h: Likewise.
48264         * io/bits/fcntl2.h: Likewise.
48265         * io/fcntl.h: Likewise.
48266         * io/ftw.h: Likewise.
48267         * io/sys/poll.h: Likewise.
48268         * io/sys/stat.h: Likewise.
48269         * io/sys/statfs.h: Likewise.
48270         * io/sys/statvfs.h: Likewise.
48271         * io/utime.h: Likewise.
48272         * libio/bits/stdio.h: Likewise.
48273         * libio/bits/stdio2.h: Likewise.
48274         * libio/libio.h: Likewise.
48275         * libio/libioP.h: Likewise.
48276         * libio/stdio.h: Likewise.
48277         * locale/lc-ctype.c: Likewise.
48278         * locale/locale.h: Likewise.
48279         * login/utmp.h: Likewise.
48280         * malloc/arena.c: Likewise.
48281         * malloc/malloc.c: Likewise.
48282         * malloc/malloc.h: Likewise.
48283         * malloc/mcheck.c: Likewise.
48284         * malloc/mtrace.c: Likewise.
48285         * math/bits/mathcalls.h: Likewise.
48286         * math/fenv.h: Likewise.
48287         * math/math_private.h: Likewise.
48288         * misc/bits/error.h: Likewise.
48289         * misc/bits/syslog.h: Likewise.
48290         * misc/err.h: Likewise.
48291         * misc/error.h: Likewise.
48292         * misc/fstab.h: Likewise.
48293         * misc/mntent.h: Likewise.
48294         * misc/regexp.h: Likewise.
48295         * misc/search.h: Likewise.
48296         * misc/sgtty.h: Likewise.
48297         * misc/sys/mman.h: Likewise.
48298         * misc/sys/syslog.h: Likewise.
48299         * misc/sys/uio.h: Likewise.
48300         * misc/sys/xattr.h: Likewise.
48301         * misc/ttyent.h: Likewise.
48302         * nis/rpcsvc/ypclnt.h: Likewise.
48303         * nss/nss.h: Likewise.
48304         * posix/bits/unistd.h: Likewise.
48305         * posix/fnmatch.h: Likewise.
48306         * posix/glob.h: Likewise.
48307         * posix/sched.h: Likewise.
48308         * posix/spawn.h: Likewise.
48309         * posix/sys/wait.h: Likewise.
48310         * posix/unistd.h: Likewise.
48311         * posix/wordexp.h: Likewise.
48312         * pwd/pwd.h: Likewise.
48313         * resolv/netdb.h: Likewise.
48314         * resource/sys/resource.h: Likewise.
48315         * rt/aio.h: Likewise.
48316         * rt/bits/mqueue2.h: Likewise.
48317         * rt/mqueue.h: Likewise.
48318         * shadow/shadow.h: Likewise.
48319         * signal/signal.h: Likewise.
48320         * socket/send.c: Likewise.
48321         * socket/sendto.c: Likewise.
48322         * socket/sys/socket.h: Likewise.
48323         * stdio-common/printf.h: Likewise.
48324         * stdlib/bits/stdlib.h: Likewise.
48325         * stdlib/fmtmsg.h: Likewise.
48326         * stdlib/monetary.h: Likewise.
48327         * stdlib/stdlib.h: Likewise.
48328         * stdlib/ucontext.h: Likewise.
48329         * streams/stropts.h: Likewise.
48330         * string/argz.h: Likewise.
48331         * string/bits/string2.h: Likewise.
48332         * string/string.h: Likewise.
48333         * string/strings.h: Likewise.
48334         * sunrpc/rpc/auth.h: Likewise.
48335         * sunrpc/rpc/auth_des.h: Likewise.
48336         * sunrpc/rpc/clnt.h: Likewise.
48337         * sunrpc/rpc/netdb.h: Likewise.
48338         * sunrpc/rpc/pmap_clnt.h: Likewise.
48339         * sunrpc/rpc/xdr.h: Likewise.
48340         * sysdeps/generic/inttypes.h: Likewise.
48341         * sysdeps/generic/net/if.h: Likewise.
48342         * sysdeps/generic/sys/swap.h: Likewise.
48343         * sysdeps/gnu/net/if.h: Likewise.
48344         * sysdeps/gnu/utmpx.h: Likewise.
48345         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
48346         * sysdeps/i386/i486/bits/string.h: Likewise.
48347         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
48348         * sysdeps/s390/bits/string.h: Likewise.
48349         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
48350         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
48351         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
48352         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
48353         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
48354         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
48355         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
48356         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
48357         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
48358         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
48359         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
48360         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
48361         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
48362         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
48363         * sysdeps/unix/sysv/linux/readv.c: Likewise.
48364         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
48365         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
48366         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48367         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
48368         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
48369         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
48370         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
48371         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
48372         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
48373         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
48374         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
48375         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
48376         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48377         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
48378         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
48379         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
48380         * sysvipc/sys/ipc.h: Likewise.
48381         * sysvipc/sys/msg.h: Likewise.
48382         * sysvipc/sys/sem.h: Likewise.
48383         * sysvipc/sys/shm.h: Likewise.
48384         * termios/termios.h: Likewise.
48385         * time/sys/time.h: Likewise.
48386         * time/time.h: Likewise.
48387         * wcsmbs/bits/wchar2.h: Likewise.
48388         * wcsmbs/uchar.h: Likewise.
48389         * wcsmbs/wchar.h: Likewise.
48390         * wctype/wctype.h: Likewise.
48391
48392         [BZ #13551]
48393         * Makeconfig: Remove all but ELF support including AIX support.
48394         * Makerules: Likewise.
48395         * config.h.in: Likewise.
48396         * config.make.in: Likewise.
48397         * configure: Likewise.
48398         * configure.in: Likewise.
48399         * csu/Makefile: Likewise.
48400         * csu/version.c: Likewise.
48401         * debug/Makefile: Likewise.
48402         * dlfcn/Makefile: Likewise.
48403         * elf/Makefile: Likewise.
48404         * extra-lib.mk: Likewise.
48405         * iconv/Makefile: Likewise.
48406         * include/libc-symbols.h: Likewise.
48407         * include/shlib-compat.h: Likewise.
48408         * resolv/Makefile: Likewise.
48409         * resolv/res_libc.c: Likewise.
48410         * rt/Makefile: Likewise.
48411         * sysdeps/i386/asm-syntax.h: Likewise.
48412         * sysdeps/i386/sysdep.h: Likewise.
48413         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
48414         * sysdeps/mach/sysdep.h: Likewise.
48415         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
48416         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
48417         * sysdeps/s390/asm-syntax.h: Likewise.
48418         * sysdeps/s390/s390-32/sysdep.h: Likewise.
48419         * sysdeps/s390/s390-64/sysdep.h: Likewise.
48420         * sysdeps/sh/sysdep.h: Likewise.
48421         * sysdeps/unix/sparc/sysdep.h: Likewise.
48422         * sysdeps/wordsize-32/divdi3.c: Likewise.
48423         * sysdeps/x86_64/sysdep.h: Likewise.
48424
48425         * argp/Versions: Remove _argp_unlock_xxx.
48426
48427         [BZ #13559]
48428         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
48429         * abilist/libBrokenLocale.abilist: Likewise.
48430         * abilist/libanl.abilist: Likewise.
48431         * abilist/libc.abilist: Likewise.
48432         * abilist/libcrypt.abilist: Likewise.
48433         * abilist/libdl.abilist: Likewise.
48434         * abilist/libm.abilist: Likewise.
48435         * abilist/libnsl.abilist: Likewise.
48436         * abilist/libpthread.abilist: Likewise.
48437         * abilist/libresolv.abilist: Likewise.
48438         * abilist/librt.abilist: Likewise.
48439         * abilist/libthread_db.abilist: Likewise.
48440         * abilist/libutil.abilist: Likewise.
48441         * abilist/libnss_db.abilist: New file.
48442
48443         * scripts/abilist.awk: Add support for indirect functions.
48444
48445         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
48446
48447         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
48448
48449         * shlib-versions: Remove entries for ports architectures.
48450
48451         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
48452         files in ports.
48453         * elf/stackguard-macros.h: Remove support for IA-64.
48454         * elf/tst-auditmod1.c: Likewise.
48455         * sysdeps/generic/ldsodefs.h: Likewise.
48456
48457         * sysdeps/unix/sysv/linux/configure.in: Ports should define
48458         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
48459         configure files.
48460
48461         [BZ #13552]
48462         * configure.in: Remove --enable-omitfp support.
48463         * FAQ.in: Adjust.
48464         * config.make.in: Likewise.
48465         * Makeconfig: Likewise.
48466         * manual/install.texi: Likewise.
48467
48468         In case anyone cares, the IA-64 architecture could move to ports.
48469         * sysdeps/ia64/*: Removed.
48470         * sysdeps/unix/sysv/linux/ia64/*: Removed.
48471         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
48472
48473         [BZ #13555]
48474         * configure.in: Remove entries for unsupported architectures.
48475
48476         [BZ #13533]
48477         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
48478         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
48479         routines.
48480         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
48481         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
48482         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
48483         fall back to using wcrtomb.
48484         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
48485         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
48486         renaming.
48487         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
48488         * wcsmbs/tst-c16c32-1.c: New file.
48489
48490         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
48491         local variable.
48492
48493         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
48494
48495         * elf/tst-unique3.cc: Add explicit declaration of gets.
48496         * elf/tst-unique3lib.cc: Likewise.
48497         * elf/tst-unique3lib2.cc: Likewise.
48498         * elf/tst-unique4.cc: Likewise.
48499
48500         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
48501
48502 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
48503
48504         [BZ #13566]
48505         * assert/assert.h (static_assert): Don't define for C++.
48506         * libio/stdio.h (gets): Do declare for C++ <= C++11.
48507         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
48508
48509 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
48510
48511         * iconv/loop.c (single loop): Fix assertion in storing of
48512         remaining bytes.
48513
48514         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
48515
48516 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
48517
48518         * posix/getconf.c: Update copyright year.
48519         * nss/getent.c: Likewise.
48520         * nss/makedb.c: Likewise.
48521         * iconv/iconvconfig.c: Likewise.
48522         * iconv/iconv_prog.c: Likewise.
48523         * elf/ldconfig.c: Likewise.
48524         * elf/pldd.c: Likewise.
48525         * elf/sotruss.ksh: Likewise.
48526         * catgets/gencat.c: Likewise.
48527         * csu/version.c: Likewise.
48528         * elf/ldd.bash.in: Likewise.
48529         * elf/sprof.c (print_version): Likewise.
48530         * locale/programs/locale.c: Likewise.
48531         * locale/programs/localedef.c: Likewise.
48532         * login/programs/pt_chown.c: Likewise.
48533         * nscd/nscd.c (print_version): Likewise.
48534         * debug/xtrace.sh: Likewise.
48535         * malloc/memusage.sh: Likewise.
48536         * malloc/mtrace.pl: Likewise.
48537         * debug/catchsegv.sh: Likewise.
48538
48539 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
48540
48541         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
48542         pure attribute.
48543
48544 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
48545
48546         [BZ #13533]
48547         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
48548         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
48549         transformations.
48550         * iconv/gconv_int.h: Likewise.
48551         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
48552         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
48553         from libc for GLIBC_2.16.
48554         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
48555         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
48556         * wcsmbs/uchar.h: Really define mbstate_t.
48557         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
48558         * wcsmbs/c16rtomb.c: New file.
48559         * wcsmbs/mbrtoc16.c: New file.
48560         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
48561         for C/POSIX locale.
48562         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
48563         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
48564
48565         * wcsmbs/wchar.h: Add missing __restrict.
48566
48567 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
48568
48569         [BZ #13532]
48570         * time/Makefile (routines): Add timespec_get.
48571         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
48572         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
48573         timespec for ISO C11.
48574         * time/timespec_get.c: New file.
48575         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
48576         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
48577
48578         [BZ #13531]
48579         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
48580         * stdlib/stdlib.h: Declare aligned_alloc.
48581         * Versions.def: Add GLIBC_2.16 for libc.
48582         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
48583
48584         [BZ 13527]
48585         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
48586         ISO C11.
48587
48588         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
48589         code.
48590
48591         [BZ #13528]
48592         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
48593
48594         [BZ #13529]
48595         * assert/assert.h (static_assert): Define.
48596
48597         * version.h: Update for 2.16 development version.
48598
48599         [BZ #13526]
48600         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
48601         _ISOC11_SOURCE.
48602
48603         * version.h (RELEASE): Bump for 2.15 release.
48604         * include/features.h (__GLIBC_MINOR__): Bump to 15.
48605
48606         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
48607         Patch by Marek Polacek <mpolacek@redhat.com>.
48608
48609         * bits/byteswap.h: Protect long long constants with __extension__.
48610         * sysdeps/i386/bits/byteswap.h: Likewise.
48611         * sysdeps/ia64/bits/byteswap.h: Likewise.
48612         * sysdeps/s390/bits/byteswap.h: Likewise.
48613         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48614
48615 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48616
48617         [BZ #13540]
48618         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
48619         destination buffer.
48620         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
48621
48622 2011-12-23  Marek Polacek  <polacek@redhat.com>
48623
48624         * elf/dl-addr.c (determine_info): Add inline keyword.
48625         * elf/tst-auditmod4b.c (check_avx): Likewise.
48626         * elf/tst-auditmod6b.c (check_avx): Likewise.
48627         * elf/tst-auditmod6c.c (check_avx): Likewise.
48628         * elf/tst-auditmod7b.c (check_avx): Likewise.
48629
48630 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
48631
48632         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
48633         !__SSE_MATH__.
48634
48635 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48636
48637         [BZ #13540]
48638         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
48639         processing for last bytes.
48640
48641 2011-08-06  Bruno Haible  <bruno@clisp.org>
48642
48643         [BZ #13061]
48644         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
48645         U+0385, not to U+1FEE.
48646
48647         [BZ #13062]
48648         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
48649         entry for U+00A5 U+0301.
48650
48651 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
48652
48653         [BZ #13166]
48654         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
48655         buffer for the output is too small.
48656
48657         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
48658         optimization.
48659
48660         [BZ #13185]
48661         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
48662         SSE flags if possible.
48663
48664 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48665
48666         [BZ #13540]
48667         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
48668         processing for last bytes.
48669
48670 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
48671
48672         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
48673         (syscall-list-default-options, syscall-list-default-condition)
48674         (syscall-list-includes): Define.
48675         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
48676         list of ABIs and options and #if conditions for each ABI.  Do not
48677         handle common syscalls between ABIs specially.
48678         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
48679         Remove.
48680         (syscall-list-variants, syscall-list-32bit-options)
48681         (syscall-list-32bit-condition, syscall-list-64bit-options)
48682         (syscall-list-64bit-condition): Define.
48683         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
48684         (syscall-list-variants, syscall-list-32bit-options)
48685         (syscall-list-32bit-condition, syscall-list-64bit-options)
48686         (syscall-list-64bit-condition): Define.
48687         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
48688         Remove.
48689         (syscall-list-variants, syscall-list-32bit-options)
48690         (syscall-list-32bit-condition, syscall-list-64bit-options)
48691         (syscall-list-64bit-condition): Define.
48692         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
48693         Remove.
48694         (syscall-list-variants, syscall-list-32bit-options)
48695         (syscall-list-32bit-condition, syscall-list-64bit-options)
48696         (syscall-list-64bit-condition): Define.
48697
48698 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
48699
48700         * locale/iso-639.def: Add brx entry.
48701
48702         [BZ #13328]
48703         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
48704         Proposed by Mariusz_Cukr <marcukr@op.pl>.
48705
48706         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
48707         __feraiseexcept_renamed.
48708
48709 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
48710
48711         [BZ #13538]
48712         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
48713         EPOLLET with unsigned values.
48714         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48715         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
48716
48717         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
48718         to large cancellation.
48719         * math/s_cacoshf.c: Likewise.
48720         * math/s_cacoshl.c: Likewise.
48721
48722 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
48723
48724         [BZ #13305]
48725         [BZ #12786]
48726         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
48727         * math/s_cacoshf.c: Likewise.
48728         * math/s_cacoshl.c: Likewise.
48729
48730 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
48731
48732         [BZ #13439]
48733         * iconv/gconv.h: Define __GCONV_SWAP.
48734         * iconvdata/unicode.c: The swap bit must be stored in __flags.
48735         * iconvdata/utf-16.c: Likewise.
48736         * iconvdata/utf-32.c: Likewise.
48737
48738 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
48739
48740         [BZ #13524]
48741         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
48742         numerator after shifting it by one limb.
48743
48744 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
48745
48746         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
48747         under [__USE_EXTERN_INLINES].
48748
48749 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48750
48751         [BZ #13446]
48752         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
48753
48754 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48755
48756         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
48757         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
48758         optimized code.
48759         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
48760         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
48761         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
48762         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
48763         for strncasecmp/strncasecmp_l compilation.
48764         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
48765         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
48766
48767 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
48768
48769         [BZ #13484]
48770         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
48771         of __asm__.
48772
48773 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48774
48775         [BZ #13506]
48776         * time/tzfile.c (__tzfile_read): Check values from file header.
48777
48778 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
48779
48780         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
48781         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
48782         * powerpc/powerpc32/dl-start.S: Likewise.
48783         * powerpc/powerpc32/elf/start.S: Likewise.
48784         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
48785         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
48786         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
48787         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
48788         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
48789         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
48790         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
48791         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
48792         * powerpc/powerpc32/fpu/s_round.S: Likewise.
48793         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
48794         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
48795         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48796         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48797         * powerpc/powerpc32/memset.S: Likewise.
48798         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48799         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48800         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48801         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48802         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48803         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48804         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48805         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48806         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48807         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48808         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48809         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48810         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48811
48812 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48813
48814         * math/libm-test.inc: Added more nearbyint tests.
48815         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48816         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48817         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48818         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48819
48820 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
48821
48822         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48823         FD_CLOEXEC.
48824
48825 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48826
48827         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48828         Add wcscpy-ssse3 wcscpy-c.
48829         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48830         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48831         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48832         * sysdeps/x86_64/wcschr.S: New file.
48833         * sysdeps/x86_64/wcsrchr.S: New file.
48834         * string/test-strcmp.c: Remove checking of wcscmp function for
48835         wrong alignments.
48836         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48837         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48838         wcsrchr-sse2 wcsrchr-c.
48839         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48840         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48841         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48842         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48843         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48844         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48845         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48846         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48847         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48848         * wcsmbc/wcschr.c (WCSCHR): New macro.
48849
48850 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48851
48852         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48853         * wcsmbs/test-wcsrchr.c: New file.
48854         * string/test-strrchr.c: Add wcsrchr support.
48855         (WIDE): New macro.
48856         * wcsmbs/test-wcscpy.c: New file.
48857         * string/test-strcpy.c: Add wcscpy support.
48858         (WIDE): New macro.
48859
48860 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48861
48862         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48863         the inner loop.
48864
48865 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48866
48867         [BZ #13472]
48868         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48869
48870 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48871
48872         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48873         Minor optimizations.
48874
48875         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48876         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48877         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48878
48879 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48880
48881         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48882         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48883         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48884         for gcc to avoid warnings.
48885         * inet/Makefile (tests): Add tst-checks.
48886         * inet/tst-checks.c: New file.
48887
48888         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48889         warning.
48890
48891         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48892         __wmemcmp_sse2.
48893
48894         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48895         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48896
48897         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48898
48899 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48900
48901         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48902         problem.
48903
48904         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48905
48906 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48907
48908         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48909         conditional on GCC version.
48910         (__arch_compare_and_exchange_val_8_acq)
48911         (__arch_compare_and_exchange_val_16_acq)
48912         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48913         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48914         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48915
48916 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48917
48918         * sysdeps/sh/backtrace.c: New file.
48919
48920 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48921
48922         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48923         parenthesis.
48924
48925 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48926
48927         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48928         falling back to utime.
48929
48930 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48931
48932         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48933         expectations for float.
48934
48935 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48936
48937         * locale/weight.h (findidx): Add parameter len.
48938         * locale/weightwc.h (findidx): Likewise.
48939         * posix/fnmatch_loop.c (FCT): Adjust caller.
48940         * posix/regcomp.c (build_equiv_class): Likewise.
48941         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48942         * posix/regexec.c (check_node_accept_bytes): Likewise.
48943         * string/strcoll_l.c (STRCOLL): Likewise.
48944         * string/strxfrm_l.c (STRXFRM): Likewise.
48945
48946 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48947
48948         * Makefile.in: Remove CVSOPT handling.
48949         * configure.in: Remove use of AC_REVISION.
48950         * iconvdata/Makefile (distribute): No need to filter out CVS.
48951         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48952         handling.
48953
48954 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48955
48956         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48957         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48958         [USE_AS_STRNCASECMP_L]: Likewise.
48959         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48960         NO_TLS_DIRECT_SEG_REFS.
48961         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48962         Fix argument offsets for non-PIC.
48963         [USE_AS_STRNCASECMP_L]: Likewise.
48964         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48965         NO_TLS_DIRECT_SEG_REFS.
48966
48967 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48968
48969         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48970         O_CLOEXEC.
48971         * locale/loadlocale.c (_nl_load_locale): Likewise.
48972
48973 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48974
48975         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48976         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48977         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48978         (SYSCALL_GETTIME): Set errno on error.
48979
48980         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48981         count references to noai6ai_cached.
48982
48983 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48984
48985         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48986
48987         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48988         FD_CLOEXEC for /proc/self/maps.
48989
48990         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48991         FD_CLOEXEC for /proc/meminfo.
48992
48993         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48994         gai.conf.
48995
48996         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48997         FD_CLOEXEC for given file.
48998
48999         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
49000
49001         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
49002         FD_CLOEXEC for /etc/hosts.
49003         (_gethtent): Likewise.
49004
49005         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
49006
49007         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
49008         cancellation and set FD_CLOEXEC for /etc/netgroup.
49009
49010         * nss/nss_files/files-key.c (search): Don't allow cancellation when
49011         reading /etc/publickey.
49012
49013         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
49014         allow cancellation when reading /etc/group.
49015
49016         * nss/nss_files/files-alias.c (internal_setent): Don't allow
49017         cancellation.
49018         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
49019
49020         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
49021         when using data file.
49022
49023         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
49024
49025         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
49026         (write_nis_obj): Use "c" and "e" in fopen.
49027
49028         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
49029
49030         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
49031
49032         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
49033
49034         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
49035
49036         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
49037         locale.alias.
49038
49039         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
49040
49041         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
49042
49043         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
49044
49045         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
49046         file parsing and set FD_CLOEXEC.
49047
49048 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
49049
49050         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
49051
49052 2011-11-14  Andreas Schwab  <schwab@redhat.com>
49053
49054         * malloc/arena.c (arena_get2): Don't call reused_arena when
49055         _int_new_arena failed.
49056
49057 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
49058
49059         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
49060         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
49061         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
49062         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49063         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49064         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
49065         to compile strcasecmp and strncasecmp.
49066         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
49067         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
49068
49069         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
49070
49071 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
49072
49073         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
49074         locale-defines.sym to gen-as-const-headers.
49075         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
49076         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
49077         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
49078         to compile strcasecmp and strncasecmp.
49079         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
49080         strcasecmp_l and strncasecmp_l.
49081         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
49082         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
49083         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
49084         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
49085         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
49086         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
49087         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
49088         * sysdeps/i386/i686/multiarch/strncase.S: New file.
49089         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
49090         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
49091         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
49092
49093 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
49094
49095         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
49096         result of SYSDEP_GETTIME_CPU to retval.
49097         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
49098         parameter list to macro.  Remove trailing semicolon.  Adjust users.
49099
49100         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
49101         variable.
49102
49103         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
49104         mantissa words.
49105         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
49106
49107         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
49108         from unused variable.
49109
49110         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
49111         DWARF definitions.
49112         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
49113         for assembling.
49114
49115         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
49116         over namespaces.
49117
49118         * sunrpc/rpc_prot.c (rejected): Fix case value.
49119
49120         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
49121         unsigned long long int to avoid warnings in shift.
49122
49123         * posix/regex_internal.c (re_string_reconstruct): Actually use result
49124         of use of trans.
49125         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
49126         variable tmp.
49127
49128         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
49129         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
49130         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
49131
49132         * nis/nis_table.c (nis_list): Use variable of correct type for
49133         result of __follow_path call.
49134
49135 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49136
49137         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
49138         of math functions ceil, trunc, floor, round, and sqrt, when
49139         avaliable on the platform.
49140         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
49141         name clash.
49142         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49143         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49144         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49145
49146 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
49147
49148         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
49149         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
49150
49151 2011-11-11  Roland McGrath  <roland@hack.frob.com>
49152
49153         * include/unistd.h: Fix __readlink return type.
49154         Reported by Chris Metcalf <cmetcalf@tilera.com>.
49155
49156 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
49157
49158         * stdlib/ucontext.h: Undo last change for makecontext.
49159
49160 2011-11-11  Andreas Schwab  <schwab@redhat.com>
49161
49162         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
49163
49164         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
49165         * setjmp/setjmp.h: Mark functions as non-leaf.
49166         * setjmp/bits/setjmp2.h: Likewise.
49167         * stdlib/ucontext.h: Likewise.
49168
49169 2011-11-10  Andreas Schwab  <schwab@redhat.com>
49170
49171         * malloc/arena.c (_int_new_arena): Don't increment narenas.
49172         (reused_arena): Don't check arena limit.
49173         (arena_get2): Atomically check arena limit.
49174
49175 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
49176
49177         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
49178         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
49179
49180         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
49181         instructions.
49182
49183 2011-11-07  Andreas Schwab  <schwab@redhat.com>
49184
49185         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
49186         handler when locking.
49187
49188         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49189         Fix size of allocated buffer.
49190
49191 2011-11-04  Andreas Schwab  <schwab@redhat.com>
49192
49193         [BZ #10103]
49194         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
49195         declarations for long double functions.
49196         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
49197
49198         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
49199
49200 2011-11-03  Andreas Schwab  <schwab@redhat.com>
49201
49202         * nscd/nscd.c (main): Don't start AVC thread until credentials are
49203         installed.
49204
49205         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
49206         is disabled.
49207
49208 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49209
49210         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
49211
49212 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
49213
49214         * include/alloca.h (stackinfo_alloca_round): Define.
49215         (extend_alloca): Use it.
49216         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
49217         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
49218         here.
49219
49220         * scripts/check-local-headers.sh: Ignore libaudit.h.
49221
49222         * nscd/Makefile (extra-objs): Make recursively expanded.
49223
49224 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
49225
49226         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
49227         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
49228
49229         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
49230         * posix/tst-rfc3484-2.c: Likewise.
49231         * posix/tst-rfc3484-3.c: Likewise.
49232
49233         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49234         process_vm_writev.
49235         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
49236         process_vm_writev.
49237         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
49238         process_vm_writev from libc using GLIBC_2.15 version.
49239
49240         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
49241
49242 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
49243
49244         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
49245         stack usage.
49246
49247 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
49248
49249         [BZ #13367]
49250         * nss/getent.c (initgroups_keys): Show error message in case no group
49251         names are given.
49252
49253         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
49254         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
49255         __bump_nl_timestamp.
49256         * nscd/connections (nscd_init): When host database is served open
49257         netlink socket and request notification about configuration changes.
49258         (main_loop_poll): Track netlink file descriptor and bump timestamp
49259         in case data becomes available.
49260         (main_loop_epoll): Likewise.
49261         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
49262         (database_pers_head): Add extra_data fileds.
49263         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
49264         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
49265         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
49266         Adjust caller.
49267         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
49268         in6ai data, call __free_in6ai.
49269         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
49270         Add -DHAVE_NETLINK.
49271         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
49272         interface information.  Reuse previous data if netlink timestamp
49273         is not changed.
49274         (__bump_nl_timestamp): New function.
49275         (__free_in6ai): New function.
49276
49277 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
49278
49279         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
49280         close_not_cancel_no_status here.
49281         (__check_pf): Reorganize code a bit to not call close twice if OOM.
49282
49283 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
49284
49285         [BZ #13276]
49286         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
49287         return value.
49288
49289         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
49290         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
49291         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
49292
49293 2011-07-03  Andreas Jaeger  <aj@suse.de>
49294
49295         [BZ #10709]
49296         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
49297         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
49298         * math/libm-test.inc (sin_test): Add test case.
49299
49300 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
49301
49302         [BZ #13337]
49303         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
49304         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
49305
49306         * elf/chroot_canon.c (chroot_canon): Cleanups.
49307
49308         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
49309
49310         [BZ #13335]
49311         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
49312         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
49313
49314         * string/test-strchr.c: Make usable for strchrnul testing.
49315         * string/test-strchrnul.c: New file.
49316         * string/Makefile (strop-tests): Add strchrnul.
49317
49318         * po/it.po: Update from translation team.
49319         * po/es.po: Likewise.
49320
49321 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
49322
49323         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
49324         the three constants needed as parameters.  Drop the others.
49325         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
49326         __m128i_strloadu_tolower.
49327         Create and initialize variable zero and use it in all the places
49328         where _mm_setzero_si128 was used.
49329
49330         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
49331         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
49332         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
49333         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
49334         anymore.
49335         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
49336         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
49337         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
49338         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
49339         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
49340         __mpranred, __mptan.
49341         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
49342         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
49343         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
49344         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
49345         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
49346         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
49347         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
49348         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
49349         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
49350
49351 2011-10-28  Andreas Schwab  <schwab@redhat.com>
49352
49353         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
49354         redefine if SHARED.
49355         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
49356
49357         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
49358         wide char related routines to wcsmbs subdir.
49359
49360 2011-10-27  Andreas Schwab  <schwab@redhat.com>
49361
49362         [BZ #13344]
49363         * misc/sys/cdefs.h (__THROWNL): Define.
49364         * posix/unistd.h: Use __THREADNL instead of __THREAD
49365         for memory synchronization functions.
49366
49367 2011-10-26  Roland McGrath  <roland@hack.frob.com>
49368
49369         [BZ #13349]
49370         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
49371         doesn't exist.
49372         * manual/stdio.texi (Obstack Streams): Node removed.
49373
49374 2011-10-26  Andreas Schwab  <schwab@redhat.com>
49375
49376         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
49377         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
49378         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
49379
49380         * math/math_private.h (math_force_eval): Allow non-addressable
49381         arguments.
49382         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
49383
49384 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
49385
49386         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
49387         file is not needed.
49388
49389         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
49390         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
49391         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49392         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49393         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49394         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49395         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49396         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
49397         Add AVX variants.
49398         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
49399         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
49400         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
49401         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
49402         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
49403         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
49404         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
49405         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
49406         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
49407         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
49408         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
49409         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
49410         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
49411         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
49412         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
49413         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
49414         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
49415         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
49416         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
49417
49418         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
49419         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
49420
49421         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
49422         place.  Use VEX encoding when compiling for AVX.
49423
49424 2011-10-25  Andreas Schwab  <schwab@redhat.com>
49425
49426         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
49427         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
49428
49429         * string/test-strchr.c (do_test): Don't generate NUL bytes.
49430
49431 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
49432
49433         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
49434         useless if() expression.
49435         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49436         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
49437         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
49438         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49439         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
49440         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
49441         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49442         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49443         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
49444         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49445         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49446         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49447         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
49448         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49449         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
49450         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
49451         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49452         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49453         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
49454
49455         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
49456
49457 2011-10-25  Andreas Schwab  <schwab@redhat.com>
49458
49459         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
49460         condition.
49461         * elf/dl-fini.c (_dl_sort_fini): Likewise.
49462
49463 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
49464
49465         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
49466         .text section.  Avoid duplicate constants.
49467         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
49468         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49469         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49470         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49471         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49472         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49473         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49474         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49475         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
49476         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
49477         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
49478         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
49479         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
49480         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
49481         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
49482         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
49483         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
49484         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
49485         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
49486         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49487         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
49488         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
49489         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
49490         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
49491         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
49492         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
49493         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
49494         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
49495         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
49496         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
49497         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
49498         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
49499         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
49500         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
49501         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
49502         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
49503         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
49504         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
49505         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
49506         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
49507         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
49508         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
49509         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
49510         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
49511         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
49512
49513 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
49514
49515         * sysdeps/x86_64/dla.h: Move to ...
49516         * sysdeps/x86_64/fpu/dla.h: ...here.
49517         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
49518         situations.  Use __builtin_fma only for gcc 4.6 and up.
49519
49520         * config.make.in: Add have-mfma4 entry.
49521         * configure.in: Substitute libc_cv_cc_fma4.
49522         * math/Makefile (dbl-only-routines): Add sincostab.
49523         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
49524         Use __sincostab not sincos.
49525         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
49526         name is a macro.
49527         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49528         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49529         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49530         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
49531         using __copysign.
49532         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
49533         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
49534         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
49535         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
49536         and __inv.
49537         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
49538         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
49539         __copysign.
49540         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
49541         define aliases when function name is a macro.
49542         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
49543         sysdeps/ieee754/dbl-64/sincos.tbl.
49544         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
49545         fma4-enabled routines.
49546         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
49547         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
49548         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
49549         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
49550         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
49551         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
49552         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
49553         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
49554         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
49555         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
49556         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
49557         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
49558         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
49559         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
49560         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
49561         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
49562         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
49563         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
49564         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
49565         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
49566         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
49567         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
49568         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
49569         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
49570         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
49571         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
49572         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
49573         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
49574         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
49575         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
49576
49577         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
49578         rename.
49579         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49580         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49581         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49582         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49583         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49584         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49585         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49586         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49587
49588 2011-10-24  Andreas Schwab  <schwab@redhat.com>
49589
49590         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
49591
49592 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49593
49594         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
49595
49596         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
49597         prediction.
49598         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
49599
49600         * string/strnlen.c: Don't define STRNLEN, reverse logic.
49601         Remove unused variable magic_bits.
49602         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
49603
49604         * string/strnlen.c: Define and use STRNLEN macro.
49605         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
49606         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
49607         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
49608         * wcsmbs/wcslen.c: Define and use WCSLEN.
49609         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
49610         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
49611         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
49612         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
49613         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
49614         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
49615         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49616
49617 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49618
49619         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49620         strnlen-sse2-no-bsf.
49621         Rename strlen-no-bsf to strlen-sse2-no-bsf.
49622         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
49623         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
49624         Add strnlen support.
49625         (USE_AS_STRNLEN): New macro.
49626         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
49627         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
49628         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
49629         * sysdeps/x86_64/wcslen.S: New file.
49630
49631 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
49632
49633         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
49634         XMM-moves are used for copying on small sizes.
49635
49636 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49637
49638         * wcsmbs/Makefile (strop-tests): Add wcschr.
49639         * wcsmbs/test-wcschr.c: New file.
49640         * string/test-strchr.c: Update.
49641         Add wcschr support.
49642         (WIDE): New macro.
49643
49644 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49645
49646         * wcsmbs/Makefile (strop-tests): Add wcslen.
49647         * wcsmbs/test-wcslen.c: New file.
49648         * string/test-strlen.c: Update.
49649         Add wcslen support.
49650         (WIDE): New macro.
49651
49652 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49653
49654         * po/it.po: Update from translation team.
49655
49656 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49657
49658         * sysdeps/x86_64/wcscmp.S: Update.
49659         Fix wrong comparison semantics.
49660         wcscmp shall use signed comparison not unsigned.
49661         Don't use substraction to avoid overflow bug.
49662         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
49663         * wcsmbc/wcscmp.c: Likewise.
49664         * string/test-strcmp.c: Likewise.
49665         Add new tests to check cases with negative values.
49666
49667 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49668
49669         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
49670         * sysdeps/x86_64/dla.h: ...here.  New file.
49671         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
49672         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49673         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49674         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49675         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49676         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49677         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49678         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49679         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49680
49681 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
49682
49683         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
49684         __ynl_finite aliases.
49685
49686 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
49687
49688         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
49689
49690         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
49691         define DLA_FMA.
49692         [DLA_FMA] (EMULV): Use DLA_FMA.
49693         [DLA_FMA] (MUL12): Use EMULV.
49694         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
49695         that are not needed.
49696         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49697         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49698         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49699         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49700         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49701         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49702         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49703
49704 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
49705
49706         * math/s_nan.c: Undef __nan.
49707         * math/s_nanf.c: Undef __nanf.
49708         * math/s_nanl.c: Undef __nanl.
49709         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
49710         "math_private.h".
49711
49712 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
49713
49714         * math/s_catan.c: Add branch predictions.
49715         * math/s_catanf.c: Likewise.
49716         * math/s_catanh.c: Likewise.
49717         * math/s_catanhf.c: Likewise.
49718         * math/s_catanhl.c: Likewise.
49719         * math/s_catanl.c: Likewise.
49720         * math/s_cexp.c: Likewise.
49721         * math/s_cexpf.c: Likewise.
49722         * math/s_cexpl.c: Likewise.
49723         * math/s_clog.c: Likewise.
49724         * math/s_clog10.c: Likewise.
49725         * math/s_clog10f.c: Likewise.
49726         * math/s_clog10l.c: Likewise.
49727         * math/s_clogf.c: Likewise.
49728         * math/s_clogl.c: Likewise.
49729         * math/s_csqrt.c: Likewise.
49730         * math/s_csqrtf.c: Likewise.
49731         * math/s_csqrtl.c: Likewise.
49732         * math/s_ctanf.c: Likewise.
49733         * math/s_ctanh.c: Likewise.
49734         * math/s_ctanhf.c: Likewise.
49735         * math/s_ctanhl.c: Likewise.
49736         * math/s_ctanl.c: Likewise.
49737
49738         * math/math_private.h: Define __nan, __nanf, __nanl.
49739         * math/s_cacosh.c: Include <math_private.h>.
49740         * math/s_cacoshl.c: Likewise.
49741         * math/s_casinh.c: Likewise.
49742         * math/s_casinhf.c: Likewise.
49743         * math/s_casinhl.c: Likewise.
49744         * math/s_ccos.c: Rely entire on ccosh.
49745         * math/s_ccosf.c: Rely entire on ccoshf.
49746         * math/s_ccosl.c: Rely entirely on ccoshl.
49747         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
49748         Remove tests for FE_INVALID.
49749         * math/s_ccoshf.c: Likewise.
49750         * math/s_ccoshl.c: Likewise.
49751         * math/s_csin.c: Likewise.
49752         * math/s_csinf.c: Likewise.
49753         * math/s_csinh.c Likewise.
49754         * math/s_csinhf.c: Likewise.
49755         * math/s_csinhl.c: Likewise.
49756         * math/s_csinl.c: Likewise.
49757         * math/s_ctan.c: Likewise.
49758         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
49759         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
49760         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
49761
49762 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
49763
49764         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
49765         compilation problems.
49766
49767         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
49768         __builtin_expect.
49769
49770 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
49771
49772         * sysdeps/i386/configure.in: Test for -mfma4 option.
49773         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
49774         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
49775         COMMON_CPUID_INDEX_80000001.
49776         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
49777         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
49778         use it if FMA3 is not supported.
49779         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
49780
49781         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
49782         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49783
49784 2011-10-20  Andreas Schwab  <schwab@redhat.com>
49785
49786         [BZ #12892]
49787         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
49788         it would create a cycle with a link time dependency.
49789
49790 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
49791
49792         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
49793         instruction.
49794         * string/Makefile (strop-tests): Add rawmemchr.
49795         * string/test-rawmemchr.c: New file.
49796
49797         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49798         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
49799         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
49800         when compiling str{,n}casecmp and when AVX is available.  Hook up
49801         new optimized code in initializers.
49802
49803 2011-10-19  Andreas Schwab  <schwab@redhat.com>
49804
49805         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49806         __feraiseexcept instead of feraiseexcept.
49807
49808 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
49809
49810         * math/math_private.h: Define defaults for libc_fetestexcept and
49811         libc_feupdateenv.
49812         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49813         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49814         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49815         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49816         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49817         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49818         libc_fetestexcept and libc_feupdateenv.
49819
49820         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49821         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49822         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49823         * sysdeps/x86_64/fpu/math_private.h: Define special version of
49824         libc_feholdexcept_setround.
49825
49826         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49827         Add s_nearbyint-c and s_nearbyintf-c.
49828         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49829         nearbyintf inlines.
49830         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49831         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49832         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49833         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49834
49835         * math/math_private.h: Define defaults for libc_fegetround,
49836         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49837         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49838         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49839         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49840         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49841         standard functions.
49842         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49843         Remove comments and hacks for old compiler versions.
49844         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49845         libc_fegetround, libc_fesetround, libc_feholdexcept, and
49846         libc_feholdexceptl.
49847
49848 2011-10-18  Andreas Schwab  <schwab@redhat.com>
49849
49850         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
49851         (__feraiseexcept_renamed): Add __NTH.
49852         (feraiseexcept): Add __NTH.  Rename local variables to fix
49853         namespace violations.
49854
49855 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
49856
49857         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49858
49859         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49860
49861         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49862         recently added interfaces.
49863         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49864
49865         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49866         about macro parameter expansion.
49867
49868         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49869         __NO_MATH_INLINES is defined.  Cleanups.
49870
49871         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49872         and __floorf is target has SSE4.1.
49873         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49874         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49875         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49876         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49877
49878         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49879         name.
49880         (floorf): Likewise.
49881
49882         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49883
49884 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49885
49886         * misc/sys/cdefs.h: Fix last change.
49887
49888         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49889         database lookup.
49890
49891 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49892
49893         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49894
49895         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49896         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49897         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49898         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49899         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49900         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49901         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49902         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49903         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49904         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49905         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49906         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49907         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49908         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49909         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49910         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49911         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49912         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49913         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49914         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49915         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49916         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49917
49918         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49919         ceil, ceilf, floor, floorf.
49920
49921         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49922         Perform IRELATIVE relocations last.
49923
49924         * elf/do-rel.h: Add another parameter nrelative, replacing the
49925         local variable with the same name.  Change name of the function
49926         to end in Rel or Rela (uppercase).
49927         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49928         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49929         elf_dynamic_do_##reloc function.
49930
49931 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49932
49933         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49934         is sufficient, at least on modern CPUs.
49935
49936         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49937
49938         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49939         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49940
49941         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49942         __expl_finite.
49943         * math/bits/math-finite.h: Add entries for exp.
49944         * math/e_expl.c: Add __*_finite alias.
49945         * sysdeps/i386/fpu/e_exp.S: Likewise.
49946         * sysdeps/i386/fpu/e_expf.S: Likewise.
49947         * sysdeps/i386/fpu/e_expl.c: Likewise.
49948         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49949         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49950         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49951         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49952         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49953         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49954         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49955
49956         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49957         is sufficient, at least on modern CPUs.
49958
49959         * ctype/ctype-info.c (__ctype_init): Define.
49960         * include/ctype.h (__ctype_init): Declare.
49961         (__ctype_b_loc): The variable is always initialized.
49962         (__ctype_toupper_loc): Likewise.
49963         (__ctype_tolower_loc): Likewise.
49964         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49965         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49966
49967 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49968
49969         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49970
49971         * configure.in: Also look in $cxxmachine/include for C++ system
49972         headers.
49973
49974 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49975
49976         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49977         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49978         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49979         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49980         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49981         (USE_AS_WMEMCMP): New macro.
49982         Fixing indents.
49983         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49984         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49985         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49986         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49987         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49988         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49989         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49990         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49991         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49992         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49993         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49994         (USE_AS_WMEMCMP): New macro.
49995         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49996         * sysdeps/string/test-memcmp.c: Update.
49997         Fix simple_wmemcmp.
49998         Add new tests.
49999         * wcsmbs/wmemcmp.c: Update.
50000         (WMEMCMP): New macro.
50001         Fix overflow bug.
50002
50003 2011-10-12  Andreas Jaeger  <aj@suse.de>
50004
50005         [BZ #13268]
50006         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
50007
50008 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
50009
50010         * libio/iofwide.c (do_length): Avoid warning.
50011
50012         * ctype/ctype.h (__isctype_f): Add missing __THROW.
50013
50014 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
50015
50016         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
50017
50018         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
50019         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
50020         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
50021         * sysdeps/i386/i686/fpu/e_log.S: New file.
50022         * sysdeps/i386/i686/fpu/e_logf.S: New file.
50023         * sysdeps/i386/i686/fpu/e_logl.S: New file.
50024
50025         * ctype/ctype.h: Add support for inlined isXXX functions when
50026         compiling C++ code.
50027
50028 2011-10-14  Andreas Schwab  <schwab@redhat.com>
50029
50030         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50031
50032         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
50033
50034 2011-10-13  Roland McGrath  <roland@hack.frob.com>
50035
50036         [BZ #13291]
50037         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
50038
50039 2011-10-13  Andreas Schwab  <schwab@redhat.com>
50040
50041         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
50042         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
50043         feraiseexcept.
50044
50045         * sysdeps/x86_64/memrchr.S: Check for zero size.
50046
50047         * string/stratcliff.c: Add memrchr tests.
50048
50049 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50050
50051         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50052         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
50053         rawmemchr-sse2 rawmemchr-sse2-bsf.
50054         * sysdeps/i386/i686/multiarch/memchr.S: New file.
50055         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
50056         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
50057         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
50058         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
50059         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
50060         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
50061         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
50062         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
50063         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
50064         * string/memrchr.c (MEMRCHR): New macro.
50065
50066 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
50067
50068         Add integration with gcc's -ffinite-math-only and optimize wrapper
50069         functions in libm.
50070         * Versions.def: Define GLIBC_2.15 version for libm.
50071         * math/Makefile (headers): Add bits/math-finite.h.
50072         * math/bits/math-finite.h: New file.
50073         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
50074         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
50075         * math/e_acoshl.c: Add __*_finite alias.
50076         * math/e_acosl.c: Likewise.
50077         * math/e_asinl.c: Likewise.
50078         * math/e_atan2l.c: Likewise.
50079         * math/e_atanhl.c: Likewise.
50080         * math/e_coshl.c: Likewise.
50081         * math/e_exp10.c: Likewise.
50082         * math/e_exp10f.c: Likewise.
50083         * math/e_exp10l.c: Likewise.
50084         * math/e_exp2l.c: Likewise.
50085         * math/e_fmodl.c: Likewise.
50086         * math/e_gammal_r.c: Likewise.
50087         * math/e_hypotl.c: Likewise.
50088         * math/e_j0l.c: Likewise.
50089         * math/e_j1l.c: Likewise.
50090         * math/e_jnl.c: Likewise.
50091         * math/e_lgammal_r.c: Likewise.
50092         * math/e_log10l.c: Likewise.
50093         * math/e_log2l.c: Likewise.
50094         * math/e_logl.c: Likewise.
50095         * math/e_powl.c: Likewise.
50096         * math/e_sinhl.c: Likewise.
50097         * math/e_sqrtl.c: Likewise.
50098         * math/e_scalb.c: Completely rewritten and optimized.
50099         * math/e_scalbf.c: Likewise.
50100         * math/e_scalbl.c: Likewise.
50101         * math/w_acos.c: Likewise.
50102         * math/w_acosf.c: Likewise.
50103         * math/w_acosl.c: Likewise.
50104         * math/w_acosh.c: Likewise.
50105         * math/w_acoshf.c: Likewise.
50106         * math/w_acoshl.c: Likewise.
50107         * math/w_asin.c: Likewise.
50108         * math/w_asinf.c: Likewise.
50109         * math/w_asinl.c: Likewise.
50110         * math/w_atan2.c: Likewise.
50111         * math/w_atan2f.c: Likewise.
50112         * math/w_atan2l.c: Likewise.
50113         * math/w_atanh.c: Likewise.
50114         * math/w_atanhf.c: Likewise.
50115         * math/w_atanhl.c: Likewise.
50116         * math/w_exp10.c: Likewise.
50117         * math/w_exp10f.c: Likewise.
50118         * math/w_exp10l.c: Likewise.
50119         * math/w_fmod.c: Likewise.
50120         * math/w_fmodf.c: Likewise.
50121         * math/w_fmodl.c: Likewise.
50122         * math/w_j0.c: Likewise.
50123         * math/w_j0f.c: Likewise.
50124         * math/w_j0l.c: Likewise.
50125         * math/w_j1.c: Likewise.
50126         * math/w_j1f.c: Likewise.
50127         * math/w_j1l.c: Likewise.
50128         * math/w_jn.c: Likewise.
50129         * math/w_jnf.c: Likewise.
50130         * math/w_log.c: Likewise.
50131         * math/w_logf.c: Likewise.
50132         * math/w_logl.c: Likewise.
50133         * math/w_log10.c: Likewise.
50134         * math/w_log10f.c: Likewise.
50135         * math/w_log10l.c: Likewise.
50136         * math/w_log2.c: Likewise.
50137         * math/w_log2f.c: Likewise.
50138         * math/w_log2l.c: Likewise.
50139         * math/w_pow.c: Likewise.
50140         * math/w_powf.c: Likewise.
50141         * math/w_powl.c: Likewise.
50142         * math/w_remainder.c: Likewise.
50143         * math/w_remainderf.c: Likewise.
50144         * math/w_remainderl.c: Likewise.
50145         * math/w_scalb.c: Likewise.
50146         * math/w_scalbf.c: Likewise.
50147         * math/w_scalbl.c: Likewise.
50148         * math/w_sqrt.c: Likewise.
50149         * math/w_sqrtf.c: Likewise.
50150         * math/w_sqrtl.c: Likewise.
50151         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
50152         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
50153         used.
50154         * math/math_private.h: Declare __kernel_standard_f.
50155         * math/w_cosh.c: Remove cruft and optimize a bit.
50156         * math/w_coshf.c: Likewise.
50157         * math/w_coshl.c: Likewise.
50158         * math/w_exp2.c: Likewise.
50159         * math/w_exp2f.c: Likewise.
50160         * math/w_exp2l.c: Likewise.
50161         * math/w_hypot.c: Likewise.
50162         * math/w_hypotf.c: Likewise.
50163         * math/w_hypotl.c: Likewise.
50164         * math/w_lgamma.c: Likewise.
50165         * math/w_lgamma_r.c: Likewise.
50166         * math/w_lgammaf.c: Likewise.
50167         * math/w_lgammaf_r.c: Likewise.
50168         * math/w_lgammal.c: Likewise.
50169         * math/w_lgammal_r.c: Likewise.
50170         * math/w_sinh.c: Likewise.
50171         * math/w_sinhf.c: Likewise.
50172         * math/w_sinhl.c: Likewise.
50173         * math/w_tgamma.c: Likewise.
50174         * math/w_tgammaf.c: Likewise.
50175         * math/w_tgammal.c: Likewise.
50176         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50177         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50178         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
50179         Minor optimizations.  Pretty printing.  Remove cruft.
50180         * sysdeps/i386/fpu/e_acosf.S: Likewise.
50181         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50182         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50183         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50184         * sysdeps/i386/fpu/e_acosl.c: Likewise.
50185         * sysdeps/i386/fpu/e_asin.S: Likewise.
50186         * sysdeps/i386/fpu/e_asinf.S: Likewise.
50187         * sysdeps/i386/fpu/e_atan2.S: Likewise.
50188         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
50189         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
50190         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50191         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50192         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50193         * sysdeps/i386/fpu/e_exp10.S: Likewise.
50194         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
50195         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
50196         * sysdeps/i386/fpu/e_exp2.S: Likewise.
50197         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
50198         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
50199         * sysdeps/i386/fpu/e_fmod.S: Likewise.
50200         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
50201         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
50202         * sysdeps/i386/fpu/e_hypot.S: Likewise.
50203         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
50204         * sysdeps/i386/fpu/e_log.S: Likewise.
50205         * sysdeps/i386/fpu/e_log10.S: Likewise.
50206         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50207         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50208         * sysdeps/i386/fpu/e_log2.S: Likewise.
50209         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50210         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50211         * sysdeps/i386/fpu/e_logf.S: Likewise.
50212         * sysdeps/i386/fpu/e_logl.S: Likewise.
50213         * sysdeps/i386/fpu/e_pow.S: Likewise.
50214         * sysdeps/i386/fpu/e_powf.S: Likewise.
50215         * sysdeps/i386/fpu/e_powl.S: Likewise.
50216         * sysdeps/i386/fpu/e_remainder.S: Likewise.
50217         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
50218         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
50219         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50220         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50221         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50222         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
50223         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
50224         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
50225         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
50226         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50227         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50228         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
50229         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50230         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
50231         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
50232         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
50233         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50234         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
50235         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
50236         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
50237         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50238         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
50239         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
50240         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50241         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
50242         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
50243         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50244         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50245         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
50246         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
50247         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50248         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50249         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
50250         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
50251         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50252         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
50253         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
50254         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
50255         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50256         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
50257         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50258         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
50259         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
50260         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
50261         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
50262         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
50263         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
50264         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
50265         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
50266         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
50267         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
50268         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
50269         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50270         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
50271         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
50272         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
50273         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
50274         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
50275         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
50276         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
50277         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
50278         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50279         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
50280         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
50281         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
50282         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
50283         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
50284         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
50285         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
50286         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
50287         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50288         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50289         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
50290         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
50291         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
50292         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
50293         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
50294         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
50295         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
50296         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
50297         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
50298         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
50299         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
50300         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
50301         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
50302         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
50303         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50304         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
50305         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50306         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
50307         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
50308         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50309         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50310         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
50311         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50312         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
50313         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
50314         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
50315         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50316         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
50317         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
50318         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
50319         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50320         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50321         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50322         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
50323         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
50324         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
50325         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
50326         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
50327         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
50328         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
50329         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50330         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50331         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50332         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50333         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
50334         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50335         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
50336         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
50337         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
50338         (__isnanf): Likewise.
50339         (__isinf_ns): Likewise.
50340         (__isinf_nsf): Likewise.
50341         (__finite): Likewise.
50342         (__finitef): Likewise.
50343         (__ieee754_sqrt): Define as macro.
50344         (__ieee754_sqrtf): Define as macro.
50345         (__ieee754_sqrtl): Define as macro.
50346         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
50347         inlined copy.
50348         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
50349         __FINITE_MATH_ONLY__ consistent.
50350         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
50351
50352 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
50353
50354         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
50355         of rawmemchr.
50356
50357         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
50358
50359 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
50360
50361         * po/ja.po: Update from translation team.
50362
50363 2011-10-08  Roland McGrath  <roland@hack.frob.com>
50364
50365         * locale/programs/locarchive.c (prepare_address_space): New function.
50366         (create_archive, enlarge_archive, open_archive): Use it.
50367
50368         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
50369         inside [SHARED], where it is used.
50370
50371         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
50372
50373         * nss/getent.c (netgroup_keys): Remove unused variable.
50374         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
50375
50376 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
50377
50378         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
50379         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
50380         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
50381         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
50382         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
50383         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
50384         * math/Makefile (libm-calls): Add s_isinf_ns.
50385         * math/divtc3.c: Use __isinf_nsl instead of isinf.
50386         * math/multc3.c: Likewise.
50387         * math/s_casin.c: Likewise.
50388         * math/s_casinf.c: Likewise.
50389         * math/s_casinl.c: Likewise.
50390         * math/s_ccos.c: Likewise.
50391         * math/s_ccosf.c: Likewise.
50392         * math/s_ccosl.c: Likewise.
50393         * math/s_ctan.c: Likewise.
50394         * math/s_ctanf.c: Likewise.
50395         * math/s_ctanh.c: Likewise.
50396         * math/s_ctanhf.c: Likewise.
50397         * math/s_ctanhl.c: Likewise.
50398         * math/s_ctanl.c: Likewise.
50399         * math/w_fmod.c: Likewise.
50400         * math/w_fmodf.c: Likewise.
50401         * math/w_fmodl.c: Likewise.
50402         * math/w_remainder.c: Likewise.
50403         * math/w_remainderf.c: Likewise.
50404         * math/w_remainderl.c: Likewise.
50405         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
50406         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
50407         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
50408         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
50409         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
50410         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
50411         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
50412         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
50413
50414         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
50415         of the number.
50416         * stdio-common/printf_fphex.c: Likewise.
50417         * stdio-common/printf_size.c: Likewise.
50418
50419         * math/e_exp10.c: Include math_private.h using <...> not "...".
50420         * math/e_exp10f.c: Likewise.
50421         * math/e_exp10l.c: Likewise.
50422         * math/e_exp2l.c: Likewise.
50423         * math/e_j0l.c: Likewise.
50424         * math/e_j1l.c: Likewise.
50425         * math/e_jnl.c: Likewise.
50426         * math/e_lgammal_r.c: Likewise.
50427         * math/e_rem_pio2l.c: Likewise.
50428         * math/e_scalb.c: Likewise.
50429         * math/e_scalbf.c: Likewise.
50430         * math/e_scalbl.c: Likewise.
50431         * math/k_cosl.c: Likewise.
50432         * math/k_sinl.c: Likewise.
50433         * math/k_tanl.c: Likewise.
50434         * math/s_cacoshf.c: Likewise.
50435         * math/s_catan.c: Likewise.
50436         * math/s_catanf.c: Likewise.
50437         * math/s_catanh.c: Likewise.
50438         * math/s_catanhf.c: Likewise.
50439         * math/s_catanhl.c: Likewise.
50440         * math/s_catanl.c: Likewise.
50441         * math/s_ccosh.c: Likewise.
50442         * math/s_ccoshf.c: Likewise.
50443         * math/s_ccoshl.c: Likewise.
50444         * math/s_cexp.c: Likewise.
50445         * math/s_cexpf.c: Likewise.
50446         * math/s_cexpl.c: Likewise.
50447         * math/s_clog.c: Likewise.
50448         * math/s_clog10.c: Likewise.
50449         * math/s_clog10f.c: Likewise.
50450         * math/s_clog10l.c: Likewise.
50451         * math/s_clogf.c: Likewise.
50452         * math/s_clogl.c: Likewise.
50453         * math/s_csin.c: Likewise.
50454         * math/s_csinf.c: Likewise.
50455         * math/s_csinh.c: Likewise.
50456         * math/s_csinhf.c: Likewise.
50457         * math/s_csinhl.c: Likewise.
50458         * math/s_csinl.c: Likewise.
50459         * math/s_csqrt.c: Likewise.
50460         * math/s_csqrtf.c: Likewise.
50461         * math/s_csqrtl.c: Likewise.
50462         * math/s_ctan.c: Likewise.
50463         * math/s_ctanf.c: Likewise.
50464         * math/s_ctanh.c: Likewise.
50465         * math/s_ctanhf.c: Likewise.
50466         * math/s_ctanhl.c: Likewise.
50467         * math/s_ctanl.c: Likewise.
50468         * math/s_ldexp.c: Likewise.
50469         * math/s_ldexpf.c: Likewise.
50470         * math/s_ldexpl.c: Likewise.
50471         * math/s_significand.c: Likewise.
50472         * math/s_significandf.c: Likewise.
50473         * math/s_significandl.c: Likewise.
50474         * math/w_acos.c: Likewise.
50475         * math/w_acosf.c: Likewise.
50476         * math/w_acosh.c: Likewise.
50477         * math/w_acoshf.c: Likewise.
50478         * math/w_acoshl.c: Likewise.
50479         * math/w_acosl.c: Likewise.
50480         * math/w_asin.c: Likewise.
50481         * math/w_asinf.c: Likewise.
50482         * math/w_asinl.c: Likewise.
50483         * math/w_atan2.c: Likewise.
50484         * math/w_atan2f.c: Likewise.
50485         * math/w_atan2l.c: Likewise.
50486         * math/w_atanh.c: Likewise.
50487         * math/w_atanhf.c: Likewise.
50488         * math/w_atanhl.c: Likewise.
50489         * math/w_cosh.c: Likewise.
50490         * math/w_coshf.c: Likewise.
50491         * math/w_coshl.c: Likewise.
50492         * math/w_dremf.c: Likewise.
50493         * math/w_exp10.c: Likewise.
50494         * math/w_exp10f.c: Likewise.
50495         * math/w_exp10l.c: Likewise.
50496         * math/w_exp2.c: Likewise.
50497         * math/w_exp2f.c: Likewise.
50498         * math/w_fmod.c: Likewise.
50499         * math/w_fmodf.c: Likewise.
50500         * math/w_fmodl.c: Likewise.
50501         * math/w_hypot.c: Likewise.
50502         * math/w_hypotf.c: Likewise.
50503         * math/w_hypotl.c: Likewise.
50504         * math/w_j0.c: Likewise.
50505         * math/w_j0f.c: Likewise.
50506         * math/w_j0l.c: Likewise.
50507         * math/w_j1.c: Likewise.
50508         * math/w_j1f.c: Likewise.
50509         * math/w_j1l.c: Likewise.
50510         * math/w_jn.c: Likewise.
50511         * math/w_jnf.c: Likewise.
50512         * math/w_jnl.c: Likewise.
50513         * math/w_lgamma.c: Likewise.
50514         * math/w_lgamma_r.c: Likewise.
50515         * math/w_lgammaf.c: Likewise.
50516         * math/w_lgammaf_r.c: Likewise.
50517         * math/w_lgammal.c: Likewise.
50518         * math/w_lgammal_r.c: Likewise.
50519         * math/w_log.c: Likewise.
50520         * math/w_log10.c: Likewise.
50521         * math/w_log10f.c: Likewise.
50522         * math/w_log10l.c: Likewise.
50523         * math/w_log2.c: Likewise.
50524         * math/w_log2f.c: Likewise.
50525         * math/w_log2l.c: Likewise.
50526         * math/w_logf.c: Likewise.
50527         * math/w_logl.c: Likewise.
50528         * math/w_pow.c: Likewise.
50529         * math/w_powf.c: Likewise.
50530         * math/w_powl.c: Likewise.
50531         * math/w_remainder.c: Likewise.
50532         * math/w_remainderf.c: Likewise.
50533         * math/w_remainderl.c: Likewise.
50534         * math/w_scalb.c: Likewise.
50535         * math/w_scalbf.c: Likewise.
50536         * math/w_scalbl.c: Likewise.
50537         * math/w_sinh.c: Likewise.
50538         * math/w_sinhf.c: Likewise.
50539         * math/w_sinhl.c: Likewise.
50540         * math/w_sqrt.c: Likewise.
50541         * math/w_sqrtf.c: Likewise.
50542         * math/w_sqrtl.c: Likewise.
50543         * math/w_tgamma.c: Likewise.
50544         * math/w_tgammaf.c: Likewise.
50545         * math/w_tgammal.c: Likewise.
50546
50547         * po/ja.po: Update from translation team.
50548
50549 2011-09-29  Andreas Jaeger  <aj@suse.de>
50550
50551         [BZ #13179]
50552         * sunrpc/netname.c (netname2host): Fix logic.
50553
50554         [BZ #6779]
50555         [BZ #6783]
50556         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
50557         correctly.
50558         * math/w_remainder.c (__remainder): Likewise.
50559         * math/w_remainderf.c (__remainderf): Likewise.
50560         * math/libm-test.inc (remainder_test): Add test cases.
50561
50562 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50563
50564         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
50565         sdiv_qrnnd.
50566
50567 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
50568
50569         * string/test-memcmp.c: Avoid unncessary #defines.
50570         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50571
50572 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50573
50574         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
50575         Use new sse2 version for core i3 - i7 as it's faster
50576         than sse42 version.
50577         (bit_Prefer_PMINUB_for_stringop): New.
50578         * sysdeps/x86_64/rawmemchr.S: Update.
50579         Replace with faster SSE2 version.
50580         * sysdeps/x86_64/memrchr.S: New file.
50581         * sysdeps/x86_64/memchr.S: Update.
50582         Replace with faster SSE2 version.
50583
50584 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
50585
50586         * elf/dl-load.c (lose): Add cast to avoid warning.
50587
50588 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
50589
50590         * po/ca.po: Update from translation team.
50591
50592         * inet/getnetgrent_r.c: Hook up nscd.
50593         * nscd/Makefile (routines): Add nscd_netgroup.
50594         (nscd-modules): Add netgroupcache.
50595         (CFLAGS-netgroupcache.c): Define.
50596         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
50597         (cache_search): Add const to second parameter.
50598         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
50599         INNETGR.
50600         (dbs): Add netgrdb entry.
50601         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
50602         (verify_persistent_db): Handle netgrdb.
50603         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
50604         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
50605         GETFDNETGR.
50606         (netgroup_response_header): Define.
50607         (innetgroup_response_header): Define.
50608         (datahead): Add netgroup_response_header and innetgroup_response_header
50609         elements.
50610         * nscd/nscd.conf: Add entries for netgroup cache.
50611         * nscd/nscd.h (dbtype): Add netgrdb.
50612         (_PATH_NSCD_NETGROUP_DB): Define.
50613         (netgroup_iov_disabled): Declare.
50614         (xmalloc, xcalloc, xrealloc): Move declarations here.
50615         (cache_search): Adjust prototype.
50616         Add netgroup-related prototypes.
50617         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
50618         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
50619         (__nscd_innetgr): Declare.
50620         * nscd/selinux.c (perms): Use access_vector_t as element type and
50621         add netgroup-related initializers.
50622         * nscd/netgroupcache.c: New file.
50623         * nscd/nscd_netgroup.c: New file.
50624         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
50625         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
50626         For four parameters use innetgr.
50627         * nss/nss_files/files-init.c: Add definition and callback for netgr.
50628         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
50629         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
50630         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
50631
50632         * nscd/connections.c (register_traced_file): Don't register file
50633         for disabled databases.
50634
50635 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
50636
50637         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
50638
50639         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
50640         from tree and freeing node.
50641
50642 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
50643
50644         * nss/nsswitch.c (__nss_database_lookup): Handle
50645         nss_parse_service_list out of memory case.
50646
50647 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
50648
50649         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
50650         out of memory case.
50651
50652 2011-10-04  Andreas Schwab  <schwab@redhat.com>
50653
50654         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
50655         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
50656         pass it down.
50657         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
50658         elf_machine_rela, elf_machine_lazy_rel.
50659         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
50660         (ELF_DYNAMIC_DO_REL): Likewise.
50661         (ELF_DYNAMIC_DO_RELA): Likewise.
50662         (ELF_DYNAMIC_RELOCATE): Likewise.
50663         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
50664         to ELF_DYNAMIC_DO_REL.
50665         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
50666         (dl_main): In trace mode always set __RTLD_NOIFUNC.
50667         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
50668         elf_machine_rela.
50669         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
50670         skip_ifunc, don't call ifunc function if non-zero.
50671         (elf_machine_rela): Likewise.
50672         (elf_machine_lazy_rel): Likewise.
50673         (elf_machine_lazy_rela): Likewise.
50674         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
50675         (elf_machine_lazy_rel): Likewise.
50676         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
50677         Likewise.
50678         (elf_machine_lazy_rel): Likewise.
50679         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50680         Likewise.
50681         (elf_machine_lazy_rel): Likewise.
50682         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
50683         (elf_machine_lazy_rel): Likewise.
50684         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
50685         (elf_machine_lazy_rel): Likewise.
50686         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
50687         (elf_machine_lazy_rel): Likewise.
50688         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
50689         (elf_machine_lazy_rel): Likewise.
50690         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
50691         (elf_machine_lazy_rel): Likewise.
50692         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
50693         (elf_machine_lazy_rel): Likewise.
50694
50695 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
50696
50697         * nss/nss_files/files-init.c (_nss_files_init): Use static
50698         initialization for all the *_traced_file variables.
50699
50700 2011-09-28  Andreas Schwab  <schwab@redhat.com>
50701
50702         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50703
50704 2011-09-27  Roland McGrath  <roland@hack.frob.com>
50705
50706         [BZ #13226]
50707         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
50708
50709 2011-09-27  Andreas Schwab  <schwab@redhat.com>
50710
50711         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50712         Reread the line before reparsing it.
50713
50714 2011-09-26  Andreas Schwab  <schwab@redhat.com>
50715
50716         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
50717
50718 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
50719             Maxim Kuvyrkov  <maxim@codesourcery.com>
50720             Joseph Myers  <joseph@codesourcery.com>
50721
50722         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
50723         if needed for __stack_chk_guard.
50724
50725 2011-09-19  Roland McGrath  <roland@hack.frob.com>
50726
50727         * sysdeps/posix/spawni.c (script_execute): Always define it.
50728         It will be optimized away if unused.
50729         (maybe_script_execute): New function.
50730         (__spawni): Call it.
50731
50732         * Makerules: Don't include tls.make.
50733         (config-tls): Always set to thread.
50734         * tls.make.c: File removed.
50735
50736 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
50737
50738         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
50739         * config.make.in (CPPFLAGS-config): New substituted variable.
50740
50741 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50742
50743         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
50744
50745         [BZ #13192]
50746         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
50747         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
50748
50749 2011-09-15  Roland McGrath  <roland@hack.frob.com>
50750
50751         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
50752         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
50753         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50754         (CALL_FAIL): Likewise.
50755         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
50756         (CALL_FAIL): Macro removed.
50757         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
50758
50759 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50760
50761         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
50762         for __FINITE_MATH_ONLY__ == 1.
50763
50764 2011-09-15  Andreas Schwab  <schwab@redhat.com>
50765
50766         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
50767         __ieee754_sqrt instead of sqrt.
50768         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
50769         __ieee754_sqrtf instead of sqrtf.
50770         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
50771         __floorf instead of floorf.
50772         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
50773         __floorf, __truncf instead of floorf, truncf.
50774
50775 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
50776
50777         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
50778
50779         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
50780         __extern_always_inline.
50781         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
50782         32-bit.
50783
50784 2011-09-14  Andreas Schwab  <schwab@redhat.com>
50785
50786         * elf/rtld.c (dl_main): Also relocate in dependency order when
50787         doing symbol dependency testing.
50788
50789 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
50790
50791         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50792         Always define `refsym'.
50793
50794 2011-09-13  Andreas Schwab  <schwab@redhat.com>
50795
50796         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50797         (__FD_ELT): Renamed from __FDELT.
50798         * misc/bits/select2.h (__FD_ELT): Likewise.
50799         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50800         __FD_MASK instead of __FDELT, __FDMASK.
50801         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50802         Likewise.
50803         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50804         Likewise.
50805
50806         * elf/Makefile (gen-ldd): Fix pattern.
50807
50808         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50809         (init_tls): Likewise.
50810
50811 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
50812
50813         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50814
50815 2011-09-12  Andreas Schwab  <schwab@redhat.com>
50816
50817         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50818         `struct cmsghdr *' instead of `void *'.
50819         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50820         Likewise.
50821
50822 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
50823
50824         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50825         if non-absolute.
50826         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50827         ldd_rewrite_script.
50828
50829 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
50830
50831         * configure.in: Remove --with-tls option.
50832         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50833         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50834         out in case it is missing.
50835         * sysdeps/ia64/elf/configure.in: Likewise.
50836         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50837         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50838         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50839         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50840         * sysdeps/sh/elf/configure.in: Likewise.
50841         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50842         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50843         * sysdeps/x86_64/elf/configure.in: Likewise.
50844         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50845         * sysdeps/mach/hurd/tls.h: Likewise.
50846
50847         [BZ #13067]
50848         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50849
50850         [BZ #13090]
50851         * configure.in: Fix use of AC_INIT.
50852
50853         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50854
50855 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
50856
50857         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50858         __set_errno.
50859         * malloc/hooks.c: Likewise.
50860
50861         [BZ #11929]
50862         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50863         variables statically.
50864         (narenas): Initialize.
50865         (list_lock): Initialize.
50866         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50867         initializtion of main_arena and list_lock.  Small cleanups.
50868         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50869         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50870         Add initializers to main_arena and mp_.
50871         (malloc_state): Remove pagesize member.  Change all users to use
50872         GLRO(dl_pagesize).
50873
50874         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50875         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50876         is always initialized.
50877
50878         * malloc/malloc.c: Removed unused configurations and dead code.
50879         * malloc/arena.c: Likewise.
50880         * malloc/hooks.c: Likewise.
50881         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50882
50883         * include/tls.h: Removed.  USE___THREAD must always be defined.
50884         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50885         * elf/dl-libc.c: Likewise.
50886         * elf/dl-tsd.c: Likewise.
50887         * include/errno.h: Likewise.
50888         * include/netdb.h: Likewise.
50889         * include/resolv.h: Likewise.
50890         * inet/herrno-loc.c: Likewise.
50891         * inet/herrno.c: Likewise.
50892         * malloc/arena.c: Likewise.
50893         * malloc/hooks.c: Likewise.
50894         * malloc/malloc.c: Likewise.
50895         * resolv/res-state.c: Likewise.
50896         * resolv/res_libc.c: Likewise.
50897         * sysdeps/i386/dl-machine.h: Likewise.
50898         * sysdeps/ia64/dl-machine.h: Likewise.
50899         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50900         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50901         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50902         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50903         * sysdeps/sh/dl-machine.h: Likewise.
50904         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50905         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50906         * sysdeps/unix/i386/sysdep.S: Likewise.
50907         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50908         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50909         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50910         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50911         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50912         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50913         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50914         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50915         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50916         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50917         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50918         * sysdeps/x86_64/dl-machine.h: Likewise.
50919         * tls.make.c: Likewise.
50920
50921         * configure.in: Remove --with-__thread option.  Make tests for
50922         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50923         tls_model attribute fail if no support is available.  Remove
50924         USE_IN_LIBIO.
50925         * Makeconfig: Adjust for dropped configure option.  All features are
50926         now mandatory.
50927         * Makerules: Likewise.
50928         * Versions.def: Likewise.
50929         * argp/argp-fmtstream.c: Likewise.
50930         * argp/argp-fmtstream.h: Likewise.
50931         * argp/argp-help.c: Likewise.
50932         * assert/assert.c: Likewise.
50933         * config.h.in: Likewise.
50934         * config.make.in: Likewise.
50935         * configure: Likewise.
50936         * configure.in: Likewise.
50937         * csu/Versions: Likewise.
50938         * csu/init.c: Likewise.
50939         * elf/tst-audit2.c: Likewise.
50940         * elf/tst-tls10.c: Likewise.
50941         * elf/tst-tls10.h: Likewise.
50942         * elf/tst-tls11.c: Likewise.
50943         * elf/tst-tls12.c: Likewise.
50944         * elf/tst-tls14.c: Likewise.
50945         * elf/tst-tlsmod11.c: Likewise.
50946         * elf/tst-tlsmod12.c: Likewise.
50947         * elf/tst-tlsmod13.c: Likewise.
50948         * elf/tst-tlsmod13a.c: Likewise.
50949         * elf/tst-tlsmod14a.c: Likewise.
50950         * elf/tst-tlsmod15b.c: Likewise.
50951         * elf/tst-tlsmod16a.c: Likewise.
50952         * elf/tst-tlsmod16b.c: Likewise.
50953         * elf/tst-tlsmod7.c: Likewise.
50954         * elf/tst-tlsmod8.c: Likewise.
50955         * elf/tst-tlsmod9.c: Likewise.
50956         * gmon/gmon.c: Likewise.
50957         * grp/fgetgrent_r.c: Likewise.
50958         * grp/putgrent.c: Likewise.
50959         * hurd/fopenport.c: Likewise.
50960         * include/libc-symbols.h: Likewise.
50961         * include/tls.h: Likewise.
50962         * intl/gettextP.h: Likewise.
50963         * intl/loadinfo.h: Likewise.
50964         * locale/global-locale.c: Likewise.
50965         * locale/localeinfo.h: Likewise.
50966         * mach/devstream.c: Likewise.
50967         * malloc/arena.c: Likewise.
50968         * malloc/set-freeres.c: Likewise.
50969         * misc/err.c: Likewise.
50970         * misc/getttyent.c: Likewise.
50971         * misc/mntent_r.c: Likewise.
50972         * posix/getopt.c: Likewise.
50973         * posix/wordexp.c: Likewise.
50974         * pwd/fgetpwent_r.c: Likewise.
50975         * resolv/Versions: Likewise.
50976         * resolv/res_hconf.c: Likewise.
50977         * shadow/fgetspent_r.c: Likewise.
50978         * shadow/putspent.c: Likewise.
50979         * stdio-common/printf_fphex.c: Likewise.
50980         * stdio-common/tmpfile.c: Likewise.
50981         * stdlib/abort.c: Likewise.
50982         * stdlib/fmtmsg.c: Likewise.
50983         * sunrpc/auth_unix.c: Likewise.
50984         * sunrpc/clnt_perr.c: Likewise.
50985         * sunrpc/clnt_tcp.c: Likewise.
50986         * sunrpc/clnt_udp.c: Likewise.
50987         * sunrpc/clnt_unix.c: Likewise.
50988         * sunrpc/openchild.c: Likewise.
50989         * sunrpc/svc_simple.c: Likewise.
50990         * sunrpc/svc_tcp.c: Likewise.
50991         * sunrpc/svc_udp.c: Likewise.
50992         * sunrpc/svc_unix.c: Likewise.
50993         * sunrpc/xdr.c: Likewise.
50994         * sunrpc/xdr_array.c: Likewise.
50995         * sunrpc/xdr_rec.c: Likewise.
50996         * sunrpc/xdr_ref.c: Likewise.
50997         * sunrpc/xdr_stdio.c: Likewise.
50998
50999 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51000
51001         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51002
51003 2011-07-03  Andreas Jaeger  <aj@suse.de>
51004
51005         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
51006         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
51007         regenerate with gen-libm-tests.pl.
51008
51009 2010-05-12  Petr Baudis  <pasky@suse.cz>
51010
51011         [BZ #11589]
51012         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
51013         around j0() zero points by switching to j1().
51014         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51015         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51016         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51017         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51018
51019 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51020
51021         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
51022         instead of 0.
51023         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
51024         instead of 0.
51025         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51026         Patch in part by Pavel Roskin <proski@gnu.org>.
51027
51028         [BZ #13138]
51029         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
51030         realloc.
51031         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
51032         Free memory block if necessary.
51033
51034         [BZ #12847]
51035         * libio/genops.c (INTDEF): For string streams the _lock pointer can
51036         be NULL.  Don't lock in this case.
51037
51038 2011-09-09  Roland McGrath  <roland@hack.frob.com>
51039
51040         * elf/elf.h (ELFOSABI_GNU): New macro.
51041         (ELFOSABI_LINUX): Define to that.
51042
51043 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
51044
51045         * string/strncat.c (strncat): Undef the symbol in case it has been
51046         defined in bits/string.h.
51047
51048 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51049
51050         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
51051
51052         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
51053         link map.
51054
51055 2011-08-17  Andreas Jaeger  <aj@suse.de>
51056
51057         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
51058
51059 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
51060             Ian Lance Taylor  <iant@google.com>
51061
51062         * math/libm-test.inc (lround_test): New testcase.
51063         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
51064
51065 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
51066
51067         * Makefile: Remove support for automatic cvs check-ins.
51068         * Makerules: Likewise.
51069         * config.make.in: Likewise.
51070         * configure.in: Likewise.
51071         * intl/Makefile: Likewise.
51072         * locale/Makefile: Likewise.
51073         * po/Makefile: Likewise.
51074         * posix/Makefile: Likewise.
51075         * sysdeps/gnu/Makefile: Likewise.
51076         * sysdeps/mach/hurd/Makefile: Likewise.
51077         * sysdeps/sparc/sparc32/Makefile: Likewise.
51078
51079         [BZ #13118]
51080         * posix/Makefile (bug-regex32-ENV): Define.
51081         Patch by John Stanley <jpsinthemix@verizon.net>.
51082
51083         * misc/Makefile (headers): Add bits/select2.h.
51084         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
51085         * misc/bits/select2.h: New file.
51086         * include/bits/select2.h: New file.
51087         * debug/Makefile (routines): Add fdelt_chk.
51088         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
51089         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
51090         FD_ISSET.
51091         * debug/fdelt_chk.c: New file.
51092
51093         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
51094         * wcsmbs/test-wmemcmp.c: Likewise.
51095         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
51096         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
51097
51098 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51099
51100         * string/Makefile (strop-tests): Add memcmp.
51101         * string/test-wmemcmp.c: New file.
51102         * string/test-memcmp.c: Add wmemcmp support.
51103
51104 2011-09-08  Roland McGrath  <roland@hack.frob.com>
51105
51106         [BZ #13153]
51107         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
51108         2011-07-19 change.
51109
51110         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
51111         garbage value in a __mach_port_mod_refs call in the cases of the
51112         task-self and thread-self ports.
51113
51114 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51115
51116         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
51117
51118 2011-09-08  Andreas Schwab  <schwab@redhat.com>
51119
51120         * elf/dl-load.c (lose): Check for non-null L.
51121
51122 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
51123
51124         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
51125
51126         * elf/dl-libc.c (dlerror_run): Pass back error code from
51127         dl_catch_error.
51128
51129         [BZ #13123]
51130         * elf/dl-load.c (lose): Free l_origin if it is valid.
51131
51132         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
51133         names.
51134         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
51135         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
51136         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
51137         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
51138         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
51139         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
51140
51141 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51142
51143         * sysdeps/powerpc/fpu/e_hypot.c: New file.
51144         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
51145         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
51146         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
51147         * sysdeps/powerpc/fpu/k_cosf.c: New file.
51148         * sysdeps/powerpc/fpu/k_sinf.c: New file.
51149         * sysdeps/powerpc/fpu/s_cosf.c: New file.
51150         * sysdeps/powerpc/fpu/s_sinf.c: New file.
51151         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
51152         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
51153
51154 2011-08-15  Alan Modra  <amodra@gmail.com>
51155
51156         [BZ #13092]
51157         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
51158         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
51159         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
51160         ppc_mcount to static-only-routines.
51161         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
51162         __mcount_internal.
51163         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
51164         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
51165
51166 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
51167
51168         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
51169         for finite and infinity parameters.
51170
51171 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51172
51173         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
51174         and add nop instructions for throughput optimization.
51175         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51176
51177 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
51178
51179         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
51180         aligned copy for power7 with vector-scalar instructions.
51181         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
51182
51183 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
51184
51185         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
51186         AVX check.
51187
51188 2011-09-07  Andreas Schwab  <schwab@redhat.com>
51189
51190         [BZ #13144]
51191         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
51192         last change.
51193
51194 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
51195
51196         * sysdeps/unix/sysv/linux/x86_64/init-first.c
51197         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
51198         syscall wrapper around clock_gettime in __vdso_clock_gettime.
51199         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
51200         clock_gettime.
51201
51202 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
51203
51204         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
51205         Forgot to demangle the pointer.
51206
51207         * sysdeps/i386/sysdep.h: Define atom_text_section.
51208         * sysdeps/x86_64/sysdep.h: Likewise.
51209         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
51210         section with atom_text_section.
51211         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
51212         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
51213         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
51214         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51215         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
51216
51217         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
51218         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
51219         already be defined.  Change to take two parameters and don't assign
51220         result to variable.  Adjust all users.
51221         Define INTERNAL_GETTIME if not already defined.
51222         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
51223         call.
51224         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
51225         HAVE_CLOCK_GETTIME_VSYSCALL.
51226         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
51227
51228         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
51229         gettimeofday vsyscall, just use time.
51230
51231 2011-09-06  Andreas Schwab  <schwab@redhat.com>
51232
51233         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
51234         <errno.h>.
51235
51236 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
51237
51238         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
51239         syscall on x86-64.
51240         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
51241         syscall.
51242         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
51243         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
51244         syscall if possible.
51245
51246 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
51247
51248         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
51249         e_ident.  Don't pass to find_mapsXX.
51250         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
51251
51252 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51253
51254         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51255         strchr-sse2-no-bsf strrchr-sse2-no-bsf
51256         * sysdeps/x86_64/multiarch/strchr.S: Update.
51257         Check bit_slow_BSF bit.
51258         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
51259         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
51260         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
51261
51262 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
51263
51264         [BZ #13134]
51265         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
51266         before glibc 2.15.
51267         (tryshell): Define.
51268         (__spawni): Change last parameter to be flag.  Test
51269         SPAWN_XFLAGS_USE_PATH flag to use path or not.
51270         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
51271         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
51272         * posix/spawni.c: Likewise.
51273         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
51274         * posix/spawnp.c: Likewise.  Change normal version to use
51275         SPAWN_XFLAGS_USE_PATH.
51276         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
51277         SPAWN_XFLAGS_TRY_SHELL.
51278
51279         [BZ #13150]
51280         * posix/glob.h: Remove gcc 1.x support.
51281
51282         [BZ #13068]
51283         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
51284
51285 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51286
51287         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51288         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
51289         strrchr-sse2-bsf
51290         * sysdeps/i386/i686/multiarch/strchr.S: New file.
51291         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
51292         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
51293         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
51294         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
51295         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
51296
51297 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51298
51299         * sysdeps/x86_64/wcscmp.S: New file.
51300
51301         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
51302         wcscmp-c wcscmp-sse2
51303         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
51304         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
51305         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
51306         * wcsmbs/wcscmp.c: Allow renaming.
51307
51308 2011-09-05  David S. Miller  <davem@davemloft.net>
51309
51310         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
51311         stack slot, rather than the struct return pointer slot.
51312         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
51313         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
51314         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
51315         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
51316
51317 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
51318
51319         * po/ja.po: Update from translation team.
51320
51321         [BZ #13144]
51322         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
51323         kernel in 64-bit binaries.
51324
51325 2011-09-01  David S. Miller  <davem@davemloft.net>
51326
51327         * elf/elf.h (HWCAP_SPARC_*): Move to..
51328         * sysdeps/sparc/sysdep.h: this new file and add new values.
51329         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
51330         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
51331         _DL_HWCAP_COUNT to 24.
51332         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
51333         entries.
51334         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
51335         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
51336         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
51337         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
51338         instead of magic constants.
51339         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
51340
51341 2011-08-31  David S. Miller  <davem@davemloft.net>
51342
51343         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
51344         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
51345         Reimplement to do errno handling inline.
51346         (SYSCALL_ERROR_HANDLER): New macro.
51347         (__SYSCALL_STRING): Do not do errno handling in asm.
51348         (__CLONE_SYSCALL_STRING): Delete.
51349         (__INTERNAL_SYSCALL_STRING): Delete.
51350         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
51351         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
51352         (PSEUDO): Reimplement to do errno handling inline.
51353         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
51354         (SYSCALL_ERROR_HANDLER): New macro.
51355         (__SYSCALL_STRING): Do not do errno handling in asm.
51356         (__CLONE_SYSCALL_STRING): Delete.
51357         (__INTERNAL_SYSCALL_STRING): Delete.
51358         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
51359         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
51360         i386.
51361         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
51362         (inline_syscall*): Add 'err' argument.
51363         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
51364         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
51365         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
51366         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
51367
51368         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
51369         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
51370
51371 2011-08-30  Andreas Schwab  <schwab@redhat.com>
51372
51373         * elf/rtld.c (dl_main): Relocate objects in dependency order.
51374
51375 2011-08-29  Jiri Olsa <jolsa@redhat.com>
51376
51377         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
51378         directive.
51379
51380 2011-08-24  David S. Miller  <davem@davemloft.net>
51381
51382         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
51383
51384 2011-08-24  Andreas Schwab  <schwab@redhat.com>
51385
51386         * elf/Makefile: Add rules to build and run unload8 test.
51387         * elf/unload8.c: New file.
51388         * elf/unload8mod1.c: New file.
51389         * elf/unload8mod1x.c: New file.
51390         * elf/unload8mod2.c: New file.
51391         * elf/unload8mod3.c: New file.
51392
51393         * elf/dl-close.c (_dl_close_worker): Reset private search list if
51394         it wasn't used.
51395
51396 2011-08-23  David S. Miller  <davem@davemloft.net>
51397
51398         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
51399         subtract stack bias.
51400         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
51401         %sp not %fp in calculations.
51402         (_JMPBUF_UNWINDS_ADJ): Likewise.
51403
51404         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
51405         (aio_suspend): Call it to force an exception region around the
51406         AIO_MISC_WAIT() invocation.
51407
51408 2011-08-23  Andreas Schwab  <schwab@redhat.com>
51409
51410         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
51411         backslash.
51412
51413 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
51414
51415         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
51416         protection macro.
51417         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
51418         and <dl-machine.h>.
51419         (Elf64_FuncDesc): Remove.
51420
51421 2011-08-22  David S. Miller  <davem@davemloft.net>
51422
51423         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
51424         sigaltstack check, add missing cfi directives.
51425         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
51426         missing cfi directives, and sigaltstack handling.
51427
51428 2011-08-16  Andreas Schwab  <schwab@redhat.com>
51429
51430         [BZ #11724]
51431         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
51432         object is seen twice.
51433         * elf/dl-fini.c (_dl_sort_fini): Likewise.
51434
51435         * elf/Makefile (distribute): Add tst-initorder2.c.
51436         (tests): Add tst-initorder2.
51437         (modules-names): Add tst-initorder2a tst-initorder2b
51438         tst-initorder2c tst-initorder2d.  Add rules to build them.
51439         ($(objpfx)tst-initorder2.out): New rule.
51440         * elf/tst-initorder2.c: New file.
51441         * elf/tst-initorder2.exp: New file.
51442
51443 2011-08-22  Andreas Schwab  <schwab@redhat.com>
51444
51445         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
51446
51447         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
51448         dependencies back to end of function.
51449
51450         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
51451         $(elfobjdir)/ld.so.
51452
51453 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
51454
51455         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
51456         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
51457         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
51458         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
51459         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
51460         of __vdso_gettimeofday.
51461         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
51462         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
51463         attribute_hidden.
51464         (_libc_vdso_platform_setup): Remove initialization of
51465         __vdso_gettimeofday and __vdso_time.
51466
51467 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
51468
51469         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
51470         and fgetc_unlocked.
51471         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
51472         getc_unlocked.
51473
51474         * elf/dl-open.c (add_to_global): Report additions to the global scope
51475         for LD_DEBUG=scopes.
51476         (dl_open_worker): Also print scope of newly loaded dependencies.
51477         (_dl_show_scope): Indicate if there is no scope.
51478
51479         [BZ #13114]
51480         * stdio-common/Makefile (tests): Add bug24.
51481         * stdio-common/bug24.c: New file.
51482
51483 2011-08-19  Andreas Jaeger  <aj@suse.de>
51484
51485         [BZ #13114]
51486         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
51487         non-existant file when using close-on-exec mode.
51488
51489 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
51490
51491         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
51492         the very first instruction.
51493
51494         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
51495         the CFI state in the end.
51496         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
51497         inclusion of dl-trampoline.h.
51498         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
51499
51500 2011-08-19  Andreas Schwab  <schwab@redhat.com>
51501
51502         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
51503         expectations for long double.
51504
51505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
51506         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
51507
51508 2011-08-14  David S. Miller  <davem@davemloft.net>
51509
51510         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
51511         artificual limit depends upon the system page size.
51512
51513 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
51514
51515         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
51516         * resolv/Makefile: Define CFLAGS-libresolv.
51517
51518 2011-08-17  Andreas Schwab  <schwab@redhat.com>
51519
51520         * nss/makedb.c (compute_tables): Make variables used in nested
51521         function static.
51522
51523 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
51524
51525         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
51526         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
51527         if buffer was too small.
51528
51529         * elf/pldd.c (main): Attach to all threads in the process.
51530         Rewrite /proc handling to use *at functions.
51531
51532 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
51533
51534         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
51535         specifies first scope to show.
51536         (dl_open_worker): Update callers.  Move printing scope of new
51537         object to before the relocation.
51538         * elf/rtld.c (dl_main): Update _dl_show_scope call.
51539         * sysdeps/generic/ldsodefs.h: Update declaration.
51540
51541         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
51542         string for the scope number.
51543
51544 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
51545
51546         * nscd/servicescache.c (cache_addserv): Make sure written is always
51547         initialized.
51548
51549 2011-08-14  Roland McGrath  <roland@hack.frob.com>
51550
51551         * sysdeps/i386/i486/bits/atomic.h
51552         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
51553         statement expression, so as to suppress "set but not used" warning.
51554         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
51555
51556         * string/strncat.c (STRNCAT): Use prototype definition.
51557
51558         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
51559         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
51560         -Iprograms here.
51561         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
51562         (localedef-modules): Add localedef.
51563         (locale-modules): Add locale.
51564
51565         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
51566         * elf/rtld.c (dl_main): Invert order of assignment in last change,
51567         to avoid a warning.
51568
51569 2011-08-14  David S. Miller  <davem@davemloft.net>
51570
51571         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
51572         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
51573
51574 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
51575
51576         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
51577         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
51578         * elf/rtld.c (dl_main): Set l_name of vDSO.
51579         Call _dl_show_scope when DL_DEBUG_SCOPES.
51580         (process_dl_debug): Recognize scopes flag and also set it for all.
51581         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
51582         Declare _dl_show_scope.
51583
51584         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
51585         (do_dlopen): Pass caller_dlopen to dl_open.
51586         (__libc_dlopen_mode): Initialize caller_dlopen.
51587
51588         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
51589         of libc.  Make tolower call locale-independent.  Optimize a bit by
51590         using isdigit instead of isalnum.
51591         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
51592
51593 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
51594
51595         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
51596         was a dependency or dynamically loaded.
51597
51598 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
51599
51600         * intl/l10nflist.c: Allow architecture-specific pop function.
51601         * sysdeps/x86_64/l10nflist.c: New file.
51602
51603         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
51604         classification.
51605
51606 2011-08-10  Andreas Schwab  <schwab@redhat.com>
51607
51608         * include/dirent.h: Add libc_hidden_proto for scandirat and
51609         scandirat64.  Don't declare __scandirat64.
51610         * dirent/scandirat.c: Add libc_hidden_def.
51611         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
51612         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
51613
51614 2011-08-10  David S. Miller  <davem@davemloft.net>
51615
51616         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
51617         enum.
51618         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
51619         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
51620         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
51621
51622 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
51623
51624         * Versions.def [libc]: Add GLIBC_2.15.
51625         * dirent/Makefile (routines): Add scandirat and scandirat64.
51626         * dirent/Versions [libc]: Export scandirat and scandirat64 for
51627         GLIBC_2.15.
51628         * dirent/dirent.h: Declare scandirat and scandirat64.
51629         * dirent/scandirat.c: New file.
51630         * dirent/scandirat64.c: New file.
51631         * sysdeps/wordsize-64/scandirat.c: New file.
51632         * sysdeps/wordsize-64/scandirat64.c: New file.
51633         * dirent/opendir.c: Define opendirat.
51634         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
51635         using scandirat.
51636         * dirent/scandir64.c: Adjust for scandir.c change.
51637         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
51638         __scandirat64, and __scandir_cancel_handler.
51639         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
51640         additional parameter and use openat instead of open (outside of ld.so).
51641         Add new __opendir as wrapper around __opendirat.
51642         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
51643         here without requiring old scandirat implementation.
51644
51645 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
51646
51647         * dirent/scandir.c (cancel_handler): Renamed to
51648         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
51649         defined.  Adjust users.
51650         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
51651         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
51652
51653 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
51654
51655         * string/test-string.h (IMPL): Use __STRING to expand name and then
51656         stringify it.
51657
51658         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
51659         of cleanups.
51660
51661 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51662
51663         * string/Makefile: Update.
51664         (strop-tests): Append strncat.
51665         * string/test-wcscmp.c: New file.
51666         New comprehensive test for wcscmp.
51667         * string/test-strcmp.c: Update.
51668         (WIDE): New define.
51669
51670 2011-07-22  Andreas Schwab  <schwab@redhat.com>
51671
51672         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
51673         line.
51674
51675 2011-07-26  Andreas Schwab  <schwab@redhat.com>
51676
51677         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
51678         encoding to ACE if AI_IDN.
51679
51680 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
51681
51682         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
51683         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
51684
51685 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51686
51687         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
51688         Fix overflow bug in strncat.
51689         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
51690
51691         * string/test-strncat.c: Update.
51692         Add new tests for checking overflow bugs.
51693
51694 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51695
51696         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51697         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
51698         * sysdeps/i386/i686/multiarch/strcat.S: New file.
51699         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
51700         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
51701         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
51702         * sysdeps/i386/i686/multiarch/strncat.S: New file.
51703         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
51704         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
51705
51706         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
51707         (USE_AS_STRCAT): Define.
51708         Add strcat and strncat support.
51709         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
51710
51711 2011-07-25  Andreas Schwab  <schwab@redhat.com>
51712
51713         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
51714         __n bigger than INT_MAX+1.
51715         (__strncmp_g): Likewise.
51716
51717 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
51718
51719         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
51720         * libio/stido.h: Likewise.
51721
51722         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
51723         (AF_NFC): Define.
51724         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
51725         (AF_NFC): Define.
51726
51727         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
51728         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
51729         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
51730         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
51731         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
51732
51733         [BZ #13021]
51734         * scripts/test-installation.pl: Don't expect libnss_test1 to be
51735         installed.
51736
51737         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
51738         typo.
51739         (_dl_x86_64_save_sse): Likewise.
51740
51741 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
51742
51743         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
51744         OSXSAVE.
51745         (_dl_x86_64_save_sse): Likewise.
51746
51747         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
51748
51749         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
51750
51751 2011-07-21  Andreas Schwab  <schwab@redhat.com>
51752
51753         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
51754         change.
51755         (_dl_x86_64_save_sse): Use correct AVX check.
51756
51757 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51758
51759         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
51760         bug in strncpy/strncat.
51761         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
51762
51763 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
51764
51765         * string/tester.c (test_strcat): Add tests for different alignments
51766         of source and destination.
51767         (test_strncat): Likewise.
51768
51769 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51770
51771         [BZ #12852]
51772         * posix/glob.c (glob): Check passed in values before using them in
51773         expressions to avoid some overflows.
51774         (glob_in_dir): Likewise.
51775
51776         [BZ #13007]
51777         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
51778         check for AVX enablement so that we don't crash with old kernels and
51779         new hardware.
51780         * elf/tst-audit4.c: Add same checks here.
51781         * elf/tst-audit6.c: Likewise.
51782
51783         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
51784
51785 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
51786
51787         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
51788
51789 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51790
51791         * po/cs.po: Update from translation team.
51792         * po/bg.po: Likewise.
51793
51794 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
51795
51796         * misc/sys/cdefs.h: Add support for const attribute.
51797         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51798         to gnu_dev_{major,minor,makedev} functions.
51799
51800 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
51801
51802         * intl/dcigettext.c (get_output_charset): Add missing bracket.
51803
51804 2011-07-20  Andreas Schwab  <schwab@redhat.com>
51805
51806         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51807         strlen results.
51808
51809 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51810
51811         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51812         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51813         register in order to avoid conflicts with the soft frame pointer
51814         being held in r11 when necessary.
51815         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51816         (INTERNAL_VSYSCALL_NCS): Likewise.
51817
51818 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
51819
51820         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51821         * elf/dl-fini.c (_dl_fini): Adjust caller.
51822         * elf/dl-close.c (_dl_close_worker): Likewise.
51823         * sysdeps/generic/ldsodefs.h: Adjust declaration.
51824
51825 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51826
51827         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51828         "aux_cache->nlibs < 0".
51829
51830         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51831         in the reload-count case.
51832
51833 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51834
51835         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51836         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51837         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51838         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51839         * sysdeps/x86_64/multiarch/strcat.S: New file.
51840         * sysdeps/x86_64/multiarch/strncat.S: New file.
51841         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51842         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51843         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51844         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51845         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51846         (USE_AS_STRCAT): Define.
51847         Add strcat and strncat support.
51848         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51849         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51850         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51851         * string/strncat.c: Update.
51852         (USE_AS_STRNCAT): Define.
51853         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51854         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51855         and i7.
51856         * sysdeps/x86_64/multiarch/init-arch.h
51857         (bit_Prefer_PMINUB_for_stringop): New.
51858         (index_Prefer_PMINUB_for_stringop): Likewise.
51859         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51860         bit_Prefer_PMINUB_for_stringop.
51861
51862 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51863
51864         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51865         buffer64.
51866         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51867         of casting of buffer.
51868         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51869         buffer32 and buffer64.
51870         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51871         writes instead of casting of buffer.
51872         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51873         buffer32.
51874         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51875         casting of buffer.
51876
51877 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51878
51879         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51880
51881 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51882
51883         * nscd/nscd.c (termination_handler): Don't do anything for a database
51884         if it has not yet been initialized.
51885
51886 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51887
51888         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51889
51890 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51891
51892         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51893
51894 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51895
51896         * po/nl.po: Update from translation team.
51897         * po/sv.po: Likewise.
51898
51899 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51900
51901         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51902         now disallowed by GCC.
51903
51904         * configure.in (use-default-link): Default to yes if a test -shared
51905         link meets our qualifications.
51906         * configure: Regenerated.
51907
51908         * config.make.in (output-format): New variable.
51909         * configure.in: Check for ld --print-output-format support.
51910         * configure: Regenerated.
51911         * Makerules ($(common-objpfx)format.lds)
51912         [$(output-format) != unknown]: Just use $(output-format),
51913         instead of the linker-script munging.
51914
51915 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51916
51917         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51918         of $(common-objpfx)shlib.lds.
51919         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51920
51921         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51922         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51923
51924         * configure.in (-z relro check): Adjust test code to add a large
51925         writable data section after it.
51926         * configure: Regenerated.
51927
51928 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51929
51930         * configure.in (-z relro check): Fix test code to make the variable
51931         truly const.
51932         * configure: Regenerated.
51933
51934 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51935
51936         * nscd/nscd.h (struct traced_file): Define.
51937         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51938         elements.  Add traced_files.
51939         (inotify_fd): Declare.
51940         (register_traced_file): Declare.
51941         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51942         (inotify_fd): Export.
51943         (resolv_conf_descr): Remove.
51944         (nscd_init): Move inotify descriptor creation to main.
51945         Don't register files for notification here.
51946         (register_traced_file): New function.
51947         (invalidate_cache): Don't use reset_res to determine whether to call
51948         res_init, go through the list of registered files.
51949         (main_loop_poll): The inotify descriptors are now stored in the
51950         structures for the traced files.
51951         (main_loop_epoll): Likewise
51952         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51953         to __nss_disable_nscd.
51954         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51955         for a database anymore.  Check the records for all the registered
51956         files instead.
51957         * nss/Makefile (libnss_files-routines): Add files-init.
51958         (libnss_db-routines): Add db-init.
51959         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51960         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51961         * nss/nss_db/db-init.c: New file.
51962         * nss/nss_files/files-init.c: New file.
51963         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51964         __nss_lookup_function.
51965         (__nss_lookup_function): Call nss_load_library.
51966         (nss_load_all_libraries): New function.
51967         (__nss_disable_nscd): Take parameter with callback function for files
51968         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51969         used for the cached services.
51970         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51971         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51972         options for features to all the files in nscd.
51973
51974         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51975
51976 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51977
51978         * csu/elf-init.c (__libc_csu_init): Comment typo.
51979
51980 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51981
51982         * po/pl.po: Update from translation team.
51983         * po/ja.po: Likewise.
51984         * po/ru.po: Likewise.
51985         * po/ko.po: Likewise.
51986         * po/fr.po: Likewise.
51987
51988 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51989
51990         * configure.in (.ctors/.dtors header and trailer check):
51991         Use an empirical test on a built program.
51992         * configure: Regenerated.
51993
51994         * configure.in (-z relro check): Use an empirical test on a built DSO.
51995         Detect, but do not require, on ia64.
51996         * configure: Regenerated.
51997
51998         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51999         Update tests that use readelf to use $READELF instead.
52000         * configure: Regenerated.
52001
52002 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
52003
52004         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
52005         if the result is not used.
52006
52007 2011-07-05  Andreas Jaeger  <aj@suse.de>
52008
52009         [BZ#9696]
52010         * stdlib/tst-strtod.c: Add testcase.
52011
52012 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
52013
52014         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
52015         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
52016         The latter has a higher limit.  Take additional parameter to pass to
52017         the new function.
52018         (__pathconf): Pass file to __statfs_link_max.
52019         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
52020         __statfs_link_max.
52021         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
52022         __statfs_link_max.
52023
52024         [BZ #12868]
52025         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
52026         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52027         Handle Lustre.
52028         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
52029         (__statfs_filesize_max): Likewise.
52030         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
52031
52032 2011-07-05  Andreas Jaeger  <aj@suse.de>
52033
52034         * resolv/res_comp.c (dn_skipname): Remove unused variable.
52035
52036 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
52037
52038         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
52039         `status' variable.
52040         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
52041         Likewise.
52042
52043 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
52044
52045         * Makefile (strop-tests): Add strncat.
52046         * string/test-strncat.c: New file.
52047
52048 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
52049
52050         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
52051
52052 2011-06-21  Andreas Jaeger  <aj@suse.de>
52053
52054         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
52055         Copy rule from iconvdata/Makefile.
52056
52057 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
52058
52059         [BZ #12922]
52060         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
52061         but no long options are defined, just return 'W'.
52062
52063 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
52064
52065         [BZ #9696]
52066         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
52067
52068 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
52069
52070         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
52071         netgroups to read.
52072         (innetgr): Likewise.
52073
52074 2011-07-05  Roland McGrath  <roland@hack.frob.com>
52075
52076         * config.make.in (install_root): Default to $(DESTDIR).
52077
52078 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
52079
52080         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
52081
52082 2011-07-02  Roland McGrath  <roland@hack.frob.com>
52083
52084         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
52085
52086         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
52087         containing directory rather than embedding absolute directory names.
52088
52089         * scripts/check-local-headers.sh: Rewritten using awk.
52090         Match by word, not by line.  Print error messages for matches.
52091         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
52092
52093         * Makerules [shlib-lds-flags empty]:
52094         ($(common-objpfx)libc_pic.opts): New target.
52095         ($(common-objpfx)libc_pic.os.clean): New target.
52096         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
52097
52098         * config.make.in (OBJCOPY): New variable.
52099         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
52100         * configure: Regenerated.
52101
52102         * config.make.in (use-default-link): New variable.
52103         * configure.in (use_default_link): Grok --with-default-link to set it.
52104         * configure: Regenerated.
52105         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
52106         (shlib-lds, shlib-lds-flags): Define to empty.
52107
52108         * Makerules (shlib-lds): New variable.
52109         (shlib-lds-flags): New variable.
52110         (build-shlib, build-moduile, build-module-asneeded): Use it.
52111         ($(common-objpfx)libc.so): Use $(shlib-lds).
52112         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
52113         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
52114
52115         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
52116         DT_FLAGS/DT_FLAGS_1 with zero flags.
52117
52118         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
52119         linker script munging.
52120
52121 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
52122
52123         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
52124         as 128-bit value.
52125         * crypt/sha512.c (sha512_process_block): Perform total addition using
52126         128-bit if possible.
52127         (__sha512_finish_ctx): Likewise.
52128         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
52129         as 64-bit value.
52130         * crypt/sha256.c (SWAP64): Define.
52131         (sha256_process_block): Perform total addition using 64-bit if
52132         possible.
52133         (__sha256_finish_ctx): Likewise.
52134
52135 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
52136
52137         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
52138         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52139         * nscd/hstcache.c (cache_addhst): Likewise.
52140         * nscd/grpcache.c (cache_addgr): Likewise.
52141         * nscd/aicache.c (addhstaiX): Likewise
52142         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
52143
52144 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
52145
52146         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
52147         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52148         * nscd/hstcache.c (cache_addhst): Likewise.
52149         * nscd/grpcache.c (cache_addgr): Likewise.
52150         * nscd/aicache.c (addhstaiX): Likewise
52151
52152 2011-07-01  Andreas Schwab  <schwab@redhat.com>
52153
52154         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
52155         domain only when needed.
52156
52157 2011-06-30  Andreas Schwab  <schwab@redhat.com>
52158
52159         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
52160         is always restored.
52161
52162 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
52163
52164         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
52165         are re-adding the entry.
52166         * nscd/servicescache.c (cache_addserv): Likewise.
52167
52168 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
52169
52170         * sysdeps/generic/dl-irel.h: fix protection against multiple
52171         inclusions.
52172         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
52173
52174 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
52175
52176         [BZ #12935]
52177         * malloc/memusage.sh: Fix quoting in message.
52178         * debug/xtrace.sh: Likewise.
52179
52180         * configure.in: Remove support for --experimental-malloc option, make
52181         it the default.
52182         * config.make.in: Likewise.
52183         * malloc/Makefile: Likewise.
52184
52185 2011-06-27  Andreas Schwab  <schwab@redhat.com>
52186
52187         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
52188         two-byte characters.
52189
52190 2011-06-27  Roland McGrath  <roland@hack.frob.com>
52191
52192         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
52193         AC_CACHE_CHECK invocation.
52194         * configure: Regenerated.
52195
52196         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
52197
52198 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
52199
52200         [BZ #12350]
52201         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
52202         bit from old_res_options.
52203
52204         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
52205
52206         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
52207         value type for setfct.
52208
52209 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
52210
52211         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
52212         __gettimeofday instead of gettimeofday.
52213
52214 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
52215
52216         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
52217
52218 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
52219
52220         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
52221
52222         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
52223         info.
52224
52225 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
52226
52227         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52228         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
52229         strcpy-sse2-unaligned strncpy-sse2-unaligned
52230         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
52231         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
52232         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
52233         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
52234         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
52235         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
52236         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
52237         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
52238         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
52239         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
52240         (STRCPY): Support SSE2 and SSSE3 versions.
52241
52242 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
52243
52244         [BZ #12874]
52245         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
52246         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
52247         kernels which artificially limit size of requests.
52248
52249 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
52250
52251         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52252         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
52253         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
52254         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
52255         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
52256         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
52257         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
52258         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
52259         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
52260         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
52261         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
52262         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
52263         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
52264         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
52265         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
52266         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52267         Enable unaligned load optimization for Intel Core i3, i5 and i7
52268         processors.
52269         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
52270         Define.
52271         (index_Fast_Unaligned_Load): Define.
52272         (HAS_FAST_UNALIGNED_LOAD): Define.
52273
52274 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
52275
52276         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
52277
52278 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
52279
52280         [BZ #12907]
52281         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
52282         until it is clear that the information is realy needed.
52283         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
52284
52285 2011-06-22  Andreas Schwab  <schwab@redhat.com>
52286
52287         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
52288
52289 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
52290
52291         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
52292         /sys/devices/system/cpu/online if it is usable.
52293
52294         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
52295         reading the information from the /proc filesystem to once a second.
52296
52297 2011-06-21  Andreas Jaeger  <aj@suse.de>
52298
52299         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
52300         NULL after inclusion of kernel headers.
52301
52302 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
52303
52304         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
52305         calls to internal_setent.
52306
52307         [BZ #12885]
52308         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
52309         addresses using gethostbyname4_r ignore IPv4 addresses.
52310
52311         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
52312         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
52313
52314         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
52315
52316 2011-06-20  David S. Miller  <davem@davemloft.net>
52317
52318         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
52319         inclusions.
52320         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
52321
52322         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
52323         (elf_irel): Use it.
52324         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
52325         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
52326         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
52327         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
52328         * sysdeps/x86_64/dl-irel.h: Likewise.
52329
52330         * elf/dl-runtime.c: Use elf_ifunc_invoke.
52331         * elf/dl-sym.c: Likewise.
52332
52333 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
52334
52335         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
52336         need to dereference resplen2.
52337
52338 2011-06-14  Andreas Schwab  <schwab@redhat.com>
52339
52340         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
52341
52342 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
52343
52344         * Makeconfig: Define vardbdir and inst_vardbdir.
52345         * nss/Makefile: Add rules to install db-Makefile.
52346
52347         * nss/nss_db/db-XXX.c: Cleanup.
52348
52349         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
52350         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
52351         GLIBC_PRIVATE.
52352         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
52353         * nss/makedb.c: Implement -g option to specify that value strings
52354         are generated and should not be added to table iterated over for
52355         get*ent calls.
52356         * nss/nss_db/db-initgroups.c: New file.
52357
52358         * nss/getent.c: Add support for initgroups lookups through getgrouplist
52359         interface.
52360
52361         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
52362         (internal_getgrouplist): Adjust to name change.
52363         Update use_initgroups_entry if this is not the first call.
52364         * nss/databases.def: Add initgroups entry.
52365
52366         * nss/makedb.c (compute_tables): Check result of multiple hash table
52367         sizes to minimize maximum chain length.
52368
52369 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
52370
52371         * Versions.def: Add entry for libnss_db.
52372         * shlib-versions: Likewise.
52373         * nss/Makefile: Add rules to build libnss_db.
52374         * nss/Versions: Add libnss_db information.  Organize libnss_files
52375         entries better.
52376         * nss/db-Makefile: Add gshadow support.  Change rules for the new
52377         makedb progra.  Some minor improvements to generate smaller files.
52378         * nss/nss_db/nss_db.h: Move NSS database header data structures to
52379         here from...
52380         * nss/makedb.c: ...here.
52381         Improve database format to be smaller and require less memory at
52382         runtime.
52383         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
52384         db anymore.
52385         * nss/nss_db/db-netgrp.c: Likewise.
52386         * nss/nss_db/db-open.c: Likewise.
52387         * nss/nss_files/flies-XXX.x: Adjust comments.
52388         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
52389         * nss/nss_files/files-grp.c: Likewise.
52390         * nss/nss_files/files-hosts.c: Likewise.
52391         * nss/nss_files/files-network.c: Likewise.
52392         * nss/nss_files/files-proto.c: Likewise.
52393         * nss/nss_files/files-pwd.c: Likewise.
52394         * nss/nss_files/files-rpc.c: Likewise.
52395         * nss/nss_files/files-service.c: Likewise.
52396         * nss/nss_files/files-sgrp.c: Likewise.
52397         * nss/nss_files/files-spwd.c: Likewise.
52398         * nss/nss_db/db-alias.c: Removed.
52399         * nss/nss_db/dummy-db.h: Removed.
52400
52401 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
52402
52403         * nss/makedb.c: Rewritten to not use database library.
52404         * nss/Makefile: Update to build new makedb program.
52405
52406 2011-06-14  Andreas Jaeger  <aj@suse.de>
52407
52408         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
52409         memset declaration.
52410
52411 2011-06-10  Andreas Schwab  <schwab@redhat.com>
52412
52413         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
52414         tmpbuf.
52415
52416 2011-06-10  Roland McGrath  <roland@hack.frob.com>
52417
52418         * Makerules (shlib.lds): Fail if the linker script comes out empty.
52419         * elf/Makefile ($(objpfx)ld.so): Likewise.
52420
52421         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
52422         Don't list ld.so twice in dependencies.
52423
52424         * posix/bug-regex31.c: Include <stdlib.h>.
52425
52426         * nscd/hstcache.c (cache_addhst): Remove unused variable.
52427
52428         * nis/nss_compat/compat-spwd.c
52429         (getspent_next_nss_netgr): Remove unused variable.
52430         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
52431
52432         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
52433         nonmembers" output to use the right array.
52434
52435         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
52436
52437         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
52438
52439         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
52440         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
52441         * catgets/gencat.c (read_input_file): Likewise.
52442         * locale/programs/locarchive.c (enlarge_archive): Likewise.
52443
52444         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
52445         variable definition inside #if's controlling its use.
52446
52447         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
52448
52449         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
52450
52451         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
52452
52453         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
52454         unreachable code.
52455
52456         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
52457
52458         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
52459         * configure: Regenerated.
52460
52461         * Makerules: Revert last change.
52462         * elf/Makefile: Likewise.
52463
52464 2011-06-09  Roland McGrath  <roland@hack.frob.com>
52465
52466         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
52467         * elf/Makefile ($(objpfx)librtld.os): Likewise.
52468         (reloc-link): Likewise.
52469
52470 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
52471
52472         * elf/Makefile: Add rules to build pldd.
52473         * elf/pldd.c: New file.
52474         * elf/pldd-xx.c: New file.
52475
52476 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
52477
52478         * version.h: Update for 2.15 development version.
52479
52480 2011-06-07  David S. Miller  <davem@davemloft.net>
52481
52482         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
52483         ifuncs.
52484         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
52485         elf_machine_lazy_rel): Likewise.
52486         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
52487         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
52488         elf_machine_lazy_rel): Likewise.
52489         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
52490         dl_hwcap via passed in argument.
52491         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
52492         Likewise.
52493
52494 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52495
52496         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
52497
52498 2011-06-06  Roland McGrath  <roland@hack.frob.com>
52499
52500         [BZ #12849]
52501         * manual/fdl-1.1.texi: New file, verbatim from:
52502         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
52503         * manual/lgpl-2.1.texi: New file, verbatim from:
52504         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
52505         * manual/Makefile (licenses): New variable, list those new file names.
52506         (texis): Use it.
52507         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
52508
52509         * manual/fdl.texi: File removed.
52510         * manual/lesser.texi: File removed.
52511         * manual/libc.texinfo (Copying, Documentation License):
52512         Use new @include file names, put @appendix directive before @include.
52513
52514 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
52515
52516         [BZ #12841]
52517         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
52518         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
52519         (mq_open): Add __NTH.
52520
52521 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
52522
52523         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52524         Assume Intel Core i3/i5/i7 processor if AVX is available.
52525
52526 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
52527
52528         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
52529         typo.
52530
52531 2011-05-31  Andreas Schwab  <schwab@redhat.com>
52532
52533         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
52534         memory.  Use alloca_account.  Fix memory leak when retrying.
52535
52536 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
52537
52538         * version.h (RELEASE): Bump for 2.14 release.
52539         * include/features.h (__GLIBC_MINOR__): Bump to 14.
52540
52541         * config.make.in (RANLIB): Remove entry.
52542
52543 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
52544
52545         * po/Makefile (po-sed-cmd): Add ksh to extensions.
52546         (libc.pot): Work around missing support for .ksh extension in xgettext.
52547
52548         [BZ #12684]
52549         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
52550         if both request failed.
52551         (send_dg): In case of server errors clear resplen or *resplen2.
52552
52553         [BZ #12454]
52554         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
52555         when there are multiple maps.
52556         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
52557         (_dl_fini): Remove test here.
52558
52559         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
52560
52561 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
52562
52563         [BZ #12350]
52564         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
52565         bit from old_res_options.
52566         (gaih_inet): Likewise.
52567
52568         [BZ #11099]
52569         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
52570         as signed.
52571
52572         * resolv/res_init.c (res_setoptions): Make the code more compact.
52573
52574         [BZ #11558]
52575         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
52576         set RES_USEVC.
52577
52578         [BZ #11634]
52579         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
52580
52581         * malloc/malloc.h: Mark malloc hook variables as deprecated.
52582
52583         [BZ #11781]
52584         * malloc/malloc.h: Declare malloc hook variables as volatile.
52585
52586         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
52587         in last patch.
52588
52589         [BZ #11799]
52590         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
52591         raise in the comment.
52592         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
52593         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
52594         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
52595
52596 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
52597
52598         [BZ #12811]
52599         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
52600         grow the buffers more if it already has to be sufficient.
52601         (build_wcs_upper_buffer): Likewise.
52602         * posix/regexec.c (check_matching): Likewise.
52603         (clean_state_log_if_needed): Likewise.
52604         (extend_buffers): Don't enlarge buffers beyond size of the input
52605         buffer.
52606         Patches mostly by Emil Wojak <emil@wojak.eu>.
52607         * posix/bug-regex32.c: New file.
52608         * posix/Makefile (tests): Add bug-regex32.
52609
52610         * locale/findlocale.c (_nl_find_locale): Return right away if
52611         _nl_explode_name failed.
52612         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
52613
52614         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
52615
52616         * debug/xtrace.sh: Unify messages.
52617         * malloc/memusage.sh: Likewise.
52618
52619         [BZ #12813]
52620         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
52621         time symbol from vDSO.  Substitute with vsyscall if not available.
52622         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
52623         __vdso_time.
52624
52625         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
52626         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
52627         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
52628         Add sendmmsg and internal_sendmmsg.
52629         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
52630         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
52631         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
52632
52633         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
52634         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
52635         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
52636
52637 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
52638
52639         [BZ #12813]
52640         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
52641         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
52642         available.
52643         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
52644         __vdso_getcpu.
52645
52646         [BZ #12814]
52647         * iconvdata/Makefile (tests): Add bug-iconv9.
52648         * iconvdata/bug-iconv9.c: New file.
52649
52650 2011-05-27  Andreas Schwab  <schwab@redhat.com>
52651
52652         [BZ #12814]
52653         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
52654
52655 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
52656
52657         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52658         (struct user_regs_struct): Change intcs field back to cs.
52659
52660 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
52661
52662         * po/ja.po: Update from translation team.
52663
52664 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
52665
52666         [BZ #12795]
52667         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
52668         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
52669
52670 2011-05-20  Andreas Schwab  <schwab@redhat.com>
52671
52672         * stdlib/longlong.h: Update from GCC.
52673
52674 2011-05-23  Andreas Schwab  <schwab@redhat.com>
52675
52676         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
52677         parameter name.
52678         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
52679         Add parameter name.
52680         (__sysconf): Pass it down.
52681
52682 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
52683
52684         [BZ #12671]
52685         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
52686         some situations.
52687         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
52688         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
52689         add in in __libc_use_alloca calls.  Adjust callers.
52690         (glob): Use malloc in some situations.
52691
52692         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
52693         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
52694         pltexit.
52695
52696 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
52697
52698         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
52699         and CLOCK_BOOTTIME_ALARM.
52700
52701         [BZ #12782]
52702         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
52703         is returned.
52704
52705         * string/_strerror.c (__strerror_r): Print negative errors as signed
52706         numbers.
52707
52708         [BZ #12777]
52709         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
52710         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
52711         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
52712
52713         * configure.in: Fix typo in redirection and correct removal of test
52714         files in two cases.
52715
52716         [BZ #12788]
52717         * locale/setlocale.c (new_composite_name): Fix test to check for
52718         identical name of all categories.
52719
52720         [BZ #12792]
52721         * libio/filedoalloc.c (local_isatty): New function.
52722         (_IO_file_doallocate): Use local_isatty.
52723         * stdio-common/perror.c (perror): In case a new stream is used
52724         forward the stream error.
52725         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
52726         error flag.
52727
52728 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
52729
52730         [BZ #11869]
52731         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
52732         alloca.
52733         * include/alloca.h (extend_alloca_account): Define.
52734
52735         [BZ #11857]
52736         * posix/regex.h: Fix comments with documentation of user-accessible
52737         fields after compilation and describe correct free'ing of pattern
52738         after re_compile_pattern.
52739         Patch by Reuben Thomas <rrt@sc3d.org>.
52740
52741 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
52742
52743         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
52744         and -mno-altivec to prevent the compiler from using Altivec and/or
52745         VSX instructions when the corresponding registers are not available.
52746
52747 2011-05-19  Andreas Schwab  <schwab@redhat.com>
52748
52749         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
52750
52751 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
52752
52753         * libio/freopen.c (freopen): Use __dup2, not dup2.
52754         * libio/freopen64.c (freopen64): Likewise.
52755
52756 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
52757
52758         [BZ #12775]
52759         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
52760         * math/Makefile (tests): Add test-powl.
52761         (CFLAGS-test-powl.c): Define.
52762         * math/test-powl.c: New file.
52763
52764 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
52765
52766         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
52767
52768 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
52769
52770         [BZ #11837]
52771         * iconvdata/gb18030.c: Update to GB18020-2005.
52772
52773 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
52774
52775         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
52776         RE_SYNTAX_POSIX_AWK): Update to match recent development.
52777         Patch by Aharon Robbins <arnold@skeeve.com>.
52778
52779         [BZ #11892]
52780         * stdlib/putenv.c (putenv): Don't always create copy of the variable
52781         on the stack.
52782
52783         [BZ #11895]
52784         * misc/pselect.c (__pselect): Handle timeout value errors hidden
52785         through underflows.
52786
52787         [BZ #12766]
52788         * misc/error.c (error_at_line): Ensure file_name and old_file_name
52789         point to strings before performing equality test for error_one_per_line
52790         mode.
52791
52792         [BZ #11697]
52793         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
52794
52795         [BZ #11820]
52796         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52797         (struct user_fpregs_struct): Avoid __uint*_t types.
52798
52799         [BZ #6420]
52800         * malloc/mtrace.c (tr_where): Add additional parameter to point to
52801         symbol info.  Use it instead of calling _dl_addr locally.
52802         (lock_and_info): New function.
52803         (tr_freehook): Call lock_and_info and pass symbol info as additional
52804         parameter to tr_where.
52805         (tr_mallochook): Likewise.
52806         (tr_reallochook): Likewise.
52807         (tr_memalignhook): Likewise.
52808
52809         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
52810         used and couldn't be at all thread-safe.
52811
52812 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
52813
52814         * libio/freopen.c (freopen): Don't close old file descriptor
52815         before the new one is opened.  Instead dup the new file descriptor
52816         to the old one after the new stream is created.
52817         * libio/freopen64.c (freopen64): Likewise.
52818         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52819         * libio/fileops.c (_IO_new_file_close_it): Handle new
52820         _IO_FLAGS2_NOCLOSE flag.
52821         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52822         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52823         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52824         _IO_FLAGS2_NOCLOSE flag.
52825         * include/unistd.h: Add hidden_proto for dup3.
52826         Define __have_dup3.
52827         * io/dup3.c: Define hidden symbol.
52828         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52829
52830         [BZ #7101]
52831         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52832         when an incomplete long option is used.
52833         * posix/tst-getopt_long1.c: New file.
52834         * posix/Makefile (tests): Add tst-getopt_long1.
52835
52836         [BZ #10138]
52837         * scripts/config.guess: Update from autoconf-2.68.
52838         * scripts/config.sub: Likewise.
52839
52840         [BZ #10157]
52841         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52842         tests into ...
52843         (has_cpuclock): ...this.  New function.
52844         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52845         macro here based on has_cpuclock code.
52846
52847         [BZ #10149]
52848         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52849         First byte (not low byte) is now always NUL.
52850         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52851
52852         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52853         Use non-cancelable interfaces.
52854
52855         [BZ #9809]
52856         * locale/iso-639.def: Add entry for Sorani.
52857
52858         [BZ #11901]
52859         * include/stdlib.h: Move include protection to the right place.
52860         Define abort_msg_s.  Declare __abort_msg with it.
52861         * stdlib/abort.c (__abort_msg): Adjust type.
52862         * assert/assert.c (__assert_fail_base): New function.  Majority
52863         of code from __assert_fail.  Allocate memory for __abort_msg with
52864         mmap.
52865         (__assert_fail): Now call __assert_fail_base.
52866         * assert/assert-perr.c: Remove bulk of implementation.  Use
52867         __assert_fail_base.
52868         * include/assert.hL Declare __assert_fail_base.
52869         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52870         mmap.
52871         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52872
52873 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52874
52875         [BZ #11952]
52876         [BZ #12453]
52877         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52878         until all modules are registered in the DTV.
52879         * elf/Makefile: Add rules to build and run tst-tls19.
52880         * elf/tst-tls19.c: New file.
52881         * elf/tst-tls19mod1.c: New file.
52882         * elf/tst-tls19mod2.c: New file.
52883         * elf/tst-tls19mod3.c: New file.
52884         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52885
52886         [BZ #12083]
52887         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52888         correctly.
52889
52890         [BZ #12601]
52891         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52892         two-byte sequence errors.
52893         * iconvdata/Makefile (tests): Add bug-iconv8.
52894         * iconvdata/bug-iconv8.c: New file.
52895
52896         [BZ #12626]
52897         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52898         buf2 definition.
52899
52900         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52901
52902         [BZ #12432]
52903         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52904         (dummy_getcfa): New function.
52905         (init): Get _Unwind_GetCFA address, use dummy if not found.
52906         (backtrace_helper): In recursion check, also check whether CFA changes.
52907         (__backtrace): Completely initialize arg.
52908
52909         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52910         storing incomplete byte sequence in state object.  Avoid testing for
52911         guaranteed too small input if we know there is enough data available.
52912
52913 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52914
52915         * Makeconfig (+link-pie): Indent.
52916         * Rules (binaries-pie): Define if $(have-fpie) and
52917         $(build-shared).
52918         (binaries-shared): Also filter out $(binaries-pie).
52919         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52920         * nscd/Makefile (others-pie): Add nscd.
52921         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52922         ($(objpfx)nscd): Remove command override.
52923         * login/Makefile (others-pie): Add pt_chown.
52924         ($(objpfx)pt_chown): Remove command override.
52925         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52926         remove command overrides.
52927
52928 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52929
52930         * libio/tst_putwc.c: Fix error messages.
52931
52932         [BZ #12724]
52933         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52934         currently writing and seek to current position when not.
52935         * libio/Makefile (tests): Add bug-fclose1.
52936         * libio/bug-fclose1.c: New file.
52937
52938 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52939
52940         [BZ #12511]
52941         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52942         don't set DF_1_NODELETE here.
52943         (do_lookup_x): When entering new entry test for copy relocation
52944         and if necessary set DF_1_NODELETE flag.
52945         * elf/tst-unique4.cc: New file.
52946         * elf/tst-unique4.h: New file.
52947         * elf/tst-unique4lib.cc: New file.
52948         * elf/Makefile: Add rules to build and run tst-unique4.
52949         Patch by Piotr Bury <pbury@goahead.com>.
52950
52951 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52952
52953         [BZ #12052]
52954         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52955
52956         [BZ #12625]
52957         * misc/mntent_r.c (addmntent): Flush the stream after the output
52958
52959         [BZ #12393]
52960         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52961         (is_trusted_path_normalize): Skip initial colon.  Append slash
52962         to empty buffer.  Duplicate is_trusted_path code but allow
52963         constructed patch to be prefix.
52964         (is_dst): Allow $ORIGIN followed by /.
52965         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52966         Correct testing of result of is_trusted_path_normalize
52967         (decompose_rpath): Fix warning.
52968
52969 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52970
52971         [BZ #11257]
52972         * grp/initgroups.c (internal_getgrouplist): When we found the service
52973         list through the initgroups entry in nsswitch.conf do not always
52974         continue on a successful lookup.  Don't always use the
52975         __nss_group_database value if it is set.
52976         * nss/nsswitch.conf (initgroups): Change action for successful db
52977         lookup to continue for compatibility.
52978
52979 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52980
52981         [BZ #11532]
52982         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52983         and CP774 modules.
52984         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52985         and CP774 modules.
52986         * iconvdata/tst-tables.sh: Likewise.
52987         * iconvdata/cp770.c: New file.
52988         * iconvdata/cp771.c: New file.
52989         * iconvdata/cp772.c: New file.
52990         * iconvdata/cp773.c: New file.
52991         * iconvdata/cp774.c: New file.
52992         * iconvdata/testdata/CP770: New file.
52993         * iconvdata/testdata/CP770..UTF8: New file.
52994         * iconvdata/testdata/CP771: New file.
52995         * iconvdata/testdata/CP771..UTF8: New file.
52996         * iconvdata/testdata/CP772: New file.
52997         * iconvdata/testdata/CP772..UTF8: New file.
52998         * iconvdata/testdata/CP773: New file.
52999         * iconvdata/testdata/CP773..UTF8: New file.
53000         * iconvdata/testdata/CP774: New file.
53001         * iconvdata/testdata/CP774..UTF8: New file.
53002
53003         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
53004         END CHARMAP line.
53005         * iconvdata/gen-8bit-gap.sh: Likewise.
53006         * iconvdata/gen-8bit.sh: Likewise.
53007
53008         * locale/iso-639.def: Add ary entry.
53009
53010         [BZ #11258]
53011         * locale/C-translit.h.in: Add U20A1 transliteration.
53012
53013         [BZ #12178]
53014         * locale/iso-639.def: Add wae entry.
53015         Patch by Kevin Bortis <bortis@translate-wae.ch>.
53016
53017         [BZ #12545]
53018         * locale/programs/localedef.c (construct_output_path): Use ssize_t
53019         for n.
53020
53021         [BZ #12711]
53022         * locale/C-translit.h.in: Add entry for U20B9.
53023         Patch by pravin.d.s@gmail.com.
53024
53025 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
53026
53027         [BZ #12713]
53028         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
53029         ENAMETOOLONG use generic getcwd.
53030         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
53031         in rtld.  Use *stat64.
53032         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
53033         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
53034         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
53035         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
53036         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
53037         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
53038         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
53039         __fstatat64 macros.
53040         * include/dirent.h: Add libc_hidden_proto for rewinddir.
53041         * dirent/rewinddir.c: Add libc_hidden_def.
53042         * sysdeps/mach/hurd/rewinddir.c: Likewise.
53043         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
53044
53045         * include/dirent.h (__alloc_dir): Add flags parameter.
53046         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
53047         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
53048         __alloc_dir.
53049         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
53050         from fdopendir if O_CLOEXEC is already set.
53051
53052 2011-03-15  Alan Modra  <amodra@gmail.com>
53053
53054         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
53055         l_tls_firstbyte_offset non-zero.  Save padding offset in
53056         l_tls_firstbyte_offset for later use.
53057         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
53058         freeing static tls block.
53059
53060 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
53061
53062         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
53063         where #ifdef was intended.  The intent is to prevent ARG_MAX from
53064         being defined by the kernel headers.
53065
53066 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
53067
53068         [BZ #12734]
53069         * resolv/resolv.h: Define RES_NOTLDQUERY.
53070         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
53071         no-tld-query and set RES_NOTLDQUERY.
53072         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
53073         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
53074         modern BIND to search name as TLD unless forbidden.
53075
53076 2011-05-07  Petr Baudis  <pasky@suse.cz>
53077             Ulrich Drepper  <drepper@gmail.com>
53078
53079         [BZ #12393]
53080         * elf/dl-load.c (fillin_rpath): Move trusted path check...
53081         (is_trusted_path): ...to here.
53082         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
53083         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
53084         using is_trusted_path_normalize() in setuid scripts.
53085
53086 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
53087
53088         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
53089         __BEGIN/__END_DECLS.
53090
53091 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
53092
53093         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
53094         NSS_STATUS_NOTFOUND if no record was found.
53095
53096 2011-05-05  Andreas Schwab  <schwab@redhat.com>
53097
53098         * sunrpc/Makefile (headers): Add rpc/netdb.h.
53099         (headers-not-in-tirpc): Remove rpc/netdb.h
53100         * resolv/netdb.h: Revert last change.
53101
53102 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
53103
53104         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
53105         circular dependency between libgcc.a and libc.a.
53106
53107 2011-05-05  Andreas Schwab  <schwab@redhat.com>
53108
53109         * resolv/netdb.h: Don't include <rpc/netdb.h>.
53110         * nis/Makefile: Don't install rpcsvc/*.
53111         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
53112         instead of <rpc/types.h>.
53113         (MAXHOSTNAMELEN): Define.
53114
53115 2011-05-03  Andreas Schwab  <schwab@redhat.com>
53116
53117         * elf/ldconfig.c (add_dir): Don't crash on empty path.
53118
53119 2011-04-28  Maciej Babinski  <mbabinski@google.com>
53120
53121         [BZ #12714]
53122         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
53123         gethostbyname4_r when IPv6 results are possible.
53124
53125 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
53126
53127         [BZ #12723]
53128         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
53129         _PC_PIPE_BUF handling.
53130
53131 2011-04-30  Bruno Haible  <bruno@clisp.org>
53132
53133         [BZ #12717]
53134         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
53135         * resolv/netdb.h (getnameinfo): Change type of flags parameter
53136         to 'int'.
53137         * inet/getnameinfo.c (getnameinfo): Likewise.
53138
53139 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
53140
53141         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
53142         to groups setting in database lookup.
53143         * nss/nsswitch.conf: Add initgroups entry.
53144
53145 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
53146
53147         [BZ #12685]
53148         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
53149         mode string.
53150         Patch by Eric Blake <eblake@redhat.com>.
53151
53152 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
53153
53154         * sunrpc/Makefile (need-export-routines): Add svc_run.
53155         (routines): Remove svc_run.
53156         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
53157         * sunrpc/clnt_perr.c (clnt_perrno): Export.
53158         * sunrpc/svc_run.c (svc_run): Likewise.
53159         * sunrpc/svc_udp.c (svcudp_create): Likewise.
53160
53161 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
53162
53163         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
53164         problem in reallocation in last patch.
53165
53166 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
53167
53168         * sunrpc/Makefile: Move inclusion of Rules.
53169
53170 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
53171
53172         * nss/nss_files/files-initgroups.c: New file.
53173         * nss/Makefile (libnss_files-routines): Add files-initgroups.
53174         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
53175         _nss_files_initgroups_dyn.
53176
53177 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
53178
53179         * elf/elf.h (R_ARM_IRELATIVE): Define.
53180
53181 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
53182
53183         * po/ru.po: Update from translation team.
53184
53185 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
53186
53187         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
53188         dependencies.
53189
53190 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
53191
53192         [BZ #12653]
53193         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
53194         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
53195         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
53196         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
53197         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
53198
53199 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
53200
53201         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
53202         differing bytes.
53203         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
53204         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
53205         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53206
53207 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
53208
53209         [BZ #12420]
53210         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
53211         storing it.
53212         * stdlib/bug-getcontext.c: New file.
53213         * stdlib/Makefile: Add rules to build and run bug-getcontext.
53214
53215 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53216
53217         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
53218         instructions into .machine "z9-109".
53219         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
53220         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
53221
53222 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53223
53224         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
53225         between environment variables and auxiliary vector.
53226
53227 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
53228
53229         * Makefile: Add rules to build linkobj/libc.so.
53230         * include/libc-symbols.h: Define libc_hidden_nolink.
53231         * include/rpc/auth.h: Mark functions which are to be hidden.
53232         * include/rpc/auth_des.h: Likewise.
53233         * include/rpc/auth_unix.h: Likewise.
53234         * include/rpc/clnt.h: Likewise.
53235         * include/rpc/des_crypt.h: Likewise.
53236         * include/rpc/key_prot.h: Likewise.
53237         * include/rpc/pmap_clnt.h: Likewise.
53238         * include/rpc/pmap_prot.h: Likewise.
53239         * include/rpc/pmap_rmt.h: Likewise.
53240         * include/rpc/rpc_msg.h: Likewise.
53241         * include/rpc/svc.h: Likewise.
53242         * include/rpc/svc_auth.h: Likewise.
53243         * include/rpc/xdr.h: Likewise.
53244         * nis/Makefile: Link all DSOs against linkobj/libc.so.
53245         * nss/Makefile: Likewise.
53246         * sunrpc/Makefile: Don't install headers.  Build library with normal
53247         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
53248         * sunrpc/auth_des.c: Hide exported symbols by default, export some
53249         for the compat linking library.  Remove use of INTDEF/INTUSE.
53250         * sunrpc/auth_none.c: Likewise.
53251         * sunrpc/auth_unix.c: Likewise.
53252         * sunrpc/authdes_prot.c: Likewise.
53253         * sunrpc/authuxprot.c: Likewise.
53254         * sunrpc/clnt_gen.c: Likewise.
53255         * sunrpc/clnt_perr.c: Likewise.
53256         * sunrpc/clnt_raw.c: Likewise.
53257         * sunrpc/clnt_simp.c: Likewise.
53258         * sunrpc/clnt_tcp.c: Likewise.
53259         * sunrpc/clnt_udp.c: Likewise.
53260         * sunrpc/clnt_unix.c: Likewise.
53261         * sunrpc/des_crypt.c: Likewise.
53262         * sunrpc/des_soft.c: Likewise.
53263         * sunrpc/get_myaddr.c: Likewise.
53264         * sunrpc/key_call.c: Likewise.
53265         * sunrpc/key_prot.c: Likewise.
53266         * sunrpc/netname.c: Likewise.
53267         * sunrpc/pm_getmaps.c: Likewise.
53268         * sunrpc/pm_getport.c: Likewise.
53269         * sunrpc/pmap_clnt.c: Likewise.
53270         * sunrpc/pmap_prot.c: Likewise.
53271         * sunrpc/pmap_prot2.c: Likewise.
53272         * sunrpc/pmap_rmt.c: Likewise.
53273         * sunrpc/publickey.c: Likewise.
53274         * sunrpc/rpc_cmsg.c: Likewise.
53275         * sunrpc/rpc_common.c: Likewise.
53276         * sunrpc/rpc_dtable.c: Likewise.
53277         * sunrpc/rpc_prot.c: Likewise.
53278         * sunrpc/rpc_thread.c: Likewise.
53279         * sunrpc/rtime.c: Likewise.
53280         * sunrpc/svc.c: Likewise.
53281         * sunrpc/svc_auth.c: Likewise.
53282         * sunrpc/svc_authux.c: Likewise.
53283         * sunrpc/svc_raw.c: Likewise.
53284         * sunrpc/svc_run.c: Likewise.
53285         * sunrpc/svc_simple.c: Likewise.
53286         * sunrpc/svc_tcp.c: Likewise.
53287         * sunrpc/svc_udp.c: Likewise.
53288         * sunrpc/svc_unix.c: Likewise.
53289         * sunrpc/svcauth_des.c: Likewise.
53290         * sunrpc/xcrypt.c: Likewise.
53291         * sunrpc/xdr.c: Likewise.
53292         * sunrpc/xdr_array.c: Likewise.
53293         * sunrpc/xdr_float.c: Likewise.
53294         * sunrpc/xdr_intXX_t.c: Likewise.
53295         * sunrpc/xdr_mem.c: Likewise.
53296         * sunrpc/xdr_rec.c: Likewise.
53297         * sunrpc/xdr_ref.c: Likewise.
53298         * sunrpc/xdr_sizeof.c: Likewise.
53299         * sunrpc/xdr_stdio.c: Likewise.
53300
53301 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
53302
53303         [BZ #12650]
53304         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
53305         * sysdeps/ia64/dl-tls.h: Likewise.
53306         * sysdeps/powerpc/dl-tls.h: Likewise.
53307         * sysdeps/s390/dl-tls.h: Likewise.
53308         * sysdeps/sh/dl-tls.h: Likewise.
53309         * sysdeps/sparc/dl-tls.h: Likewise.
53310         * sysdeps/x86_64/dl-tls.h: Likewise.
53311         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
53312
53313 2011-03-14  Andreas Schwab  <schwab@redhat.com>
53314
53315         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
53316         rpath element also skip the following colon.
53317         (expand_dynamic_string_token): Add is_path parameter and pass
53318         down to DL_DST_REQUIRED and _dl_dst_substitute.
53319         (decompose_rpath): Call expand_dynamic_string_token with
53320         non-zero is_path.  Ignore empty rpaths.
53321         (_dl_map_object_from_fd): Call expand_dynamic_string_token
53322         with zero is_path.
53323
53324 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
53325
53326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
53327         Make cancelable.
53328
53329 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
53330
53331         [BZ #12655]
53332         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
53333         Patch by Filipe David Manana <fdmanana@apache.org>.
53334
53335 2011-04-07  Andreas Schwab  <schwab@redhat.com>
53336
53337         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
53338         Maintain aligned stack.
53339         (CHECK_RSP): Remove unused macro.
53340
53341 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
53342
53343         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
53344         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
53345
53346 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
53347
53348         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
53349
53350         * include/features.h: Mention __USE_XOPEN2K8 in comment.
53351
53352 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
53353
53354         [BZ #12518]
53355         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
53356         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
53357         * sysdeps/x86_64/memmove.c: New file.
53358         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
53359         (memcpy): Renamed to ...
53360         (__new_memcpy): This.
53361         (memcpy): Provide GLIBC_2_14 memcpy.
53362         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
53363         (memcpy): Provide GLIBC_2_2_5 memcpy.
53364
53365 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
53366
53367         [BZ #12631]
53368         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
53369
53370 2011-03-30  Andreas Schwab  <schwab@redhat.com>
53371
53372         * misc/syncfs.c: New file.
53373         * misc/Makefile (routines): Add syncfs.
53374         * posix/unistd.h: Declare syncfs.
53375         * sysdeps/unix/syscalls.list: Add syncfs.
53376
53377 2011-04-01  Andreas Schwab  <schwab@redhat.com>
53378
53379         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
53380         open_by_handle_at.
53381         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53382         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
53383         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53384         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53385         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53386         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
53387         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53388
53389 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
53390
53391         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
53392         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
53393         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
53394         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53395         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53396         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53397         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53398
53399         * io/Makefile: Compile fallocate.c, fallocate64.c, and
53400         sync_file_range.c with -fexceptions.
53401         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
53402         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
53403         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
53404         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
53405         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
53406         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
53407         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
53408         sync_file_range as cancellation point
53409         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
53410         now a wrapper around __call_sync_file_range with cancellation handling.
53411         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
53412         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
53413         function name to __call_sync_file_range.
53414         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
53415         Add call_sync_file_range.
53416
53417 2011-04-01  Andreas Schwab  <schwab@redhat.com>
53418
53419         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
53420         bits/timex.h.
53421
53422 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
53423
53424         * iconv/iconv.h: Fix typo in comment.
53425         * io/fcntl.h: Likewise.
53426         * libio/stdio.h: Likewise.
53427         * posix/spawn.h: Likewise.
53428         * posix/unistd.h: Likewise.
53429         * stdlib/stdlib.h: Likewise.
53430         * time/time.h: Likewise.
53431         * wcsmbs/wchar.h: Likewise.
53432
53433         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
53434         open_by_handle): Add.
53435         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
53436         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
53437         Augment a few comments.
53438         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
53439         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53440         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53441         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53442         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53443         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
53444         open_by_handle.
53445
53446         * io/fcntl.h (AT_EMPTY_PATH): Define.
53447
53448 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
53449
53450         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
53451         * sysdeps/unix/sysv/linux/bits/time.h: New file.
53452         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
53453         to...
53454         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
53455         * Versions.def: Add GLIBC_2.14.
53456         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
53457         Export.
53458
53459 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
53460
53461         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
53462         round counter.
53463         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
53464
53465 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
53466
53467         [BZ #12597]
53468         * string/test-strncmp.c (do_page_test): New function.
53469         (check2): Likewise.
53470         (test_main): Call check2.
53471         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
53472
53473 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
53474
53475         [BZ #12587]
53476         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
53477         Handle cache information in CPU leaf 4.
53478         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
53479
53480 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
53481
53482         [BZ #12583]
53483         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
53484         character representation.
53485         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
53486
53487 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
53488
53489         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
53490         END(__isnan) to END(__isnanf) to match function entry point/label
53491         EALIGN(__isnanf,...).
53492
53493 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
53494
53495         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
53496
53497 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
53498
53499         [BZ #12510]
53500         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
53501         copy from the symbol referenced in the relocation to initialize the
53502         used variable.
53503         Patch by Piotr Bury <pbury@goahead.com>.
53504         * elf/Makefile: Add rules to build and tst-unique3.
53505         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
53506         * elf/tst-unique3.cc: New file.
53507         * elf/tst-unique3.h: New file.
53508         * elf/tst-unique3lib.cc: New file.
53509         * elf/tst-unique3lib2.cc: New file.
53510
53511         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
53512
53513 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
53514
53515         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
53516         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
53517         to _start.
53518
53519 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
53520
53521         * elf/dl-load.c (_dl_map_object): If we are looking for the first
53522         to-be-loaded object along a path to loader is ld.so.
53523
53524 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
53525             Ulrich Drepper  <drepper@gmail.com>
53526
53527         * sysdeps/x86_64/memset.S: After aligning destination, code
53528         branches to different locations depending on the value of
53529         misalignment, when multiarch is enabled. Fix this.
53530
53531 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
53532
53533         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
53534         Set _x86_64_preferred_memory_instruction for AMD processsors.
53535         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53536         Set bit_Prefer_SSE_for_memop for AMD processors.
53537
53538 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
53539
53540         * libio/fmemopen.c (fmemopen): Optimize a bit.
53541
53542 2011-03-03  Andreas Schwab  <schwab@redhat.com>
53543
53544         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
53545
53546 2011-03-03  Roland McGrath  <roland@redhat.com>
53547
53548         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
53549
53550 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
53551
53552         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
53553         __bzero_ultra1 instead of __memset_ultra1.
53554
53555 2011-02-23  Andreas Schwab  <schwab@redhat.com>
53556             Ulrich Drepper  <drepper@gmail.com>
53557
53558         [BZ #12509]
53559         * include/link.h (struct link_map): Add l_orig_initfini.
53560         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
53561         returning unsuccessfully.
53562         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
53563         close of a file loaded at startup, restore the original l_initfini
53564         list.
53565         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
53566         list, store the pointer.
53567         * elf/Makefile ($(objpfx)noload-mem): New rule.
53568         (noload-ENV): Define.
53569         (tests): Add $(objpfx)noload-mem.
53570         * elf/noload.c: Include <memcheck.h>.
53571         (main): Call mtrace.  Close all opened handles.
53572
53573 2011-02-17  Andreas Schwab  <schwab@redhat.com>
53574
53575         [BZ #12454]
53576         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
53577         dependencies are missing.
53578
53579 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53580
53581         Fix __if_freereq crash: Unlike the generic version which uses free,
53582         Hurd needs munmap.
53583         * sysdeps/mach/hurd/ifreq.h: New file.
53584
53585 2011-01-27  Petr Baudis  <pasky@suse.cz>
53586             Ulrich Drepper  <drepper@gmail.com>
53587
53588         [BZ 12445]#
53589         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
53590         to extend_alloca().
53591         * stdio-common/bug23.c: New file.
53592         * stdio-common/Makefile (tests): Add bug23.
53593
53594 2010-09-28  Andreas Schwab  <schwab@redhat.com>
53595             Ulrich Drepper  <drepper@gmail.com>
53596
53597         [BZ #12489]
53598         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
53599         before performing relro protection.  At old place add assertion
53600         to make sure nothing changed.
53601
53602 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
53603             Glauber de Oliveira Costa  <glommer@gmail.com>
53604
53605         * elf/elf.h: Add new ARM TLS relocs.
53606
53607 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
53608
53609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
53610         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
53611         cast from r3.
53612         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
53613         'tests' variable.
53614         * sysdeps/wordsize-64/tst-writev.c: New file.
53615
53616 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
53617
53618         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
53619         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
53620         insns in _dl_start to prevent a TOC reference before relocs are
53621         resolved.
53622
53623 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
53624
53625         [BZ #12469]
53626         * Makeconfig: Remove RANLIB definition.
53627         * Makerules: Don't use RANLIB.
53628         * aclocal.m4: Remove ranlib test.
53629         * configure.in: No need to check for ranlib.
53630         * elf/rtld-Rules: Don't use RANLIB.
53631
53632 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53633
53634         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
53635         protection macro.
53636         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
53637         inclusion protection macro.
53638
53639         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
53640         SIGRTMIN and SIGRTMAX and print information in that case only when
53641         SIGRTMIN is defined.
53642
53643 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
53644
53645         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
53646         arginfo fn returning -1.
53647
53648         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
53649         and thousands string is zero terminated.
53650
53651 2011-02-03  Andreas Schwab  <schwab@redhat.com>
53652
53653         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
53654         sysdeps/unix/sysv/linux/bits/socket.h.
53655
53656 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53657
53658         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
53659         (__CPU_COUNT): Remove old macros.
53660         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
53661         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
53662         (__CPU_ALLOC, __CPU_FREE): Add macros.
53663         (__sched_cpualloc, __sched_cpufree): Add declarations.
53664
53665 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
53666
53667         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
53668         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
53669         * nscd/aicache.c (addhstaiX): Return timeout of added value.
53670         (readdhstai): Return value of addhstaiX call.
53671         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
53672         (addgrbyX): Return value returned by cache_addgr.
53673         (readdgrbyname): Return value returned by addgrbyX.
53674         (readdgrbygid): Likewise.
53675         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
53676         (addpwbyX): Return value returned by cache_addpw.
53677         (readdpwbyname): Return value returned by addhstbyX.
53678         (readdpwbyuid): Likewise.
53679         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
53680         (addservbyX): Return value returned by cache_addserv.
53681         (readdservbyname): Return value returned by addservbyX:
53682         (readdservbyport): Likewise.
53683         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
53684         (addhstbyX): Return value returned by cache_addhst.
53685         (readdhstbyname): Return value returned by addhstbyX.
53686         (readdhstbyaddr): Likewise.
53687         (readdhstbynamev6): Likewise.
53688         (readdhstbyaddrv6): Likewise.
53689         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
53690         (readdinitgroups): Return value returned by addinitgroupsX.
53691         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
53692         (prune_cache): Keep track of timeout value of re-added entries.
53693         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
53694         * nscd/nscd.h: Adjust prototypes of readd* functions.
53695
53696 2011-02-04  Roland McGrath  <roland@redhat.com>
53697
53698         * nis/nis_server.c (nis_servstate): Use the right name for 0.
53699         (nis_stats): Likewise.
53700         * nis/nis_modify.c (nis_modify): Likewise.
53701         * nis/nis_remove.c (nis_remove): Likewise.
53702         * nis/nis_add.c (nis_add): Likewise.
53703
53704         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
53705
53706         * posix/fnmatch_loop.c: Add some consts.
53707
53708         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
53709
53710 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
53711
53712         [BZ #12460]
53713         * config.make.in (config-cflags-novzeroupper): Define.
53714         * configure.in: Substitute libc_cv_cc_novzeroupper.
53715         * elf/Makefile (AVX-CFLAGS): Define.
53716         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
53717         (CFLAGS-tst-auditmod4a.c): Likewise.
53718         (CFLAGS-tst-auditmod4b.c): Likewise.
53719         (CFLAGS-tst-auditmod6b.c): Likewise.
53720         (CFLAGS-tst-auditmod6c.c): Likewise.
53721         (CFLAGS-tst-auditmod7b.c): Likewise.
53722         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
53723
53724 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
53725
53726         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
53727         function to the callback.
53728         Patch partly by Jiri Olsa <jolsa@redhat.com>.
53729
53730 2011-02-02  Andreas Schwab  <schwab@redhat.com>
53731
53732         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
53733         of errno.
53734
53735 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
53736
53737         [BZ #11724]
53738         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
53739         of constructors.
53740         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
53741         of destructors.
53742         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
53743
53744         [BZ #11724]
53745         * elf/Makefile: Add rules to build and run new test.
53746         * elf/tst-initorder.c: New file.
53747         * elf/tst-initorder.exp: New file.
53748         * elf/tst-initordera1.c: New file.
53749         * elf/tst-initordera2.c: New file.
53750         * elf/tst-initordera3.c: New file.
53751         * elf/tst-initordera4.c: New file.
53752         * elf/tst-initorderb1.c: New file.
53753         * elf/tst-initorderb2.c: New file.
53754         * elf/tst-order-a1.c: New file.
53755         * elf/tst-order-a2.c: New file.
53756         * elf/tst-order-a3.c: New file.
53757         * elf/tst-order-a4.c: New file.
53758         * elf/tst-order-b1.c: New file.
53759         * elf/tst-order-b2.c: New file.
53760         * elf/tst-order-main.c: New file.
53761         New test case by George Gensure <werkt0@gmail.com>.
53762
53763 2010-10-01  Andreas Schwab  <schwab@redhat.com>
53764
53765         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53766         decoding ACE if AI_CANONIDN.
53767
53768 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
53769
53770         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
53771
53772 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
53773
53774         * version.h (RELEASE): Bump for 2.13 release.
53775         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
53776
53777         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
53778
53779         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
53780         MADV_NOHUGEPAGE.
53781         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
53782         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
53783         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
53784         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
53785         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
53786         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53787
53788         * posix/getconf.c: Update copyright year.
53789         * catgets/gencat.c: Likewise.
53790         * csu/version.c: Likewise.
53791         * debug/catchsegv.sh: Likewise.
53792         * debug/xtrace.sh: Likewise.
53793         * elf/ldconfig.c: Likewise.
53794         * elf/ldd.bash.in: Likewise.
53795         * elf/sprof.c (print_version): Likewise.
53796         * iconv/iconv_prog.c: Likewise.
53797         * iconv/iconvconfig.c: Likewise.
53798         * locale/programs/locale.c: Likewise.
53799         * locale/programs/localedef.c: Likewise.
53800         * malloc/memusage.sh: Likewise.
53801         * malloc/mtrace.pl: Likewise.
53802         * nscd/nscd.c (print_version): Likewise.
53803         * nss/getent.c: Likewise.
53804
53805         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53806         PF_CAIF, and PF_ALG.
53807         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53808
53809 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
53810
53811         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53812         (modules-names): Use them.
53813         (ifunc-test-modules, ifunc-pie-tests): Define.
53814         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53815         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53816         (test-extras): Likewise.
53817         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53818         $(compile-command.c).
53819         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53820         (all-built-dso): Define.
53821         (check-textrel.out, check-execstack.out): Depend on it.
53822
53823         * configure.in: Don't override --enable-multi-arch.
53824
53825 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
53826
53827         [BZ #6812]
53828         * nscd/hstcache.c (tryagain): Define.
53829         (cache_addhst): Return tryagain not notfound for temporary errors.
53830         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53831         failed.
53832
53833 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
53834
53835         [BZ #10563]
53836         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53837         to make the syscall.
53838         * sysdeps/unix/sysv/linux/setgroups.c: New file.
53839
53840         [BZ #12378]
53841         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53842         and fall back to matching as normal character if the string ends before
53843         the matching ']' is found.  This is what POSIX requires.
53844         * posix/testfnm.c: Adjust test result.
53845         * posix/globtest.sh: Adjust test result.  Add new test.
53846         * posix/tst-fnmatch.input: Likewise.
53847         * posix/tst-fnmatch2.c: Add new test.
53848
53849 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
53850
53851         * elf/Makefile (check-execstack): Revert last change.  Depend on
53852         check-execstack.h.
53853         (check-execstack.h): New target.
53854         (generated): Add check-execstack.h.
53855         * elf/check-execstack.c: Include "check-execstack.h".
53856         (main): Revert last change.
53857         (handle_file): Return zero if GNU_STACK is absent and
53858         DEFAULT_STACK_PERMS doesn't include PF_X.
53859
53860 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53861
53862         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53863         in child fails because the descriptor is already closed.
53864         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53865         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53866         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53867
53868         [BZ #12397]
53869         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53870         syscall.
53871
53872         [BZ #10484]
53873         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53874         temporary buffer used to handle multi lookups locally.
53875         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53876
53877 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53878
53879         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53880         loader is ld.so.
53881
53882 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53883
53884         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53885         alignment for SSE2.
53886
53887 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53888
53889         [BZ #12394]
53890         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53891         characters.  When rounding increased number of integer digits recompute
53892         number of groups.
53893         * stdio-common/tst-grouping.c: New file.
53894         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53895
53896 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53897
53898         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53899         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53900
53901         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53902         void.
53903         * bits/select.h: Likewise.
53904
53905 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53906
53907         * po/ja.po: Update from translation team.
53908
53909 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53910
53911         [BZ #11155]
53912         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53913         implementation just like for lxstat, fxstatat, et al.
53914
53915 2010-12-27  Jim Meyering  <meyering@redhat.com>
53916
53917         [BZ #12348]
53918         * posix/regexec.c (build_trtable): Return failure indication upon
53919         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53920
53921 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53922
53923         [BZ #12201]
53924         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53925         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53926         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53927         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53928
53929         [BZ #12207]
53930         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53931
53932         [BZ #12204]
53933         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53934         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53935
53936 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53937
53938         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53939         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53940         script has SORT_BY_INIT_PRIORITY.
53941         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53942         NO_CTORS_DTORS_SECTIONS is defined.
53943         * elf/soinit.c: Likewise.
53944         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53945         NO_CTORS_DTORS_SECTIONS is defined.
53946         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53947         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53948         * sysdeps/sh/init-first.c: Likewise.
53949         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53950
53951 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53952
53953         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53954         always use the slow path.
53955
53956 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53957
53958         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53959         similar rule which adds the sysdep directories to the header search in
53960         order to pick up the correct platform stackinfo.h.
53961         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53962         perform test if it is, otherwise return successfully without testing.
53963         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53964         DEFAULT_STACK_PERMS define in stackinfo.h.
53965         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53966         defined in stackinfo.h.
53967         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53968         DEFAULT_STACK_PERMS defined in stackinfo.h.
53969         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53970         * sysdeps/ia64/stackinfo.h: Likewise.
53971         * sysdeps/s390/stackinfo.h: Likewise.
53972         * sysdeps/sh/stackinfo.h: Likewise.
53973         * sysdeps/sparc/stackinfo.h: Likewise.
53974         * sysdeps/x86_64/stackinfo.h: Likewise.
53975         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53976         PF_X for powerpc64.  Retain PF_X for powerpc32.
53977
53978 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53979
53980         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53981         accurately.
53982         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53983         GETDENTS_64BIT_ALIGNED.
53984
53985 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53986
53987         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53988
53989 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53990
53991         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53992         _GNU_SOURCE.
53993
53994         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53995         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53996         Remove __restrict.
53997         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53998         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53999
54000 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
54001
54002         [BZ #11655]
54003         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
54004         are initialized.
54005
54006 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
54007
54008         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
54009
54010 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
54011
54012         * po/it.po: Update from translation team.
54013
54014 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
54015
54016         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
54017         unused codes.
54018
54019 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
54020
54021         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
54022
54023 2010-11-24  Andreas Schwab  <schwab@redhat.com>
54024
54025         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
54026         specially.
54027         (gaih_getanswer_slice): Likewise.
54028
54029 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
54030
54031         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
54032
54033 2010-05-31  Petr Baudis  <pasky@suse.cz>
54034
54035         [BZ #11149]
54036         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
54037         silently even in the chroot mode.
54038
54039 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
54040
54041         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
54042         last patch a bit.  Pretty printing
54043
54044 2010-05-31  Petr Baudis <pasky@suse.cz>
54045
54046         [BZ #10085]
54047         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
54048         initialization of skip_initgroups_dyn.
54049
54050 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
54051
54052         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
54053         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54054
54055 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
54056
54057         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
54058
54059 2010-11-11  Andreas Schwab  <schwab@redhat.com>
54060
54061         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
54062         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
54063         (tst-fnmatch-ENV): Set MALLOC_TRACE.
54064         ($(objpfx)tst-fnmatch-mem): New rule.
54065         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
54066         * posix/tst-fnmatch.c (main): Call mtrace.
54067
54068 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
54069
54070         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54071         Support Intel processor model 6 and model 0x2c.
54072
54073 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
54074
54075         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
54076           signed comparison.
54077
54078 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
54079
54080         [BZ #12205]
54081         * string/test-strncasecmp.c (check_result): New function.
54082         (do_one_test): Use it.
54083         (check1): New function.
54084         (test_main): Use it.
54085         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
54086         Support strcasecmp and strncasecmp.
54087
54088 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
54089
54090         [BZ #12194]
54091         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
54092         * sysdeps/x86_64/bits/byteswap.h: Likewise.
54093
54094 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
54095
54096         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
54097         IFUNC support.
54098         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54099         memset-x86-64.
54100         * sysdeps/x86_64/multiarch/bzero.S: New file.
54101         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
54102         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
54103         * sysdeps/x86_64/multiarch/memset.S: New file.
54104         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
54105         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54106         Set bit_Prefer_SSE_for_memop for Intel processors.
54107         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
54108         Define.
54109         (index_Prefer_SSE_for_memop): Define.
54110         (HAS_PREFER_SSE_FOR_MEMOP): Define.
54111
54112 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
54113
54114         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
54115         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
54116
54117 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
54118
54119         [BZ #12191]
54120         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
54121         (__x86_64_raw_data_cache_size_half): Likewise.
54122         (__x86_64_raw_shared_cache_size): Likewise.
54123         (__x86_64_raw_shared_cache_size_half): Likewise.
54124
54125         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
54126         (__x86_64_raw_data_cache_size_half): Likewise.
54127         (__x86_64_raw_shared_cache_size): Likewise.
54128         (__x86_64_raw_shared_cache_size_half): Likewise.
54129         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
54130         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
54131         and __x86_64_raw_shared_cache_size_half.  Round
54132         __x86_64_data_cache_size_half, __x86_64_data_cache_size
54133         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
54134         to multiple of 256 bytes.
54135
54136 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
54137
54138         [BZ #12167]
54139         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
54140         of inacessible symlinks.  Verify result of symlink before returning it.
54141         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
54142         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
54143
54144 2010-10-28  Erich Ritz  <erichritz@gmail.com>
54145
54146         * math/math.h (isinf): Fix typo in comment.
54147
54148 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
54149
54150         * po/da.po: Update from translation team.
54151
54152 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
54153
54154         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
54155         is added to the list.
54156
54157 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54158             Ulrich Drepper  <drepper@gmail.com>
54159
54160         * elf/dl-object.c (_dl_new_object): Don't append the new object to
54161         the global list here.  Move code to...
54162         (_dl_add_to_namespace_list): ...here.  New function.
54163         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
54164         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
54165         * elf/dl-load.c (lose): Don't remove the element from the list.
54166         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
54167         (_dl_map_object): Likewise.
54168
54169 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
54170
54171         [BZ #12159]
54172         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
54173         into all bytes of SSE register.
54174         Patch by Richard Li <richardpku@gmail.com>.
54175
54176 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
54177
54178         [BZ #12140]
54179         * malloc/malloc.c (_int_free): Fill correct number of bytes when
54180         perturbing.
54181
54182 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
54183
54184         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
54185         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
54186         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
54187         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
54188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
54189         submachine.
54190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
54191
54192 2010-10-22  Andreas Schwab  <schwab@redhat.com>
54193
54194         * include/dlfcn.h (__RTLD_SECURE): Define.
54195         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
54196         mode & __RTLD_SECURE instead.
54197         (open_path): Rename preloaded parameter to secure.
54198         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
54199         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
54200         * elf/dl-deps.c (openaux): Likewise.
54201         * elf/rtld.c (struct map_args): Remove is_preloaded.
54202         (map_doit): Don't use it.
54203         (dl_main): Likewise.
54204         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
54205         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
54206
54207 2010-09-09  Andreas Schwab  <schwab@redhat.com>
54208
54209         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
54210         (sysd-rules-targets): Remove duplicates.
54211         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
54212         rtld-%.$o dependency.
54213
54214 2010-10-18  Andreas Schwab  <schwab@redhat.com>
54215
54216         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
54217         _dl_map_object do it.
54218
54219 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
54220
54221         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
54222         fast fma builtins, define the macros in the C99 standard.
54223         (FP_FAST_FMAF): Likewise.
54224         (FP_FAST_FMAL): Likewise.
54225         * sysdeps/x86_64/bits/mathdef.h: Likewise.
54226
54227         * bits/mathdef.h: Update copyright year.
54228         * sysdeps/powerpc/bits/mathdef.h: Likewise.
54229
54230 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
54231
54232         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
54233         builtins, define the macros in the C99 standard.
54234         (FP_FAST_FMAF): Likewise.
54235         (FP_FAST_FMAL): Likewise.
54236         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
54237         multiply/add.
54238         (FP_FAST_FMAF): Likewise.
54239
54240 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
54241
54242         [BZ #3268]
54243         * math/libm-test.inc (fma_test): Some new testcases.
54244         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
54245         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
54246         y and infinite z.  Do multiplication by C already in long double.
54247         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
54248         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
54249         y and infinite z.  Do bitwise or of inexact bit into u.d.
54250         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
54251         * sysdeps/i386/fpu/s_fmaf.S: Removed.
54252         * sysdeps/i386/fpu/s_fma.S: Removed.
54253         * sysdeps/i386/fpu/s_fmal.S: Removed.
54254
54255 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
54256
54257         [BZ #3268]
54258         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
54259         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
54260         computation is not scheduled after fetestexcept.  Fix value
54261         of minimum denormal long double.
54262
54263 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
54264
54265         [BZ #3268]
54266         * math/libm-test.inc (fma_test): Add some more tests.
54267         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
54268         correctly.
54269
54270 2010-10-15  Andreas Schwab  <schwab@redhat.com>
54271
54272         * scripts/data/localplt-s390-linux-gnu.data: New file.
54273         * scripts/data/localplt-s390x-linux-gnu.data: New file.
54274
54275 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
54276
54277         [BZ #3268]
54278         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
54279         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
54280         instead of dbl-64.
54281         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
54282         inlines.
54283         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
54284         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
54285         if one of x and y is very large and the other is subnormal.
54286         * sysdeps/s390/fpu/s_fmaf.c: New file.
54287         * sysdeps/s390/fpu/s_fma.c: New file.
54288         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
54289         * sysdeps/powerpc/fpu/s_fma.S: New file.
54290         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
54291         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
54292         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
54293
54294 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
54295
54296         [BZ #3268]
54297         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
54298         fma tests.
54299         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
54300         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
54301         * sysdeps/i386/i686/multiarch/s_fma.c: Include
54302         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
54303         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
54304         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
54305         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
54306
54307 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
54308
54309         [BZ #12078]
54310         * posix/regcomp.c (parse_branch): One more memory leak plugged.
54311         * posix/bug-regex31.input: Add test case.
54312
54313 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
54314
54315         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
54316         * posix/bug-regex31.input: New file.
54317
54318         [BZ #12078]
54319         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
54320         (parse_sub_exp): Fix last change, use postorder.
54321
54322         * posix/bug-regex31.c: New file.
54323         * posix/Makefile: Add rules to build and run bug-regex31.
54324
54325         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
54326
54327         [BZ #12078]
54328         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
54329
54330         [BZ #12108]
54331         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
54332         to have entries in sys_siglist.
54333
54334         [BZ #12093]
54335         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
54336         be NULL.
54337
54338 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
54339
54340         [BZ #3268]
54341         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
54342         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
54343         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
54344         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
54345         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
54346         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
54347         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
54348         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
54349         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
54350         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
54351         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
54352         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
54353         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
54354         * math/ftestexcept.c (fetestexcept): Likewise.
54355         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
54356         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
54357         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
54358         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
54359         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
54360         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
54361         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
54362
54363 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
54364
54365         [BZ #12107]
54366         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
54367         newline.
54368
54369 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
54370
54371         * string/bug-strstr1.c: New file.
54372         * string/Makefile: Add rules to build and run bug-strstr1.
54373
54374 2010-10-05  Eric Blake  <eblake@redhat.com>
54375
54376         [BZ #12092]
54377         * string/str-two-way.h (two_way_long_needle): Always clear memory
54378         when skipping input due to the shift table.
54379
54380 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
54381
54382         [BZ #12005]
54383         * malloc/mcheck.c: Handle large requests.
54384
54385         [BZ #12077]
54386         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
54387         for strncmp and strncasecmp.
54388         * string/stratcliff.c: Add tests for strcmp and strncmp.
54389         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
54390
54391 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
54392
54393         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
54394         __set_fpscr.
54395
54396 2010-09-30  Andreas Jaeger  <aj@suse.de>
54397
54398         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
54399         (CGROUP_SUPER_MAGIC): Define.
54400         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54401         Handle btrfs and cgroup file systems.
54402         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
54403         Likewise.
54404
54405 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
54406
54407         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
54408         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
54409
54410 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54411
54412         [BZ #12067]
54413         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
54414         trying to locate the ELF header.
54415
54416 2010-09-27  Andreas Schwab  <schwab@redhat.com>
54417
54418         [BZ #11611]
54419         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
54420         Mask out sign-bit copies when constructing f_fsid.
54421
54422 2010-09-24  Petr Baudis <pasky@suse.cz>
54423
54424         * debug/stack_chk_fail_local.c: Add missing licence exception.
54425         * debug/warning-nop.c: Likewise.
54426
54427 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
54428
54429         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
54430         implementing getdents64 using getdents syscall, set d_type if
54431         __ASSUME_GETDENTS32_D_TYPE.
54432
54433 2010-09-16  Andreas Schwab  <schwab@redhat.com>
54434
54435         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
54436         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
54437
54438 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
54439
54440         [BZ #12037]
54441         * posix/unistd.h: Undo change of feature selection for ftruncate from
54442         2010-01-11.
54443
54444 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
54445
54446         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
54447         detection.
54448
54449 2010-09-20  Andreas Schwab  <schwab@redhat.com>
54450
54451         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
54452         fanotify_mark.
54453         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54454
54455 2010-09-14  Andreas Schwab  <schwab@redhat.com>
54456
54457         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
54458         variables after CHECK_SP call.
54459         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
54460
54461 2010-09-13  Andreas Schwab  <schwab@redhat.com>
54462             Ulrich Drepper  <drepper@redhat.com>
54463
54464         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
54465         re-relocationg ld.so.
54466         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
54467         _dl_init_paths call.
54468         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
54469         here anymore.
54470
54471 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
54472
54473         * resolv/res_init.c (__res_vinit): Count the default server we added.
54474
54475 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
54476             Ulrich Drepper  <drepper@redhat.com>
54477
54478         [BZ #11968]
54479         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
54480         (____longjmp_chk): Use %ebx for saving value across system call.
54481         Add unwind info.
54482
54483 2010-09-06  Andreas Schwab  <schwab@redhat.com>
54484
54485         * manual/Makefile: Don't mix pattern rules with normal rules.
54486
54487 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
54488
54489         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
54490         operation.
54491         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
54492         * libio/iofopncook.c (_IO_cookie_init): Likewise.
54493         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
54494         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
54495         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54496         Likewise.
54497
54498 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
54499
54500         [BZ #11979]
54501         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
54502         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
54503
54504 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
54505
54506         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
54507         * sysdeps/x86_64/addmul_1.S: Likewise.
54508         * sysdeps/x86_64/lshift.S: Likewise.
54509         * sysdeps/x86_64/mul_1.S: Likewise.
54510         * sysdeps/x86_64/rshift.S: Likewise.
54511         * sysdeps/x86_64/sub_n.S: Likewise.
54512         * sysdeps/x86_64/submul_1.S: Likewise.
54513
54514 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54515
54516         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
54517         Define __sched_param instead of SCHED_* and sched_param when
54518         <bits/sched.h> is included with __need_schedparam defined.
54519         * bits/sched.h [__need_schedparam]
54520         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
54521         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
54522         (__defined_schedparam): Define to 1.
54523         (__sched_param): New structure, identical to sched_param.
54524         (__need_schedparam): Undefine.
54525
54526 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
54527
54528         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
54529         (epoll_create1): Declare.
54530
54531         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
54532
54533 2010-08-31  Andreas Schwab  <schwab@redhat.com>
54534
54535         [BZ #7066]
54536         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
54537         shifting retval into place.
54538
54539 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
54540
54541         * nis/rpcsvc/nis.h: Update copyright notice.
54542         * nis/rpcsvc/nis.x: Likewise.
54543         * nis/rpcsvc/nis_callback.h: Likewise.
54544         * nis/rpcsvc/nis_callback.x: Likewise.
54545         * nis/rpcsvc/nis_object.x: Likewise.
54546         * nis/rpcsvc/nis_tags.h: Likewise.
54547         * nis/rpcsvc/yp.h: Likewise.
54548         * nis/rpcsvc/yp.x: Likewise.
54549         * nis/rpcsvc/ypupd.h: Likewise.
54550         * nis/yp_xdr.c: Likewise.
54551         * nis/ypupdate_xdr.c: Likewise.
54552
54553         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
54554         mainly the body of pmap_getport.  Add parameters to specify timeouts.
54555         (pmap_getport): Use __libc_rpc_getport.
54556         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
54557         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
54558         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
54559
54560 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
54561
54562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
54563         fanotify_mark.
54564
54565 2010-08-27  Roland McGrath  <roland@redhat.com>
54566
54567         * sysdeps/i386/i686/multiarch/Makefile
54568         (CFLAGS-varshift.c): New variable.
54569
54570 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
54571
54572         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
54573         * sysdeps/i386/i686/multiarch/varshift.c: New file.
54574
54575         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
54576
54577         * sysdeps/x86_64/strlen.S: Minimal code improvement.
54578
54579 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
54580
54581         * sysdeps/x86_64/strlen.S: Unroll the loop.
54582         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54583         strlen-sse2 strlen-sse2-bsf.
54584         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
54585         __strlen_no_bsf if bit_Slow_BSF is set.
54586         (__strlen_sse42): Removed.
54587         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
54588         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
54589
54590 2010-08-25  Roland McGrath  <roland@redhat.com>
54591
54592         * sysdeps/x86_64/multiarch/varshift.S: File removed.
54593         * sysdeps/x86_64/multiarch/varshift.c: New file.
54594         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
54595         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
54596         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
54597         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
54598
54599 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
54600
54601         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54602         strlen-sse2 strlen-sse2-bsf.
54603         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
54604         __strlen_sse2_bsf if bit_Slow_BSF is unset.
54605         (__strlen_sse2): Removed.
54606         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
54607         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
54608         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
54609         bit_Slow_BSF for Atom.
54610         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
54611         (index_Slow_BSF): Define.
54612         (HAS_SLOW_BSF): Define.
54613
54614 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
54615
54616         [BZ #10851]
54617         * resolv/res_init.c (__res_vinit): When no server address at all
54618         is given default to loopback.
54619
54620 2010-08-24  Roland McGrath  <roland@redhat.com>
54621
54622         * configure.in: Remove config-name.h generation.
54623         * configure: Regenerated.
54624         * config-name.in: File removed.
54625         * scripts/config-uname.sh: New file.
54626         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
54627         ($(objdir)config-name.h): New target.
54628
54629         * sunrpc/rpc_parse.h: Avoid nested comment.
54630
54631 2010-08-24  Richard Henderson  <rth@redhat.com>
54632             Ulrich Drepper  <drepper@redhat.com>
54633             H.J. Lu  <hongjiu.lu@intel.com>
54634
54635         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
54636         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
54637         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
54638         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
54639         _mm_alignr_epi8 with _mm_loadu_si128.
54640         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
54641         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
54642         (__m128i_shift_right): Removed.
54643         * sysdeps/i386/i686/multiarch/varshift.h: New file.
54644         * sysdeps/i386/i686/multiarch/varshift.S: New file.
54645         * sysdeps/x86_64/multiarch/varshift.h: New file.
54646         * sysdeps/x86_64/multiarch/varshift.S: New file.
54647
54648 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
54649
54650         * configure.in: Move assembler checks to before sysdep dir checking.
54651
54652 2010-08-20  Petr Baudis  <pasky@suse.cz>
54653
54654         * LICENSES: Sync the sunrpc license.
54655
54656 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
54657
54658         * sunrpc/auth_des.c: Update copyright notice once again.
54659         * sunrpc/auth_none.c: Likewise.
54660         * sunrpc/auth_unix.c: Likewise.
54661         * sunrpc/authdes_prot.c: Likewise.
54662         * sunrpc/authuxprot.c: Likewise.
54663         * sunrpc/bindrsvprt.c: Likewise.
54664         * sunrpc/clnt_gen.c: Likewise.
54665         * sunrpc/clnt_perr.c: Likewise.
54666         * sunrpc/clnt_raw.c: Likewise.
54667         * sunrpc/clnt_simp.c: Likewise.
54668         * sunrpc/clnt_tcp.c: Likewise.
54669         * sunrpc/clnt_udp.c: Likewise.
54670         * sunrpc/clnt_unix.c: Likewise.
54671         * sunrpc/des_crypt.c: Likewise.
54672         * sunrpc/des_soft.c: Likewise.
54673         * sunrpc/get_myaddr.c: Likewise.
54674         * sunrpc/getrpcport.c: Likewise.
54675         * sunrpc/key_call.c: Likewise.
54676         * sunrpc/key_prot.c: Likewise.
54677         * sunrpc/openchild.c: Likewise.
54678         * sunrpc/pm_getmaps.c: Likewise.
54679         * sunrpc/pm_getport.c: Likewise.
54680         * sunrpc/pmap_clnt.c: Likewise.
54681         * sunrpc/pmap_prot.c: Likewise.
54682         * sunrpc/pmap_prot2.c: Likewise.
54683         * sunrpc/pmap_rmt.c: Likewise.
54684         * sunrpc/rpc/auth.h: Likewise.
54685         * sunrpc/rpc/auth_unix.h: Likewise.
54686         * sunrpc/rpc/clnt.h: Likewise.
54687         * sunrpc/rpc/des_crypt.h: Likewise.
54688         * sunrpc/rpc/key_prot.h: Likewise.
54689         * sunrpc/rpc/netdb.h: Likewise.
54690         * sunrpc/rpc/pmap_clnt.h: Likewise.
54691         * sunrpc/rpc/pmap_prot.h: Likewise.
54692         * sunrpc/rpc/pmap_rmt.h: Likewise.
54693         * sunrpc/rpc/rpc.h: Likewise.
54694         * sunrpc/rpc/rpc_des.h: Likewise.
54695         * sunrpc/rpc/rpc_msg.h: Likewise.
54696         * sunrpc/rpc/svc.h: Likewise.
54697         * sunrpc/rpc/svc_auth.h: Likewise.
54698         * sunrpc/rpc/types.h: Likewise.
54699         * sunrpc/rpc/xdr.h: Likewise.
54700         * sunrpc/rpc_clntout.c: Likewise.
54701         * sunrpc/rpc_cmsg.c: Likewise.
54702         * sunrpc/rpc_common.c: Likewise.
54703         * sunrpc/rpc_cout.c: Likewise.
54704         * sunrpc/rpc_dtable.c: Likewise.
54705         * sunrpc/rpc_hout.c: Likewise.
54706         * sunrpc/rpc_main.c: Likewise.
54707         * sunrpc/rpc_parse.c: Likewise.
54708         * sunrpc/rpc_parse.h: Likewise.
54709         * sunrpc/rpc_prot.c: Likewise.
54710         * sunrpc/rpc_sample.c: Likewise.
54711         * sunrpc/rpc_scan.c: Likewise.
54712         * sunrpc/rpc_scan.h: Likewise.
54713         * sunrpc/rpc_svcout.c: Likewise.
54714         * sunrpc/rpc_tblout.c: Likewise.
54715         * sunrpc/rpc_util.c: Likewise.
54716         * sunrpc/rpc_util.h: Likewise.
54717         * sunrpc/rpcinfo.c: Likewise.
54718         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
54719         * sunrpc/rpcsvc/key_prot.x: Likewise.
54720         * sunrpc/rpcsvc/klm_prot.x: Likewise.
54721         * sunrpc/rpcsvc/mount.x: Likewise.
54722         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
54723         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
54724         * sunrpc/rpcsvc/rex.x: Likewise.
54725         * sunrpc/rpcsvc/rstat.x: Likewise.
54726         * sunrpc/rpcsvc/rusers.x: Likewise.
54727         * sunrpc/rpcsvc/sm_inter.x: Likewise.
54728         * sunrpc/rpcsvc/spray.x: Likewise.
54729         * sunrpc/rpcsvc/yppasswd.x: Likewise.
54730         * sunrpc/rtime.c: Likewise.
54731         * sunrpc/svc.c: Likewise.
54732         * sunrpc/svc_auth.c: Likewise.
54733         * sunrpc/svc_authux.c: Likewise.
54734         * sunrpc/svc_raw.c: Likewise.
54735         * sunrpc/svc_run.c: Likewise.
54736         * sunrpc/svc_simple.c: Likewise.
54737         * sunrpc/svc_tcp.c: Likewise.
54738         * sunrpc/svc_udp.c: Likewise.
54739         * sunrpc/svc_unix.c: Likewise.
54740         * sunrpc/svcauth_des.c: Likewise.
54741         * sunrpc/xcrypt.c: Likewise.
54742         * sunrpc/xdr.c: Likewise.
54743         * sunrpc/xdr_array.c: Likewise.
54744         * sunrpc/xdr_float.c: Likewise.
54745         * sunrpc/xdr_mem.c: Likewise.
54746         * sunrpc/xdr_rec.c: Likewise.
54747         * sunrpc/xdr_ref.c: Likewise.
54748         * sunrpc/xdr_sizeof.c: Likewise.
54749         * sunrpc/xdr_stdio.c: Likewise.
54750
54751         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
54752         handling.
54753
54754 2010-08-19  Andreas Schwab  <schwab@redhat.com>
54755
54756         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
54757
54758 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
54759
54760         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
54761         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
54762         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
54763         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
54764         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
54765         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
54766         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
54767         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
54768         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
54769         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
54770         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
54771         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
54772         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
54773         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
54774
54775 2010-07-26  Anton Blanchard  <anton@samba.org>
54776
54777         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
54778         * malloc/arena.c (heap_trim): Likewise.
54779
54780 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
54781
54782         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
54783         here.  Not...
54784         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
54785         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
54786
54787 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
54788
54789         * sysdeps/i386/elf/Makefile: New file.
54790
54791 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54792
54793         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
54794         from fanotify_init.
54795         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54796         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54797
54798 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
54799
54800         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54801         of strncasecmp_l.
54802         * sysdeps/multiarch/strcmp.S: Likewise.
54803
54804 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
54805
54806         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54807         strncase_l-nonascii.
54808         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54809         Add strncase_l-ssse3.
54810         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54811         * sysdeps/x86_64/strcmp.S: Likewise.
54812         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54813         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54814         * sysdeps/x86_64/strncase.S: New file.
54815         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54816         * sysdeps/x86_64/strncase_l.S: New file.
54817         * string/Makefile (strop-tests): Add strncasecmp.
54818         * string/test-strncasecmp.c: New file.
54819
54820         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54821         warning.
54822
54823         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54824         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54825
54826 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54827
54828         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54829
54830 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
54831
54832         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54833         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54834         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54835
54836 2010-05-01  Alan Modra  <amodra@gmail.com>
54837
54838         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54839         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54840         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54841         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54842         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54843         tidying.  Don't tail-call __sigjmp_save for static lib.
54844         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54845         save location.
54846         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54847         (CALL_MCOUNT): Add eh info, and nop after bl.
54848         (TAIL_CALL_SYSCALL_ERROR): New macro.
54849         (PSEUDO_RET): Use it.
54850         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54851         Correct save location of integer regs and cr.
54852         (_dl_profile_resolve): Correct cr save location.  Delete nops
54853         after bl when SHARED.  Reduce cfi size a little by better
54854         placement of cfi directives.
54855         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54856         make a stack frame.  Instead use parm save area as a temp.
54857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54858         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54860         Don't make a stack frame for parent, use parm save area.
54861         Increase child stack frame to 112 bytes.  Don't save unused reg,
54862         and adjust reg usage.  Set up cfi on error recovery and
54863         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54865         (__makecontext): Add dummy nop after jump to exit.
54866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54867         Use correct parm save area and cr save, reduce stack frame.
54868         Correct cfi for possible PSEUDO_RET frame setup.
54869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54870         Branch to local label emitted by PSEUDO_RET rather than
54871         __syscall_error.
54872
54873 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54874
54875         [BZ #11904]
54876         * locale/programs/locale.c (print_assignment): New function.
54877         (show_locale_vars): Use it.
54878
54879 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54880
54881         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54882         field.
54883         (struct statfs64): Likewise.
54884         (_STATFS_F_FLAGS): Define.
54885         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54886         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54887         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54888         (ST_VALID): Define locally.
54889         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54890         __statvfs_getflags, use the provided value.
54891         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54892         __ASSUME_STATFS_F_FLAGS.
54893
54894         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54895
54896         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54897         Add sys/fanotify.h.
54898         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54899         fanotify_mask for GLIBC_2.13.
54900         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54901         fanotify_init and fanotify_mark.
54902         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54903         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54904
54905         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54906         Add prlimit.
54907         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54908         prlimit64 for GLIBC_2.13.
54909         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54910         prlimit64.
54911         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54912         syscall.
54913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54914         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54915         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54916         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54917         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54918         add prlimit alias.
54919         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54920
54921         [BZ #11903]
54922         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54923         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54924
54925         * nss/Makefile: Add rules to build and run tst-nss-test1.
54926         * shlib-versions: Add entry for libnss_test1.
54927         * nss/nss_test1.c: New file.
54928         * nss/tst-nss-test1.c: New file.
54929
54930         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54931         (__nss_configure_lookup): Set appropriate entry in
54932         __nss_configure_lookup to true.
54933         * nss/nsswitch.h: Define enum with indeces of databases in
54934         databases and __nss_database_custom arrays.  Declare
54935         __nss_database_custom.
54936         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54937         to avoid using nscd when custom rules are installed.
54938         * nss/getXXbyYY_r.c: Likewise.
54939         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54940
54941         * nss/nss_files/files-parse.c: Whitespace fixes.
54942
54943 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54944
54945         [BZ #11883]
54946         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54947         * posix/fnmatch_loop.c: Likewise.
54948
54949 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54950
54951         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54952         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54953         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54954         * Versions.def [GLIBC_2.13]: Add.
54955
54956 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54957
54958         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54959         Also fail if tpwd after pwuid call is NULL.
54960
54961 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54962
54963         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54964         when converting to ms.
54965
54966 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54967
54968         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54969         EOPNOTSUPP errors with ENOTTY.
54970         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54971         EOPNOTSUPP errors with ENOTTY.
54972
54973 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54974
54975         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54976         Add strcasecmp_l-ssse3.
54977         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54978         strcasecmp.
54979         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54980         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54981         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54982
54983 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54984
54985         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54986
54987         * string/Makefile (strop-tests): Add strcasecmp.
54988         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54989         strcasecmp_l-nonascii.
54990         (gen-as-const-headers): Add locale-defines.sym.
54991         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54992         * sysdeps/x86_64/strcasecmp.S: New file.
54993         * sysdeps/x86_64/strcasecmp_l.S: New file.
54994         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54995         * sysdeps/x86_64/locale-defines.sym: New file.
54996         * string/test-strcasecmp.c: New file.
54997
54998         * string/test-strcasestr.c: Test both ends of the range of characters.
54999         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
55000
55001 2010-07-29  Roland McGrath  <roland@redhat.com>
55002
55003         [BZ #11856]
55004         * manual/locale.texi (Yes-or-No Questions): Fix example code.
55005
55006 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
55007
55008         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
55009         for ld.so.
55010
55011 2010-07-27  Andreas Schwab  <schwab@redhat.com>
55012
55013         * manual/memory.texi (Malloc Tunable Parameters): Document
55014         M_PERTURB.
55015
55016 2010-07-26  Roland McGrath  <roland@redhat.com>
55017
55018         [BZ #11840]
55019         * configure.in (-fgnu89-inline check): Set and substitute
55020         gnu89_inline, not libc_cv_gnu89_inline.
55021         * configure: Regenerated.
55022         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
55023
55024 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
55025
55026         * string/test-strnlen.c: New file.
55027         * string/Makefile (strop-tests): Add strnlen.
55028         * string/tester.c (test_strnlen): Add a few more test cases.
55029         * string/tst-strlen.c: Better error reporting.
55030
55031         * sysdeps/x86_64/strnlen.S: New file.
55032
55033 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
55034
55035         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
55036         lower-latency instructions.
55037
55038 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
55039
55040         * string/test-strcasestr.c: New file.
55041         * string/test-strstr.c: New file.
55042         * string/Makefile (strop-tests): Add strstr and strcasestr.
55043         * string/str-two-way.h: Don't undefine MAX.
55044         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
55045
55046 2010-07-21  Andreas Schwab  <schwab@redhat.com>
55047
55048         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55049         strcasestr-nonascii.
55050         (CFLAGS-strcasestr-nonascii.c): Define.
55051         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
55052         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
55053         Remove unused attribute.
55054
55055 2010-07-20  Roland McGrath  <roland@redhat.com>
55056
55057         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
55058         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
55059         ld.so.cache was broken.  With it, there is no way to disable dsocaps
55060         like LD_HWCAP_MASK can disable hwcaps.
55061
55062 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
55063
55064         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
55065
55066 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
55067
55068         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
55069         call in strcasestr.
55070         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
55071         __strcasestr_sse42_nonascii.
55072         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
55073         strcasestr-nonascii.c.
55074         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
55075
55076 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
55077
55078         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
55079         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
55080         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
55081         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
55082
55083 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
55084
55085         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
55086         fcntl.
55087
55088 2010-07-06  Andreas Schwab  <schwab@redhat.com>
55089
55090         [BZ #11577]
55091         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
55092         dl_signal_cerror.
55093
55094 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
55095
55096         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
55097         _PC_PIPE_BUF using F_GETPIPE_SZ.
55098
55099 2010-07-05  Roland McGrath  <roland@redhat.com>
55100
55101         * manual/arith.texi (Rounding Functions): Fix rint description
55102         implicit in round description.
55103
55104 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
55105
55106         * elf/Makefile: Fix linking for a few tests to make recent linker
55107         happy.
55108
55109 2010-06-30  Andreas Schwab  <schwab@redhat.com>
55110
55111         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
55112         $(common-objpfx)libc_nonshared.a.
55113
55114 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
55115
55116         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
55117         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
55118         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
55119         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
55120         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
55121         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
55122         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
55123         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
55124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
55125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
55126         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
55127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
55128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
55129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
55130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
55131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
55132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
55133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
55134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
55135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
55136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
55137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
55138         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
55139         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
55140         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
55141         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
55142         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
55143         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
55144         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
55145         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
55146         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
55147         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
55148         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
55149         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
55150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
55151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
55152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
55153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
55154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
55155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
55156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
55157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
55158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
55159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
55160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
55161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
55162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
55163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
55164
55165 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
55166
55167         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
55168         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
55169         * string/memmove.c (memmove): Renamed to ...
55170         (MEMMOVE): ...this.  Default to memmove.
55171         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
55172         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
55173         (END_CHK): Define.
55174         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55175         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
55176         mempcpy-ssse3-back memmove-ssse3-back.
55177         * sysdeps/x86_64/multiarch/bcopy.S: New file .
55178         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
55179         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
55180         * sysdeps/x86_64/multiarch/memcpy.S: New file.
55181         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
55182         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
55183         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
55184         * sysdeps/x86_64/multiarch/memmove.c: New file.
55185         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
55186         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
55187         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
55188         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
55189         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
55190         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
55191         Define.
55192         (index_Fast_Copy_Backward): Define.
55193         (HAS_ARCH_FEATURE): Define.
55194         (HAS_FAST_REP_STRING): Define.
55195         (HAS_FAST_COPY_BACKWARD): Define.
55196
55197 2010-06-21  Andreas Schwab  <schwab@redhat.com>
55198
55199         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
55200         Restore proper fallback handling.
55201
55202 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
55203
55204         [BZ #11701]
55205         * posix/group_member.c (__group_member): Correct checking loop.
55206
55207         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
55208         OOM in getpwuid_r correctly.  Return error number when the caller
55209         should return, otherwise -1.
55210         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
55211         call returning > 0 value.
55212         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
55213
55214 2010-06-07  Andreas Schwab  <schwab@redhat.com>
55215
55216         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
55217         libc_nonshared.a from targets in modules-names.
55218
55219 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
55220
55221         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
55222         requires it.
55223
55224 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
55225
55226         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
55227         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
55228         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
55229         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
55230
55231 2010-06-02  Andreas Schwab  <schwab@redhat.com>
55232
55233         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
55234
55235 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
55236
55237         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
55238         and F_GETPIPE_SZ.
55239         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55240         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55241         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55242         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55243         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55244         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
55245
55246 2010-06-14  Roland McGrath  <roland@redhat.com>
55247
55248         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
55249
55250 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
55251
55252         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
55253         __REDIRECT followed by __THROW.
55254         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
55255         * posix/getopt.h (getopt): Likewise.
55256
55257 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
55258
55259         * hurd/lookup-at.c (__file_name_lookup_at): Accept
55260         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
55261         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
55262         in AT_FLAGS.
55263         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
55264         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
55265
55266 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
55267
55268         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
55269
55270 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
55271
55272         [BZ #11640]
55273         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55274         Properly check family and model.
55275
55276 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
55277
55278         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
55279
55280 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
55281
55282         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
55283
55284 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
55285
55286         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
55287         symbol reference.
55288
55289 2010-05-19  Andreas Schwab  <schwab@redhat.com>
55290
55291         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
55292         symbol reference.
55293
55294 2010-05-21  Andreas Schwab  <schwab@redhat.com>
55295
55296         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
55297         and internal_recvmmsg.
55298         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
55299         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
55300         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
55301         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
55302
55303         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
55304         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
55305         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
55306
55307 2010-05-20  Andreas Schwab  <schwab@redhat.com>
55308
55309         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
55310
55311 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
55312
55313         POWER7 optimizations.
55314         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
55315         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
55316
55317 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
55318
55319         * version.h: Update for 2.13 development version.
55320
55321 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
55322
55323         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
55324         exceptions.  Return 0.
55325
55326 2010-05-07  Roland McGrath  <roland@redhat.com>
55327
55328         * elf/ldconfig.c (main): Add a const.
55329
55330 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
55331
55332         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
55333         (args_options): Add no-idn option.
55334         (ahosts_keys_int): Add idn_flags to ai_flags.
55335         (parse_option): Handle 'i' option to clear idn_flags.
55336
55337         * malloc/malloc.c (_int_free): Possible race in the most recently
55338         added check.  Only act on the data if no current modification
55339         happened.
55340
55341 See ChangeLog.17 for earlier changes.